/* Imagen de fondo */
.image_f {
	background: url(../images/f_body.jpg) no-repeat center top;
}


/* Contenido de la cabecera */
.header {
	width:956px;
	min-height:100px;
	clear:both;
	margin:auto;
	text-align:left;
}

.header img.logo {
	float:left;
	/*display:inline;*/
}

.loop_audio {
	float:right;
	padding:12px 4px 0 0;
}

.header div.title , .header h1.title {
	width:590px;
/*	height:32px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:bold;
	float:right;
	display:inline;
	margin:4px 0 0 20px;
	color: #dbe1e5; 
}

.header div.topmenu{
	clear:right;
	float:right;
	display:inline;
	width:583px;
/*	height: 24px; */
	margin:10px 4px 0 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
	background-image: url(../images/topmenu.gif);
	background-repeat:no-repeat;
	background: url(../images/topmenu-bot.gif) bottom center no-repeat;
	text-align: center;
}

.header div.topmenu div.innertopmenu{
	line-height: 12px;
	padding: 2px 0px 4px 0px;
	background: url(../images/topmenu-top.gif) top center no-repeat;
}

.header div.topmenu ul {
	margin: 0px 0px -20px 3px !important; padding: 0px 0px 0px 5px !important;
	overflow: hidden;
}

.header div.topmenu li{
	display:block;
	float:left; 
	padding-right: 6px;
	margin-top: 6px;
	margin-right: 6px;
	padding-bottom: 5px;
	margin-bottom: -5px;
	border-right: 1px #dbe1e5 solid;
}

.header div.topmenu li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

.header div.topmenu a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#d2b32c;
	font-size: 11px;
}

.header div.topmenu a:hover{
/*	color:#2e4f98;*/
	color:white;
}

/*.header div.login {
	width:324px;
	height:30px;
	float:right;
	text-align:left;
	display:inline;
}*/


/* Contenido de la zona central */
.leftCol {

	width:300px;
	float:left;
	display:inline;
	text-align:left;
	margin:0 0 0 20px;
}

.leftCol ol, .leftCol ul {

	list-style:none;
}

.leftCol ul {

	margin:0;
	padding:0;
}

.leftCol ul li {

	padding:6px 0 4px 20px;
}

.leftCol ul li ul li {

	padding:10px 0 0 15px;
}

.leftCol ul li ul li ul li {


	padding:10px 0 0 15px;
}

.leftCol li {

	font-size:16px;
	line-height: 14px;
	padding:10px 0 10px 24px;
}

.lcTop {
	
	width:293px;
	height:16px;
	margin:0;
	background:url(../images/lc_top.png) left top no-repeat;
}

.lcMid {
	
	width: 293px;
	margin:0;
	background:url(../images/lc_mid.png) left top repeat-y;
}

.lcBot {
	
	width:293px;
	height:226px;
	margin:0;
}

/** ESTILOS DE LA COLUMNA DERECHA DEL CUERPO **/
.rightCol {

	width:620px;
	float:right;
	display:inline;
	margin:0;
	text-align:left;
}

.rcTop {

	width:620px;
	height:16px;
	margin:0;
	background:url(../images/rc_ppal_top.png) left top no-repeat;
}

.rcMid {
	width:620px;
	margin: 0px;
	background:url(../images/rc_ppal_mid.png) left top repeat;
}

.rcMid div {

	width: 100%;
}

.rcBot {
	
	width:620px;
	height:16px;
	margin:0;
	background:url(../images/rc_ppal_bot.png) left top no-repeat;
}


/* Contenido del pie */
.footer {
	width:956px;
	height:137px;
	margin:auto;
	text-align:left;
	font:normal 1.1em/1.2em 'Trebuchet MS', Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.imagen_localizacion{
	float:left;
	clear:none;	
	width: 120px !important;
}

.contenedor_localizacion{
	float:left;
	clear:left;
	width: 500px;
	padding-top:10px;
	padding-bottom: 10px;
}

.texto_localizacion{
	float:left;
	clear:none;
	width: 340px!important;
	margin-left: 30px;
}
address {
	width:380px;
	margin-left:22px;
	margin-top:30px;
	float:left;
	display:inline;
	color:#485f80;
	font-style:normal;
}

address a,
address a:link,
address a:visited,
address a:hover,
address a:active { font-weight: bold; color:#485f80; text-decoration:underline;}
address a:hover  { color:#d2b32c;}
address strong { font-weight: bold; }

/* formulario login */
.header div.login input.caja {

	width:140px;
	height:18px;
	margin:8px 4px 0 0;
	padding:0 0 0 4px;
	font:normal 1.2em/1.2em 'Trebuchet MS', Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#797979;
	border:1px #2d4e98 solid;
	background-color:#fff;
	text-align:left;
	float:left;
	display:inline;
}

.header div.login input.bot {

	margin:7px 0 0 0;
	float:left;
	display:inline;
}

