@charset "utf-8";
/* CSS Document */

body{
width: 1100px;
	margin: 0 auto;
	height:auto;
	margin-bottom:10px;
}
#todo{


overflow:auto;
padding-bottom:20px;

}
hr{
color: #596c9e;
background-color: #596c9e;
height: 4px;
margin:0;
margin-bottom:20px;



}

#header{
height:113px;

background-image:url(images/header.png);
margin-bottom:10px;

}




#nav {margin-top:10px;  }
#nav ul {  margin:0 0 0 auto; padding:0; list-style:none; display:table; white-space:nowrap; font-family: Arial,Helvetica,sans-serif; font-size:11px;}
#nav li {display:table-cell; margin:0; padding:0;}
#nav a {float:left; color:#fff; background-color: #596c9e; margin:0; padding:0 0 0 2px; text-decoration:none; letter-spacing:1px;}
#nav a b {float:left; display:block; background:transparent; padding:1px 16px 1px 12px;}
#nav a:hover {color:#ff4d00; cursor:pointer;} 
#nav #current a {background-color:#6f9c6f;} 
#nav {padding:0; background:#fff; border-top:5px solid #596c9e;}




#foot {width: 1100px;
	margin: 0 auto;
	padding:0; background:#fff; border-top:5px solid #596c9e;
	}
#foot ul {  margin:0 0 0 auto; padding:0; list-style:none; display:table; white-space:nowrap; font-family: Arial,Helvetica,sans-serif; font-size:11px;}
#foot li {display:table-cell; margin:0; padding:0;}
#foot a {float:right; color:#fff; background-color: #596c9e; margin:0; padding:0 0 0 0; text-decoration:none; letter-spacing:1px;}
#foot a b { display:block; background:transparent; width:350px; padding:1px 62px 1px 12px;}
#foot a:hover {color:#ff4d00; cursor:pointer;} 
#foot #current a {background-color:#6f9c6f;}
#foot span{ display:block;float:right;font-family: Arial,Helvetica,sans-serif; font-size:13px;color:#ff4d00; padding-bottom:3px; padding-right:4px; text-align:right; margin:0;  } 



#enlaces{
float:left;
width:400px;

}

#enlaces ul{ list-style:none;   font-family: Arial,Helvetica,sans-serif; font-size:13px;  }

#enlaces li{}
#enlaces a{color:#596c9e;  margin:0;  text-decoration:none; letter-spacing:1px; }
#enlaces a:hover{  cursor:pointer; color:#ff4d00; }
#enlaces a b {display:block; background:transparent; padding:0 0 0 0;}

#contenido{
font-family: Arial,Helvetica,sans-serif; 
padding-left:15px;
float:right;
width:600px;


}
#contenido p{
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
padding-left:15px;

color:#5a6d9d;
text-align:justify;

}

#contenido p a{
text-decoration:none;
color:#ff4d00;

}

#contenido p a:hover{
text-decoration:none;
color:#5a6d9d;

}



#contenido  h1{
padding-left:15px;
text-decoration:underline;
font-size:21px;


}
#contenido h2{
padding-left:15px;
font-size:21px;


}
#contenido h1,h2{
color:#24325d;

}
img{
text-align:center;


}

#tablas{


}

#tablas td{
font-family: Arial,Helvetica,sans-serif; font-size:13px;
text-align:center;
font-weight:bold;
padding:5px;
color:#5a6d9d;


}
#formulario{
width:1100px;
overflow:auto;

}

#formulario td{
font-family: Arial,Helvetica,sans-serif; font-size:13px;
margin:0px;
text-align:left;
font-weight:bold;
padding-left: 45px;
color:#5a6d9d;
display:compact;





}

#formulario input{


}
#formulario textarea,input{
border:1px solid #5a6d9d;
background-color:#f2f2f2;
color:#5a6d9d;



}






