@charset "UTF-8";
/* CSS Document */

/* hacks varios, adivinen para q browser... */
html, body, #contenedor {
    min-height: 100%; /* alto minimom FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;
}

html>body #contenedor {
    height: auto; /* con este hack escondemos el min-height de IE*/
}
/* fin hacks varios */


body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
p {
	margin-top: 0px;
}
h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: right;
	margin: 0 auto;
}
img {
	vertical-align: middle;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#contenedor {
	position: absolute;
	top: 0;
	left: 0;
}
#contenido {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	height: 950px;
	margin: 0 auto;
}
#contenido_a {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	height: 830px;
	margin: 0 auto;
}
#contenido_p {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	height: 870px;
	margin: 0 auto;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	background-image: url(../images/suelo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer_content {
	width: 600px;
	margin: 0 auto;
	padding: 10px 0px 30px 0px;
	font-size: 12px;
}
#texto_central {
	padding-top: 420px;
	padding-right: 205px;
	padding-bottom: 0px;
	padding-left: 205px;
}
#texto_izq {
	float: left;
	width: 190px;
	padding-top: 420px;
}
#texto_dch {
	float: right;
	width: 190px;
	padding-top: 420px;
}

.texto_foto {
	color: #da5f00;
}
.texto_grafica {
	color: #e707cd;
}
.texto_multi {
	color: #00bbff;
}
.imagen_footer_izq {
	margin-right: 86px;
}
.imagen_footer_der {
	margin-left: 90px;
}
