/*FORMATO*/
body{
	text-align:center;
	margin:0;
	padding:0;
	font:.83em Helvetica, Arial, sans-serif;
	color:#272727;
	background-color: #fff;
	background-image: url(/i/fondo_cuerpo_portada.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}


/*-----TODO-----*/
#todo{
	margin:0px auto;
	padding:0;
	position:absolute;
	width:100%;
}


/*-----TOP-----*/

#top{
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	height: 120px;
}

#top_dentro {
	position: relative;
	margin:0 auto;
	padding:0;
	width: 900px;
	height: 120px;
}


/*-----Acceso Usuarios-----*/
#acceso_usuarios{
	position: absolute;
	margin:0;
	padding:6px 0 0 0;
	font-size: 0.9em;
	right:220px;
	list-style-type: none;
}

#acceso_usuarios li{
	display: inline-block;
	margin:0 5px 0 5px;
	padding:0;
}



/*-----Buscador-----*/
#buscador{
	position: absolute;
	right:0;
	top:0;
}

#buscador form{
	float: right;
	text-align: right;
	width: 210px;
}

#buscador form .caja_buscador{
	float: left;
	width: 169px;
	font-size:0.8em;
	font-weight: bold;
	height: 21px;
	border: none;
	background: none;
	background-color: #887766;
	margin:0;
	padding:6px 34px 0 6px;
	color: #fff;
	outline: none;

	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#buscador form .btn_buscar{
	position: absolute;
	right:0;
	top:0;
}


/*-----Logo-----*/
#logo{
	float: left;
	width: 260px;
	margin: 0;
	padding:0;
}


/*-----Menu-----*/
#menu{
	float:right;
	width: 600px;
	margin: 0;
	padding:0;
}

#menu ul{
	float: right;
	margin:0;
	padding:67px 0 0 0;
	list-style-type:none;
}

#menu li{
	float: left;
	margin:0 0 0 18px;
	padding:0;
	font-family: Georgia, Times, sans-serif;	
}

#menu li a{
	float: left;
	font-weight: normal;
	display: block;
	border-top: 3px solid #fff;
}

#menu li a:hover{
	text-decoration: none;
	border-top: 3px solid #887766;
}

#menu li .ordenmenu{
	float: left;
	margin:0;
	padding:0;
	font-size: 26px;
	line-height: 22px;
}

#menu li .titmenu{
	float: left;
	font-size: 15px;
	padding: 6px 0 0 8px;
}


/*-----BANNER PORTADA-----*/

#banner_portada{
	float: left;
	width: 100%;
	height: 370px;
	padding:0;
	margin:0;
	font-family: Georgia, Times, serif;
}

#banner_portada sup{
	font-size: 0.6em;
	padding:0;
}

.item_banner_portada{
	float: none;
	display: inline-block;
	position: relative;
	width: 298px;
	height: 370px;
	margin:1px 0 0 0;
	padding:0;
	
	overflow: hidden;
	
	background-repeat: no-repeat;
	background-position: 50% 0;
	
	opacity:0.5;
}

.item_banner_portada_dentro{
	float: left;
	width: 400px;
	margin:0;
	padding:0;
	text-align: left;	
}


.item_banner_portada_dentro a{
	float: left;
	margin:0;
	padding:30px 0 0 0;
	width:400px;
	height: 343px;
	display: block;
	font-weight: normal;
}

.item_banner_portada_dentro a:hover{
	text-decoration: none;
}


.titulo_banner_portada{
	float: left;
	background-color: #241B18;
	font-size: 20px;
	color: #fff;
	padding: 6px 40px 6px 10px;
	
	position: relative;
	
	display: none;
}

.titulo_banner_portada img{
	position: absolute;
	top:0;
	right:0;
}

.texto_banner_portada{
	float: left;
	margin:0;
	padding:0;
	
	display: none;
}

.texto_banner_portada span{
	background-color: #887766;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	margin:0;
	
	line-height: 30px;
}


/*-----BOTTOM-----*/

#bottom{
	width:100%;
	text-align:left;
	padding: 20px 0 0 0;
	margin: 0;
	font-size:0.9em;
	height: 220px;
}

#bottom_dentro {
	position: relative;
	margin:0 auto;
	padding:0;
	width: 900px;
	height: 220px;
}

#info_bottom{
	float: left;
	width: 260px;
	margin:0 40px 0 0;
	padding:0;
}

#info_bottom ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type: none;
}

#info_bottom ul li{
	display: inline;
	margin: 0 5px 0 0;
}



#contacto_bottom{
	float: left;
	width: 595px;
}

#contacto_bottom h3{
	font-size:1.4em;
	font-weight:bold;
}
#contacto_bottom h3 span{
	font-weight:normal;
	color:#065E93;
}
#formulario_contacto_bottom textarea{
	border: 1px solid #D8D8D8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 550px;
	height: 64px;
	padding: 3px 5px 3px 5px;
	
	background-color: #EEEEEE;
	color: #565656;
	font-size: 0.9em;

}

#formulario_contacto_bottom .caja_contacto{
	border: 1px solid #D8D8D8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 350px;
	padding: 8px 5px 8px 5px;
	
	background-color: #EEEEEE;
	color: #565656;
	font-size: 0.9em;
}




/* REDEFINICIONES */
img{
	border:none;
}

a{
	color:#887766;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


h3{
	font-family: Georgia, Roman, serif;
	color:#887766;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	margin:0 0 10px 0;
	padding: 0 0 5px 23px;
	border-bottom: 1px dotted #887766;
	
	background-image: url(/i/marca_flecha.png);
	background-repeat: no-repeat;
	background-position: 0 20%;
}

.destacado{
	font-weight: bold;
}

textarea, input{
	font-family: Helvetica, Arial, sans-serif;
	outline: none;
}

.inputboton{
	border: none;
	background: none;
	color: #fff;
	background-color: #241B18;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	margin: 0 0 0 8px;
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
}

