@charset "utf-8";
/* CSS Document */
.body{
	background-color:#000000;
	background-image:url(images/lineafondo.gif);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	padding: 0 0 0 0;
	margin:0 0 0 0;
}
a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:underline;
}

#contenedor{
	background-color:#CC0000;
	width:1024px;
	height:768px;
	margin:0 auto 0 auto;
}
#contenido{
	width:1024px;
	height:768px;
	margin-left:0px;
	margin-top:0px;
}
#contenedoregistro{
	background-color:#CC0000;
	background-image:url(images/registro.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:610px;
	margin:0 auto 0 auto;
}

#regcabecera{
	width:1024px;
	height:120px;
	margin-left:0px;
	margin-top:0px;
}
#registrotitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:right;
	color:#990000;
	width:720px;
	height:50px;
	margin-left:117px;
	margin-top:0px;
}

#formulario{
	color:#990000;
	width:650px;
	height:350px;
	margin-left:187px;
	margin-top:0px;
	
}
#textoreg{
	color:#990000;
	width:550px;
	height:80px;
	margin-left:100px;
	margin-top:0px;
	
}
.texto1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:right;
}
.texto2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
}


