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

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
margin: 0px; padding:0px; border:0px;}



body{
margin:0px;
padding:0px;
text-align:center;
background-image: url(imagenes/body_background.jpg);
background-repeat:repeat;
background-color: #CCCCCC;
}

a:link{ color: #333333; text-decoration:none; font-weight:bold;}
a:visited{  color: #333333; text-decoration:none; font-weight:bold}
a:hover{ color: #FF9900;}
a:active{}

#contenedor{
width:915px;
margin-left:auto;
margin-right:auto;
text-align:left;
background-color:#CCC;
margin-top:0px;
z-index:500
}

#logo{
	margin-left:-19px;
	margin-top:0px;
	position:absolute;
	
}

#contenedor_splash{
width:220px;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-top:50px;
margin-bottom:150px;


}

#contenidosplash{

}

#requerimientos{
color: #333333;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
}

hr{
background-color: #666666;
border:0px;
color: #666666;
height:1px;
margin-top:2px;
margin-bottom:2px;
}

#idioma{
color: #333333;
font-size:1.3em;
padding-top:20px;
font-weight:bold;}

.seleccione{
color: #333333;
font-size:0.65em;
font-weight:normal;}
