@charset "utf-8";
@import url('botonera.css');
@import url('formato.css');
@import url('form.css');
@import url('lightbox.css');
@import url('mime.css');

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	background-color: #4d4d4d;
	text-align: center;
	line-height: 140%;
}

h1 {
	color: #5E2020;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}


h2 {
	background-image: url(../img/h2-vineta.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #AD4521;
	font-size: 20px;
	border: solid #AD4521;
	border-width: 0 0 1px 0;
	padding: 0 0 2px 20px;
}

	h2 a:link, h2 a:visited, h2 a:active {
		text-decoration: none;
		color: #AD4521;
	}
	
	h2 a:hover {
		color: #D85E34;
		text-decoration: underline;
	}

h3 {
	color: #AD4521;
	font-size: 16px;
	padding: 0 0 2px 0;
}

	h3 a:link, h3 a:visited, h3 a:active {
		text-decoration: none;
		color: #AD4521;
	}
	
	h3 a:hover {
		color: #D85E34;
		text-decoration: underline;
	}

p {
	margin: 0;
	padding: 0 0 8px 0;
}

a:link, a:visited, a:active {
	color: #AD4521;
}

a:hover {
	color: #D85E34;
}

#main {
	margin: auto;
	width:1000px;
	position: relative;
}

#logo {
	height: 155px;
	width: 1000px;
}

#logo #logo_datos {
	position: absolute;
	text-align: right;
	font-style: italic;
	color: #F2F2F2;
	font-size: 12px;
	right: 72px;
	top: 51px;
	line-height: 115%;
}

#logo #logo_datos a{
	text-decoration: none;
	color: #FFF;
}

#foto {
	background-image: url(../img/bg_degradado.jpg);
	height: 230px;
	text-align: center;
}

#cierre_foto {
	background-image: url(../img/cierre-foto.jpg);
	height: 43px;
}

#contenido {
	background-image: url(../img/bg_contenido.jpg);
	z-index: 1;
	min-height: 266px;
	position: relative;
}

#contenido #cafe_superior {
	background-image: url(../img/bg_cafe_sup.jpg);
	height: 266px;
	width: 238px;	
	z-index: 2;
	position: absolute;
	left: 21px;
}

#contenido #cafe_inferior {
	background-image: url(../img/bg_cafe_inf.jpg);
	height: 268px;
	width: 241px;
	z-index: 3;
	position: absolute;
	right: 21px;
	bottom: 0;
}

#contenido #contenido_izquierda {
	position: relative;
	text-align: left;
	float: left;
	z-index: 4;
	width: 523px;
	margin: 0 0 0 45px;
}

#contenido #contenido_derecha {
	position: relative;
	float: right;
	text-align: left;
	z-index: 4;
	width: 283px;
	margin: 0 45px 0 0;
}

#pie {
	position: relative;
	text-align: left;
	line-height: 120%;
	background-image: url(../img/pie.jpg);
	width: 1000px;
	height: 146px;
	font-size: 13px;
	color: #FFF;
	margin: 0 auto;
}

	#pie a:link, #pie a:visited, #pie a:active {
		color: #FFF;
		text-decoration: none;
	}

	#pie a:hover {
		color: #CCC;
		text-decoration: underline;
	}
	
#pie #pie_derechos {
	position: absolute;
	top: 26px;
	left: 48px;
}

#pie #pie_datos {
	color: #E6E6E6;
	position: absolute;
	top: 56px;
	left: 48px;
}

#pie #pie_moebius {
	position: absolute;
	top: 26px;
	right: 48px;
	text-align: right;
}

#ficha {
	visibility: inherit;
}

#descripcion {
	visibility: hidden;
	height: 1px;
}

#requerimientos {
	visibility: hidden;
	height: 1px;
}

#notas {
	visibility: hidden;
	height: 1px;
}