@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin: 0;
	font-family:Tahoma;
	font-size:12px;
	background:#0A2F38;
	text-align: center;
}

#portal{
	margin:auto;
	width:775px;
	height:auto;
	background-color:#FEFEFE;
}

	#cintillo-wrap {
	width: 775px;
	height: 50px;
	}

	#cintillo{
	width: 775px;
	height: 50px;
	color:#FFF;
	background: #0a2f38 url(img/Cintillo.jpg) no-repeat;
	}
	
	.cintillo{
	color:#FFF;
	text-transform:capitalize;
	}
	
	
		#links_cintillo{
	width:170px;
	height:46px;
	margin-top:0px;
	float:left;
		}
		
			#Inicio{
				background-position:center;
				width:30px;
				height:46px;
				border-right:2px solid #FFF;
			}
			
			#Sitemap{
				background-position:center;
				width:68px;
				height:46px;
				border-left:2px solid #F00;
			}
			
			#Contacto{
				background-position:center;
				width:20px;
				height:46px;
			}
			
			.links_top{
			font-family:Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:11px;
			}
			.links_top a{
			color:#FFFFFF;
			}			

		#fecha_cintillo{
	width:200px;
	height:auto;
	text-align:right;
	margin-top:4px;
	float:right;
		}
		
		#busqueda_cintillo{
	margin-top:0px;
	width:200px;
	height:auto;
	text-align:right;
	float:right;
		}
		
			#busqueda_cintillo a{
				color:#FFF;
			}
	
	#cabecera{
	float: left;
	width:775px;
	height:120px;
	background: #0A2F38;
	}
	
		#logo{
			width:155px;
			height:90px;
			background:#960E11;
			
		}
		
		#header {
		width:775px;
		height:125px;
		clear: both;
		background: #0a2f38;
		}
		
		#header-logo {
		float: left;
		width: 155px;
		height: 125px;
		background: url(img/bg-logo.jpg) repeat-y;
		}
		 
		#header-baner {
		float: left;
		width: 620px;
		height: 125px;
		background: url(img/Banner.jpg) no-repeat;
		background-position: top;
		}
		
		.header {
		float:left;
		}
		#banner{
			width:610px;
			height:120px;
			
			float:left;
		}
	
	#linea{
		width:100%;
		height:4px;
		overflow:hidden;
		background:#960E11;
	}
	
	#cuerpo{
		width:775px;
		height:auto;
	}
	
		#top_cuerpo{
			width:775px;
			height:25px;
			background:#9F9F9F;
		}
		
		.tabla{
			background:url(img/bg_content.gif) repeat-y;
		}
		
			#top_menu{
				width:155px;
				height:25px;
				background:#BB2026;
				float:left;
			}
			
			.rastro{
				padding-left:2px;
				padding-top:5px;
				width:618px;
				height:20px;
				color:#FFF;
				float:left;
				text-align:left;
			}
			
				.rastro a{
					color:#FFF;
				}
				
				.rastro a:link{
					color:#FFF;
				}
		
		#menu{
			width:141px;
			height:100px;
			min-height:378px;
			padding:0 7px;
			float:left;
			background:#981419 url(img/menu_bg.jpg) repeat-x;
		}
		
		.contenido{
			padding:10px;
			width:600px;
			min-height:355px;
			float:left;
		}
		
		.contenido_home{
			width:445px;
			min-height:355px;
			float:left;
		}
		
		.contenido_contenedor{		
			width:565px !important;
			width:600px;
			min-height:355px;
			float:left;
		}
		
		.rightpane_home{
			border:10px solid #FFFFFF;
			width:150px;
			height:100%;
			min-height:355px;
			float:left;
			background-color: #CECECE;
		}
		
		.bannerpane_home{
			width:618px;
			float:left;
		}		
		
		#bottom_cuerpo{
			padding:0;
			margin:0;
			width:inherit;
			height:87px;
		}
	
	#footer{
		width:775px;
		height:52px;
		background:#0C2E38;
		color:#FFF;
	}
	
		#e_gob{
			width:314px;
			background:url(img/eGob.jpg) left no-repeat;
		}
		
		#optic{
			cursor:pointer;
			width:147px;
			background:url(img/optic.jpg) right no-repeat;
		}
		
		#terminos{
			width:314px;
			margin-top:4px;
			font-size: 11px;
			font-weight:normal;
			text-align:right;
			float:right;
		}
		
			#terminos a{
				color:#FFF;
				font-weight:normal;
				text-decoration:none;
			}
		
		.texto_gris{
			color:#666;
		}
		
			.texto_gris a:active, link, hover, visited{
				color:#666;
			}

.clear{
clear:both;
}
