/*contenedores*/
#contenido {font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; float:left; background-image: url(../img/fondo.gif); background-repeat: repeat-y; margin:5px 0;}
#texto {width:720px; padding:5px 10px 25px 25px; float:left;}
#abajo {clear: both; float:left;}

/*menu*/
#menu {float:left;}
#menu ul { width:180px; list-style:none; margin:0; padding:0;background: #FFFFFF;}
#menu ul li {	margin-bottom:5px; background-color: #E6E9E7;}
#menu ul li a {padding: .3em 0 .3em .8em; display: block; font-size:1em; font-weight:bold; text-decoration: none; color: #687476;}
#menu ul li a:hover { background: #687476; color:#FFF; border-right:10px solid #E68602;}

/*texto*/
#texto h1, h2, h3, h4, h5 {color: #E68602;}
#texto h1 {font-size: 1em;}
#texto h2 {font-size: 2.5em; margin:25px 0 10px;}
#texto h3 {font-size: 2em; }
#texto h4 {font-size: 1.5em;}
#texto h5 {font-size: 1.25em; margin:15px 0 0 0;}
#texto p, li {font-size: 1.15em; margin:0;}
#texto a {color: #809090;}
#texto a:hover {color: #E68602;}
.txtabla{ font-size: .75em; text-align:left;}

/* tabla */
#texto table {border: thin solid #E6E9E7; margin: 15px 0;}
#texto td { font-size: 1.15em; vertical-align: middle; padding: 6px 25px; text-align:center;}
.azul { background-color: #E6E9E7;}
.ancho { width:170px;}
.derecha {float:right; margin-top:15px;}
