

@import url("reset000.css");
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	position:absolute;
}
body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.ferlux {
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	font-size: 12pt;
}

.pagina {
	width: 900px;

	border: 1px solid #FFFFFF;
	top: 50%;
	position: relative;
	left: 50%;
	margin-top: -337px;
	margin-left: -450px;
}
.cuerpo {
	background-image: url(fondo000.jpg);
	background-repeat: repeat-y;

	padding-top: 5px;
}
div.contenido {
	
	text-align: left;
	vertical-align: top;
	visibility: inherit;
	padding: 10px;
}
.cuerpo h4 {
	font-weight: normal;
	font-size: 15pt;
	font-variant: small-caps;
	margin-bottom: 20px;
}
.cuerpo img {
	padding: 2px;
	border: 0px solid #000000;
	background-color: #FFFFFF;
}
.contenido a {
	color: #FF0000;
	text-decoration: none;
}
.contenido a:hover {
	text-decoration: underline;
}
.cuerpo .contenido h1 {
	font-weight: normal;
	font-size: 25px;
}

div#cabecera {
	background-image: url(cabecera.jpg);
	height: 160px;
	width: 900px;
	position: relative;
}
#cabecera #index {
	height: 100px;
	width: 240px;
	position: relative;
	float: left;
}
#cabecera ul {
	width: 100%;
	position: relative;
	left: 0px;
	float: left;
	top: 25px;
	margin: 0px;
	padding: 0px;
}
#cabecera ul li {
	text-align: center;
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 19%;
}

#cabecera ul li.ancho {
	width: 23%;
}

#cabecera ul li a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#cabecera ul li a.actual {
	color: #F00;
}
#cabecera ul li a:hover {
	color: #FFF;
}
#cabecera .idioma {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	position: absolute;
	text-indent: -9999px;
	right: 10px;
	bottom: 60px;
}


#cabecera #es {
	background-image: url(es000000.png);	
	
}
#cabecera #en {
	background-image: url(en000000.png);
}




.proximamente {
	font-size: 21px;
	color: #C00;
	margin-top: 100px;
	margin-left: 150px;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}

p.contactar {
	margin-top: 50px;
	margin-left: 150px;
	font-size: 15px;
}

.types{
       text-align:center;
	padding: 1px;
	border: 1px solid #000000;
	background-color: #FFFFFF;

}

p.contactar strong {
	font-size: 17pt;
	color: #CC0000;
}

