/*  ESTRUCTURA FRONT   ************************************/

html, body {
	height: 100%;
	}

body {
	margin:0 auto;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	color:#444;
	background: #F2F3F4 url(../images/background.gif) repeat-x left top;
}


#container{
	margin:0 auto;
	width:740px;
	background-color: #FFF;
}

#lineaAzul{
	border: 3px solid #004071;
}

/* Menu  */
#logo-menu{
	height:82px;
	padding: 0 30px;
}

#logo{
	height:57px;
	width:94px;
	padding-top: 25px;
	background-color: #fff;
	float:left;
}
#menu-sec{
	height:21px;
	padding: 24px 0 0 0;
	float:right;	
}
#menu{
	background: url(../images/base-menu.gif) no-repeat right top;
	width:573px;
	height:37px;
	float:right;
}
#menu li{
	float:left;
	padding:0 20px;
}

/* Header */
#header{
	width:679px;
	height:163px;
	padding:0 30px;
	clear:both;
}

/* Header-Interna */
#header-interna{
	background: url(../images/img-interna.jpg) no-repeat  top; 
	width:679px;
	height:163px;
	padding:0 30px;
	clear:both;
}

/* Contenido  */

#content{
	width:680px;
	padding:0 30px 10px 30px;
	height:auto;
}

#content-left{
	width:488px;
	padding:0 10px 10px 0;
	float:left;
	text-align:left;
}

#content-right{
	width: 172px;
	float:right;
}


/* FOOTER */

#footer{
	width:680px;
	height:40px;
	border-top: 1px dotted #B1B1B3;
	border-bottom: 2px solid #B1B1B3;
	clear:both;
	padding:5px 30px;
}

.logosfooter{
	height:31px;
	widht:671px;
}
.logosfooter li{
	float:left;
	padding: 3px 4px 0 3px;
}

#legales{
	height:20px;
	padding:5px 30px;
}
#sub-menu{
	background: url(../images/base-submenu.gif) no-repeat center top;
	width:679px;
	height:22px;
	float:left;
	padding: 2px 30px 5px 30px;
}
#sub-menu li{
	float:left;
	border-right: solid 1px #ccc;
	padding:3px 5px 0 5px;
}
#sub-menu li.last{
	border-right:0;
	padding-right:0;
}
#menu-ferroviario{
	width:677px;
	height:21px;
	clear:both;
	float:left;
	padding:0 30px 20px 30px;
}

.punteado{	
	border-bottom: 1px dotted #B1B1B3;
	padding: 10px 0;
}

.texto{	
	font: 11px Arial, Helvetica, sans-serif;
	color:#767374;
	
}
.input{	
	font: 11px Arial, Helvetica, sans-serif;
	color:#767374;
	height:18px;
	width:220px;
}
.textArea{	
	font: 11px Arial, Helvetica, sans-serif;
	color:#767374;
	height:100px;
	width:220px;
}
.masinfo{	
	font: 10px Arial, Helvetica, sans-serif;
	color:#407095;
	text-decoration:none;
}
.titulo{	
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#407095;
}
.underline{	
	border-bottom:1px solid  #407095;
}
.img-novedad{	
	padding-right:10px;
}
.bullet{
	background:url(../images/flecha-destacado.gif) no-repeat 0 8px;
	padding: 4px 0 0 0;
}

.bullet li{
	padding: 0 0 0 10px;
	color:#FFF;
}

.fecha {
	color:#00C6FF;
}

.titulo-destacado{
	background: #0078B5 url(../images/fdo-titulo-destacado.gif) repeat-x left top;
	text-align:left; 
	padding-left:10px; 
	margin:0 3px;
}

.destacado{
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align:left; 
	margin:0 3px; 
	background-color:#0078B5; 
	padding:0 10px; 
	color:#FFF;
}