body {
	margin: 0;
	padding: 0;
	background: #5c3109;
	font-family: Arial;
}

/*ETIQUETAS*/
fieldset {
	border: 0;
}

input {
	border: 1;
}
input[type="text"]{
	height: 15px;
	font-size: 10px;
	color: #868686;
}

/*FIN ETIQUETAS*/

#contenedor {
	width: 800px;
	margin: 0 auto;
}

/*ESTRUCTURA WEB*/
#cabecera {
	background: #fff url(imagenes/fondo_cabecera.jpg) left top no-repeat;
	height: 116px;
	border-bottom: 3px solid #000;
	padding-top: 12px;
}

#cabecera_superior {
	height: 83px;
	width: 100%;
}

#menu {
	height: 33px;
	width: 100%;
	text-align: right;
}

#subcabecera {
	background: #fff url(imagenes/fondo_subcabecera.jpg) left top no-repeat;
	height: 222px;
}

#precontenido {
	background: #5d0c09;
	height: 29px;
	border-bottom: 3px solid #000;
	text-align: right;
	padding: 0 57px 0 0;
}

#contenido {
	background: #f47d00;
	padding: 38px 75px 10px 230px;
	color: #fff;
	font-size: 10px;
	border-bottom: 3px solid #941708;
}

#pie {
	height: 64px;
	background: #fff;
	color: #5d0c09;
	text-align: center;
	font-size: 9px;
	padding-top: 7px;
}
/*FIN ESTRUCTURA WEB*/

/* ICONOS CABECERA */
#icono_inicio {
	background: url(imagenes/icono_inicio.jpg) no-repeat;
	width: 11px;
	height: 12px;
	display: block;
	float: right;
	margin-right: 10px;
}
#icono_favorito {
	background: url(imagenes/icono_favorito.jpg) no-repeat;
	width: 13px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 10px;
}
#icono_mapaweb {
	background: url(imagenes/icono_mapaweb.jpg) no-repeat;
	width: 13px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 10px;
}
#icono_contacto {
	background: url(imagenes/icono_contacto.jpg) no-repeat;
	width: 15px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 73px;
}
#bandera_inglaterra {
	background: url(imagenes/bandera_inglaterra.jpg) no-repeat;
	width: 16px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 10px;
}
#bandera_italiana {
	background: url(imagenes/bandera_italiana.jpg) no-repeat;
	width: 16px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 10px;
}
#bandera_alemana {
	background: url(imagenes/bandera_alemana.jpg) no-repeat;
	width: 16px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 10px;
}
#bandera_portuguesa {
	background: url(imagenes/bandera_portuguesa.jpg) no-repeat;
	width: 16px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 10px;
}
#bandera_francia {
	background: url(imagenes/bandera_francia.jpg) no-repeat;
	width: 16px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 10px;
}
#bandera_espanha {
	background: url(imagenes/bandera_espanha.jpg) no-repeat;
	width: 16px;
	height: 11px;
	display: block;
	float: right;
	margin-right: 13px;
}
/* FIN ICONOS CABECERA */
/* MENU WEB */
#menu a {
	float: right;
	display: block;
	border-left: 2px solid #000;
	width: 86px;
	text-align: left;
	padding-left: 7px;
	text-decoration: none;
	font-size: 8pt;
	color: #000;
	text-transform: lowercase;
	height: 33px;
}
#menu a:hover {
	background: #d3d3d3;
}
/* FIN MENU WEB */
/*CONTENIDO WEB*/
#contenido p {
	text-align: justify;
}

.seccion{
font-size:12px;
font-weight: bold;
text-decoration: underline;
color:#5D0C09;
margin-bottom:20px;
}

.titular{
font-size:11px;
margin-top:10px;
}

.titular a{
color:#FFF;
text-decoration: underline;
}

.leerMas a{
text-decoration: none;
color:#FFF;
}

#contacto{
font-size: 9pt;
line-height: 2em;
}


/*FIN CONTENIDO WEB*/

