/* CSS Document */

#container {	
		margin: 0 auto;
		width:900px;
		position: relative;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:12px;
		}	
/* //-- CABECERA -- */
#cabecera {
		top:0px;
		background-image:url(../img/top.jpg);
		width:900px;
		height: 180px;
		}
		
/* //-- MENU -- */		
.menu {
		color:#000;
		font-size:130%;
		font-weight:bold;
		text-align:center;
				height:65px;
		margin-top:25px;
		position:relative;
		}



.menu ul {
		list-style:none;
		margin:0;
		padding:0;
		float:left;
		}
		
.menu li {
	float:left;
}
.menu li a {
		float:left;
		display:block;
		background:#D4D4D4;
		color:#000;
		padding:10px;
		text-decoration:none;
		border-right:5px solid #fff;
}
.menu li a:hover {
	float:left;
		display:block;
		background:#F41D00;
		color:#fff;
		padding:10px;
		text-decoration:none;
}
.menu li .reproductor {
		width:121px;
		height:40px;
		float:left;
		background:#d4d4d4;
		}

.empty {
		width:237px;
		height:40px;
		padding:0px;
		background:#D4D4D4;
		position:relative;
		}

.in {
		display:inline-block;
		background:#F41D00;
		color:#fff;
		padding:10px;
		text-decoration:none;
		border-right:5px solid #fff;
		}



		
/* //-- SLIDER -- */
#content_slider {
		top:15px;
		width:900px;
		height:350px;
		margin: 0 auto;
		}

/* //-- COLUMNAS -- */
#content_noticias {
		width: 899px;
		height: 150px;
		margin-left:0px;
		padding-top:20px;
		padding-bottom:20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FF4800;
		padding-bottom:12px;
		background:#fff;
		border-left: 1px dotted #3A3A3A;
		border-right:1px dotted #3A3A3A;
		}

#content_noticias a {
		color:#FF4E00;
		text-decoration:none;
		}
		
#content_noticias a:hover {
		border-bottom: 1px dotted #FF4E00;
		}
#columna_01 {
		width: 215px;
		height: 150px;
		margin-left: 0px;
		padding-right:10px;
		text-align:right;
		float:left;
		border-right:1px dotted #000;
		}
		
#columna_02 {
		width: 200px;
		height: 150px;
		padding-right: 10px;
		text-align:right;
		float:left;
		}
		
.vermas:hover {
			background: #cccccc;
			color: #000;
				}
.vermas:active {
			background: #000;
			color: #fff;
				}
.line{
		border-right: 1px dotted #3A3A3A;
		}
		
.foto_news{
		background: #2D2D2D;
		padding-top: 10px;
		margin-bottom:0px;
		width: 290px;
		height:60px;
		}
		
.foto_news:hover {background: #fff;}
.foto_news:active {background: #FF3300;}

.destacados {
		margin-left: -40px;
		background-image:url(../noticias/destacado_izq.gif);
		}
		
.destacados2 {
		margin-left: 901px;
		background-image:url(../noticias/destacado_der.gif);

		}
		
.destacados, .destacados2 {
		width:40px;
		height:150px;
		position:absolute;
		float:left;
		top:635px;
		}
/* //-- FOOTER -- */
#footer {
		bottom:0px;
		width:100%;
		height:240px;
		background:#F41C00;
		background-image:url(../img/footer.gif);
		background-repeat:no-repeat;
		background-position: bottom center;
		float:left;
		margin-left:0px;
		position:inherit;
		padding-top:30px;
		}
		
.banners {
		width:190px;
		background:#fff;
		padding:5px;
		margin-left:20px;
		float:left;
		}
		
		
/* SECCIONES */
#subseccion {
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		float:left;
		width:100%;
		font-size:18px;
		background:#000;
		position:inherit;
		}

.txt {
		width:830px;
		float: left;
		text-align:justify;
		padding:10px;
	
		}
		
.fotoscont {
		width:850px;
		float:left;
		margin-bottom:15px;
		}

.fotos {
		width:400px;
		height:266px;
		padding:7px;
		margin: 9px 5px 0 4px;
		float:left;
		background:#fff;
		}
		
/* CONTACTO */
.contacto {
		width:860px;
		float:left;
		padding:20px;
		background:#000;
		}
.titcontacto {
		width:860px;
		font-size:300%;
		font-weight:bold;
		color:#FF3300;
		padding:20px;
		background:#F41D00;
		float:left;
		}
		
/* NOTICIAS */
.marconoticias {
		width:900px;
		background:#000;
		float:left;
		padding-bottom:10px;
		}

.marconoticias h3 {
		font-size:200%;
		text-transform:uppercase;
		display:block;
		color:#fff;
		float:left;
		padding:0px 0px 0px 10px;
		}
.marconoticias p {
		float:left;
		color:#fff;
		padding: 0px 10px 10px 10px ;
		width:610px;
		text-align:justify;
		}		
.marconoticias img {
		float:left;
		border: 5px solid #fff;
		margin-top:15px;
		}

