/*****************************************************
		CAPAS - DISENO DE 2 COLUMNAS
		CONTENEDOR: AREA DE PANTALLA 1024
*****************************************************/

div#container {
	margin: 0 auto;
	width: 1002px;
	background: #FFFFFF;
}


/*
		CABEZAL
*****************************************************/

div#head { display: none;
/*	height: 161px;
	position: relative;
	background: #FFFFFF;
*/}

	/*div#head #logotipo {
		width: 438px;
		text-align: center;
		float: left;
		height: 100px;
		padding-top: 39px;
		margin-left: -25px;
	}
	
	div.menu {
		width: 564px;
		float: right;
		background: url(images/cabezal.jpg) no-repeat right top;
	}
	
	div.menu ol {
		width: 138px;
		padding: 13px 0;
		font-size: 1.1em;
		line-height: 20px;
		background: #007e94;
		border-right: 3px solid #ffffff;
		font-weight: bold;
		margin-bottom: 4px;
	}
	div.menu li a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		padding-left: 8px;
		height: 100%;
	}

	div.menu ol a:hover {
		color: #FF0000;
		text-decoration: none;
		background: #FFFFFF;
	}
	div.menu a#active {
		background: #FFFFFF;
		padding-left: 8px;
		color: red;
	}
	
	div.menu span {
		color: #999999;
	}*/


/*
		IZQUIERDA
*****************************************************/

div#left {
	
	float: left;
	font-size: 1.5em;
	line-height: 18px;
}

div#right {
	display: none;
}

	div#foot {
		clear: both;
		text-align: center;
		padding: 8px 0;
		margin: 0 8px;
	}
	div#foot a {
		color: #007e94;
		text-decoration: none;
	}
	
div#read {
	width: 98%;
	margin: 0 auto 4px 4px;
	font-size: 1.3em;
	line-height: 1.35em;
	float: left;
	border: 1px solid #007e94;
	padding: 24px;
}

	div#read p {
		padding-bottom: 14px;
	}

	div.description p {
		margin: 4px 0;
	}
	div.description span {
		display: block;
		color: #007e94;
		font-size: 0.8em;
		padding-bottom: 7px;
	}
	
div#news-ant {
	display: none;
}


