@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.todo{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#cabecera{
margin:auto;
width:800px;
height:206px;
background-image:url(../imagenes/cabecera.jpg);
background-repeat:no-repeat;
}

#flash{
padding:30px 0px 0px 25px;
}

#menu{
margin:auto;
width:800px;
height:76px;
background-image:url(../imagenes/fondo_menu.jpg)
}

#menu ul{
list-style: none;
margin:0px;
padding:27px 0px 15px 0px;
text-align:center;
height:19px;
}
#menu ul li {
display:inline;
margin:0px;
}

#menu ul li a{

color:#ccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:16px;
height:51px;
padding:0px 20px 0px 20px;
}

#menu ul li.separador {
width:3px;
height:51px;
}

#menu ul li a.primero{

}

#menu ul li a:hover{
color:#fff;
}


#contenido{
margin:auto;
width:800px;
background-image: url(../imagenes/fondo_cont.jpg)
}

#izquierdo{ 
           padding:10px 0px 0px 0px;
           width:540px;
           float:left;
}

#derecha{
	width:259px;
	height:auto;
	float:right;
	/*background-color:#efecec;
	border-left:solid 1px #666;*/
}

#cuadro{
width:254px; 
height:130px; 
float:left; 
border:#999999 solid 1px;
background-image:url(../imagenes/fondo_tabla.jpg);
background-repeat:repeat-x;
}

#icono{ 
	width:254px;
	height:130px;
	background-image:url(../imagenes/ico1.jpg);
	background-repeat: no-repeat;
	padding:5px 0px 0px 5px;
}

#icono2{ 
	width:254px;
	height:130px;
	background-image:url(../imagenes/ico2.jpg);
	background-repeat: no-repeat;
	padding:5px 0px 0px 5px;
	
}

#text0{
	width:auto;
	height:auto;
	top:0px;
    left:5px;
    padding:5px 0px 0px 45px;
}

#text1{
	width:auto;
	height:auto;
	top:0px;
    padding:50px 0px 0px 5px;
}

#text2{
	width:auto;
	height:auto;
	top:0px;
    padding:35px 0px 0px 5px;
}

#text4{
	width:auto;
	height:auto;
	top:0px;
    left:5px;
    padding:5px 0px 0px 60px;
}
#pies{

margin:auto;
width:800px;
height:50px;
background-image: url(../imagenes/fondo_pie.jpg);
background-repeat:repeat-x;
padding:9px 0px 0px 0px;
clear:both;
}
