/* 
    Document   : main
    Created on : 27-abr-2010, 11:44:35
    Author     : paco
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


root { 
    display: block;
}
body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align:center;
	margin: 0px;
	padding: 0px;	
}
#caja_emergente{
        width: 100%;
	height: 40%;
        visibility: visible;
	position:absolute;
	z-index:3;
        top: 1px;
        right: 1px;
}

#cajaMadre{
	width: 1000px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ff0000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ff0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ff0000;
	text-align: left;
        z-index:1;
    background-image: url(../../images/fondo.jpg);
}


 
#cajaCentral{
    width: 850px;
    height: 600px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    
    
}
#logo{
    width:100%;
    height: 110px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;
     background-color: #ffffff;
    z-index:1;
}
#logo img{
    float:left;
    margin-left: 20px;
}
#banner1{
    margin-left: 100px;
    margin-top: 10px;
    float:left;
 }
 #lateralIzda{
	width:120px;
	height:600px;
	float:left;
}
ul.menuVertical {	
	width:120px;	
	margin: 0px;
	padding: 0px;
	margin-top:20px;
	z-index:1;
	}
ul.menuVertical li {
	list-style-type: none;
	background-image: url(../../images/barraMenuRoja.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 115px;
	margin-top: 0px;
    }
ul.menuVertical li a {
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 25px;
	display: block;
}

ul.menuVertical li a:hover {
	color:#00B300;
	
}
#cajaCentral #logos {
    width: 700px;
    height: 500px;
    margin-top: 60px;
    margin-left: 50px;
    
}
#cajaCentral #logos .logo{
    width: 170px;
    height:120px;
    float:left;
    text-align: center;
    
}


a#linkCerrar img{ float:right;margin-top:2px;margin-right:2px;border:1px solid black }

#primera{
    
    margin-top: 20px;
    margin-left: 20px;
}
#primera img{
    
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 4px;
    border-left-width: 4px;
    border-bottom-width: 4px;
    border-top-width: 4px;
    border-right-color: #ff0000;
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;
}
a.ezjax{
    width: 80px;
    height:140px;
    margin-top: 10px;
    margin-left: 5px;
    float:left;
    text-align: center;
   }
a.ezjax img{border: 0px;}

