*{
	margin:0;
	padding:0;
}

/********************
*     GENERAL       *
********************/

body{
	margin-top:45px;
	margin-bottom:30px;
	background-color:#434C57;
	font-family: Tahoma,serif,sans-serif;
	font-size:12px;
	color:#FFFFFF;
	scrollbar-arrow-color: #687687;
	scrollbar-base-color: #2D3743;
	scrollbar-dark-shadow-color: #2D3743;
	scrollbar-track-color: #2D3743;
	scrollbar-face-color: #2D3743;
	scrollbar-shadow-color: #687687;
	scrollbar-highlight-color: #687687; 
}

table{
	font-family: Tahoma,serif,sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

h4{
	font-size:14px;
}

a{
	color:#EEE7AE;
	font-size:12px;
	text-decoration:none;
}

p{
	margin-top:20px;
	margin-left:15px;
	margin-right:5px;
}

a:hover{
	text-decoration:underline;
}

input,textarea,select{
	border:solid;
	border-width:1px;
	border-color:#707F91;
	background-color:#434C57;
	color:#FFFFFF;
	font-family: Tahoma,serif,sans-serif;
	font-size:12px;
}

label{
	font-family: Tahoma,serif,sans-serif;
	font-size:12px;
}

.opcion:hover{
	background-color:#3C3B2C;
}

div#general{
	width:900px;
	height:auto;

	border:solid;
	border-width:1px;
	border-color:#707F91;
}

/********************
*     CABECERA      *
********************/

div#cabecera{
	width:100%;
}

div#banda_superior{
	height:26px;
	background-image:url("../img/banda_superior.gif");
}

div#banner{
	height:209px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #474534;
}

div#menu{
	height:34px;
	background-image:url("../img/banda_menu.gif");
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #707F91;
}

div#menu ul{
	margin-left:52px;
	list-style-type:none;
}

div#menu a{
	text-decoration: none;
}

div#menu li{
	float:left;
	display:block;
}

/********************
*     CUERPO        *
********************/

div#cuerpo{
	background-color:#2D3743;
	width:100%;
	height:513px;
	overflow:auto;
}

div#sombra_superior{
	height:14px;
	background-image:url("../img/sombra_superior.gif");
}

div#content{
	text-align:left;
	width:95%;
	height:450px;
	margin-left:11px;
	margin-right:11px;
}

.secciones{
	list-style:none;
	margin-left: -10px;
}

.secciones li{
	float:left;
	margin-left:5px;
}

div#bienvenida{
	height:380px;
	margin-top: 15px;
	border:solid;
	border-width:1px 1px 1px 1px;
	border-color:#707F91;
}

div#novedades{
	width:283px;
	height:auto;
	border:solid;
	border-width:0px 1px 1px 1px;
	border-color:#707F91;
	margin-top:5px;
}

div#proximas_portada{
	height:380px;
	border:solid;
	border-width:1px 1px 1px 1px;
	border-color:#707F91;
	margin-top:15px;
	margin-left: 5px;
}


.seccion_novedades{
	margin:10px 10px 10px 10px;
}

.texto_novedades{
	margin-left:5px;
}

div#proximas_salidas{
	width:283px;
	height:auto;
	border:solid;
	border-width:0px 1px 1px 1px;
	border-color:#707F91;
	margin-top:5px;
}

div#proximas_salidas table{
	with:100%;
	margin-left:7px;
	margin-top:10px;
}

.cuadro_portada{
	height:190px;
	border:solid;
	border-width:1px 1px 1px 1px;
	border-color:#707F91;
	margin-top:10px;
	margin-left: 10px;
	overflow: auto;
}

.cuadro_portada_primero{
	height:190px;
	border:solid;
	border-width:1px 1px 1px 1px;
	border-color:#707F91;
	margin-top:10px;
	overflow: auto;
}

.cabecera_cuadro{
	height:33px;
	background-image: url("../img/cabecera_cuadro.jpg");
	background-repeat: repeat-x;
	margin-bottom: 8px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top:6px;
	padding-left: 8px;
}

	/*SECCIÓN PRÓXIMAS SALIDAS*/
	
	.salida{
		width:595px;
		height:145px;
		border:solid;
		border-width:1px;
		border-color:#707F91;
		margin-bottom:10px;
	}
		
	.salida_izquierda{
		float:left;
		width:145px;
		background-image:url("../img/cabecera_tabla.gif");
		background-repeat: repeat-x;
	}
	
	.titulo_salida{
		height:41px;
		font-weight:bold;
		margin-top:0px;
		margin-left:8px;
		margin-right:8px;
		font-size:12px;
		padding-top: 2px;
	}
	
	.salida_centro{
		float:left;
		width:460px;
		height:145px;
		border:solid;
		border-width:0px 1px 0px 1px;
		border-color:#707F91;
		padding:5px;
		overflow: auto; 
	}
		
	.detalles_salida ul, li{
		list-style-image:url("../img/flecha_lista.gif");
	}
	
	.salida_centro td{
		padding-left:10px;
		padding-right:10px;
	}

.conBorde{
	width:100%;
	height:auto;
	border:solid;
	border-width:1px 1px 1px 1px;
	border-color:#707F91;
}

div#deje_comentario{
	width:100%;
	height:auto;
	border:solid;
	border-width:1px 1px 1px 1px;
	border-color:#707F91;
}

.tabla_salida{
	float:left;
	border:solid;
	border-width:1px 1px 1px 1px;
	border-color:#707F91;
	margin-bottom:15px;
	margin-left:5px;
}
/********************
*     PIE           *
********************/

div#footer{
	height:26px;
}

div#sombra_inferior{
	height:9px;
	background-image:url("../img/sombra_inferior.gif");
}

div#banda_inferior{
	height:15px;
	background-image:url("../img/banda_inferior.gif");
}

div#nota_pie{
	color:#ABAAA1;
	margin-top:5px;
}

/********************
*     OTROS         *
********************/

.error{
	color:#E71600;
}

.formulario td{
	height: 30px;
}

.titulo_apartado{
	background-image: url("img/cabecera_tabla.gif");
	background-repeat: repeat-x;
}

.imagen{
	display:block;
	border:0px;
}

.centrado{
	text-align: center;
}
.miniletra{
	margin-top:5px;
	font-size:11px;
}

.titulo_seccion{
	font-size: 12px;
	margin-bottom:5px;
	margin-top:5px;
	font-weight: bold;
}

.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.titulo_tabla{
	background-image:url("../img/fondo_cabecera.jpg");
	background-repeat: repeat-x;
	height:33px;
}

.flecha{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
