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

*{margin:0; padding:0}
img{border:0}

body{
background-color:#000000;
background-image:url(imagenes/fondo.jpg);
background-position:top center;
background-repeat:repeat-y;
font-family:Tahoma, Verdana, Helvetica;
font-size:12px;
color:white;
line-height:18px;
}

p{margin-bottom:15px}

a:link{color:white}
a:visited{color:white}

#cabezal{
width:100%;
background-image:url(imagenes/rayas.jpg);
background-repeat:repeat-x;
background-position:bottom;
height:313px;
}

#flash_cabezal{
width:955px;
margin:0 auto;
text-align:center;
}

.linea_naranja{
width:100%;
height:4px;
background-color:#2d1e08;
text-align:center;
}

#contenido{
	width:955px;
	margin:0 auto;
	position:relative;
}

#menu_home{
	position:absolute;
	width:572px;
	height:164px;
	left: 1px;
	top: -92px;
}

#menu_remeras{
	position:absolute;
	width:572px;
	height:164px;
	right: 1px;
	top: -92px;
}

#datos_home{
width:626px;
margin-top:30px;
margin-left:20px;
float:left;
}

#inscripciones{
float:right;
margin-top:30px;
margin-right:20px;
width:240px;
text-align:center;
}

.separador{
clear:both;
height:30px;
}

.relativo{
position:relative;
}

.texto{
width:322px;
float:left;
margin-left:20px;
margin-top:20px;
}

.remeras{
font-size:14px;
text-align:center;
padding:10px 0;
}

#rayas_pie{
background-image:url(imagenes/rayas.jpg);
background-repeat:repeat-x;
background-position:bottom;
width:100%;
height:185px;
}