@charset "utf-8";
body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
   line-height: 16px;
   text-align:left;
   padding:0;
	margin: 0;
	color: #000000;
	background-color: #F0F0F0;
}
.principal #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.principal #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1024px;
	height: 113px;
} 
.principal #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.principal #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0 0 0;
	margin: 0;
}


/*ESTILOS DE MEN*/

.principal #sidebar1 #menuder{
	left: 0;
	margin: 2px 0 0 0;
	padding: 0;
	width: 190px;
	background-color: #074737;
	min-height: 23px;
	height: 23px;
   background-image: url(images/fondoder.gif);
	background-repeat: repeat-x;
}
.principal #sidebar1 #menuder #menuderp a{
	font-size: 10px;
	line-height: 23px;
	text-align: left;
	text-decoration: none;
	color: #fff;
   font-weight: bold;
	width: 185px;
	height: 23px;
	display:block;
}
.principal #sidebar1 #menuder #menuderp a span{
	height: 23px;
	margin:0 0 0 18px;
	padding:0;
}

.principal #sidebar1 #menuder #menuderp span#fijo{
	background-image: url(images/fondoderbg.gif);
	background-repeat: repeat-x; 
	color: #17322b; 
	width: 167px;
	height: 23px;
	display:block;
	font-size: 10px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
	padding:0 0 0 18px;
	margin:0;
}

.principal #sidebar1 #menuder #menuderp a:hover{
	background-image: url(images/fondoderbg.gif);
	background-repeat: repeat-x; 
	color: #17322b;  
	
}

.principal #sidebar1 #menuderp{
   margin: 0;
	padding: 0;
	text-align: left;
	width: 190px;
	min-height: 23px;
	height: 23px;
   background-image: url(images/pestana.gif);
	background-repeat: no-repeat;
   background-position: right;
}

#peq3 {
	font-size: 11px;
	line-height: 10px;
	color:#fff; 
	text-align: left;
    margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	display: block;
	}

a.blanco {
	text-decoration: none;
	color: #fff;
    font-size: 10px;
    font-weight: bold;
}
a.blanco:hover {
	text-decoration: none;
	color: #fff;
    font-size: 10px;
    font-weight: bold;
}
/*FIN DE ESTILOS DE MEN*/


.principal #mainContent { 
	margin: 0 100px 0 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 100px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*ESTILOS DE TABLAS*/

/*Tabla para PROGRAMA*/
.principal #mainContent table#programa{ 
	width: 100%;
	border-collapse: collapse;
	}

.principal #mainContent table#programa td { 
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	color: #424242;
	padding:2px 2px 2px 2px;
	margin: 0;
	border: 1px #23b896 solid;
	}
	
.principal #mainContent table#programa th { 
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #074737;
	padding:2px 2px 2px 2px;
	margin: 0;
	line-height: 12px;
	text-align: center;
	border: 1px #23b896 solid;
	}
	
#color1{
	background-color: #D4F5DE;
}
#color2{
	background-color: #F0FBF3;
}
#color3{
	background-color: #F1FCF5;
}

	.principal #mainContent table#programa td#titular { 
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
	color: #5f5f5f;
	background-color: none;
	padding:0 0 10px 0;
	margin: 0;
	border: none;
	}
	
	/*Tabla para formulario*/
	.principal #mainContent table#formulario{ 
	width: 100%;
	border: none;
	border-collapse: collapse;
	}
	
	.principal #mainContent table#formulario td { 
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	color: #5f5f5f;
	padding:3px 5px 3px 5px;
	margin: 0;
	}
	
/*FIN DE TABLAS*/	

.principal #mainContent p { 
	color: #5f5f5f;
	padding:0px 5px 0px 10px;
	margin: 10px 0px 0px 0px;
	line-height: 20px;
	text-align:justify;
} 

.principal #mainContent p a { 
	text-decoration: underline;
	color: #009999;
}
.principal #mainContent p a:hover { 
	text-decoration: underline;
	color: #004A99;
}  

.principal #mainContent h1 { 
	font-size: 26px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	border-bottom:#0A5846 solid 1px;
   color: #0A5846;
	padding:20px 5px 0 10px;
	margin: 0px 0px 30px 0px;
} 

.principal #mainContent h2 { 
	font-size: 15px;
	font-weight: bold;
   line-height: 17px;
	color: #0A5846;
   padding:0px 5px 0px 10px;
	margin: 30px 0px 10px 0px;
} 

.principal #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 1024px;
	margin: 0;
	clear: both;
   background-color: #FFFFFF;
} 
.principal #footer p {
	font-size: 10px;
	line-height: 18px;
	color:#fff; 
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Estilos del pie*/
.principal #footer #pie {
	width: 1024px;
	margin: 0;
	clear: both;
    background-color: #FFFFFF;
}
.principal #footer #menupie{
    margin:0; 
    padding: 0;
    width: 1024px;
    background-color: #0A5846;
    min-height: 20px;
	height: 20px;
}
.principal #footer #logos {
	width: 629px;
	margin: 0 auto;
	clear: both;
}


.principal #footer #menusno{
    margin:0; 
    padding: 0;
    width: 1024px;
    background-color: #98932D;
    line-height: 9px;
    min-height: 8px;
	 height: 8px;
}
.principal #footer #menusno2{
    margin:0; 
    padding: 0;
    width: 1024px;
    background-color: #23B896;
    line-height: 8px;
    min-height: 8px;
	 height: 8px;
}

/*FIN de Estilos de pie*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}













