/* CSS Document */

#body{
	background      : #fff url(../img/bg.jpg) repeat-y center;/**/
	padding         : 0px;
}

#content{
	width           : 735px;
	text-align      : center;
	margin-left     : auto;
	margin-right    : auto;
	padding-left    : 0;

}

#top_line{
	background      : #0E88C7;
	padding         : 5px;
}


/* CABECERA 1 SUPERIOR *********************************************************/
#head_1{
			background-color: #ffffff;
}
	
		#logo{
			float           : left;
			text-align      : left;
			padding         : 14px 0 0px 0;			
			background-color: #ffffff;
			vertical-align    : bottom;
		}
		
		#navigation{
			float             : right;
			/*text-align      : right;
			width             : 548px;*/
			padding           : 3px 6px 0 0;
			/*vertical-align    : top;*/
			color             : #606060;
			padding-right	  : 6px;
			/*max-width		  : 500px;*/
			width		  	  : 580px;
			background-color  : #ffffff;
			min-height        : 59px;
			height			  : 59px;
			
		}
			#arbol{
				height        : 40px;
			}

			#botonera{
				vertical-align: bottom;
				padding-bottom: 5px; 
			}



/* CABECERA 2 INFERIOR *********************************************************/
#head_2{
	height            : 140px;/*
	background-color: #F7B603;*/
	background      : #FFFFFF url(../img/bg_amarillo.png) repeat-x; /*#F7B603*/
	/*background-color: #000000;#F7B603
	vertical-align  : bottom;*/
}
		#section_name{
			float           : left;
			/*vertical-align  : bottom;*/
	border:10px;
		}
		#section_name img{
			/*vertical-align  : bottom;*/
	border:10px;
		}
		#section_image{
			float           : right;
			/*vertical-align  : bottom;*/
			text-align:left;
			width:595px;
	border:10px;
		}		
		#section_image img{
			/*vertical-align  : bottom;*/
	border:10px;
		}

/* CUERPO DE PAGINA *********************************************************/
#main{
	background      : #fff url(../img/fondo_menu_data.png);
	/**/
	text-align      : left;
	min-height: 600px;
	height: 100%;
}


		#menu{

		}

		#menuAccesible{

		}
		#azul{
			background      : #e0e7ed;
			height:2px;
			font-size:1px;
		}

		#data{
			/*background      : #e0e7ed url(../img/fondo_data.png);
			background      : #e0e7ed;*/
			float           : right;/*
			height			: 450px;
			min-height		: 450px;*/
			width           : 584px;
			padding         : 0px 5px 10px 5px;			
			border-left     : 1px solid #ddd;
		}

				#data_in{
					/*background        : #e0e7ed#fff;
					background      : #000 url(../img/fondo_content.png);*/
					padding         : 2px 2px 10px 2px;
				}		

						#column_l{
							float             : left;/**/
							width             : 139px;
							border-right       : 1px solid #ffffff; /*#d8d8d8;*/
							/*padding           : 0 0 1px 3px;*/
							margin-top        : 2px;
						}
						#column_r{
							float             : right;
							width             : 146px;
							border-left       : 1px solid #d8d8d8;
							padding           : 0 0 1px 3px;
							margin-top        : 2px;
						}

						#data_content{
							width              : 406px;
							text-align         : justify;
							clear              : left;
							padding            : 5px 9px 5px 10px;
							min-height		   : 658px;
						}


/* PIE DE PAGINA *********************************************************/
#body_bottom{
	background      : #fff url(../img/bg-bottom.jpg) no-repeat top;
}
		
		#content_bottom{
			width           : 745px;
			text-align      : center;
			margin-left     : auto;
			margin-right    : auto;
			padding         : 15px 0 30px 0;
			color			: #002952;/*979797;*/
			font-size       : 0.83em;
		}
		
		#content_bottom a{
			/*color           : #979797;*/
		}
		
				#bottom_left_info{
					float			: left;
					text-align 		: left;
					vertical-align	: top; 
				}
				#bottom_left_info img{
					vertical-align:top;
					padding: 3px 0 0 0 ;
				}
				
				#bottom_right_info{
					text-align		: right;
					vertical-align	: top; 
				}
				#bottom_right_info img{
					vertical-align:top;
				}
				#bottom_right_info img.debajo{
					padding: 5px 2px 0 0 ;
				}				
				

