@charset "utf-8";
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
	margin: 0;
	line-height: 1;
	color: #333;
	background:#000;
	background-image: url(../img/bg_form.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
}
ol, ul {
list-style: none;
}

caption, th, td {
text-align: left;
font-weight: normal;
}
legend{
white-space:normal;}
strong{font-weight: bold;}
p{line-height: 1.2em;}
/*//////////////////////////////////   FIN DE RESET CSS /////*/
.min{text-transform: lowercase;}
.MAY{text-transform: uppercase;}
/*//////////////////////////////////   FIN DE HELPERS /////*/


#wrapper{
	width: 460px;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	overflow:hidden;
	padding:20px;
	display:block;
	}

h1{

	}

h1 a{
	width: 350px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

h2{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #333; 
	font-size: 24px; 
	margin-bottom: 16px;
	font-weight:normal;
}

p, table {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.fondotabla{
	background-color:#E2E2E2;
}
p{
	margin-bottom: 10px;
	}

dl, dt, dd {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}
dl{padding: 0 10px; margin: 0px 0 30px 15px; float: left;}
dt{font-weight: bold; margin: 0 0 10px 0; position: relative; left: -25px;}
dd{line-height: 15px; position: relative; left: -5px;}
#content li{list-style-type:circle}
#content ul{margin: 0 0 20px 0;}

#header{
	width: 500px;
	overflow: hidden;
	display:block;
	margin:190px auto 0 auto;
	
	}
	
#header #menu {
	clear: both;
	overflow: hidden;
	height: 30px;
	background-color:#000;
	}
	
#header #menu ul{
	margin-top:6px;
}

#header #menu li{
	height: 30px;
	float: left;
	margin: 0px 18px 0px 18px;
}
#header #menu .first{margin-left: 0;}

#header #menu li a{
	overflow: hidden;
	font-family: "Arial Narrow", Gadget, sans-serif;
	font-size: 13px;;
	color: #FFF;
	text-decoration:none;
}

#header #menu li a:hover{
	color: #09F;
}

#content{
	padding: 5px;
	overflow:hidden;
}

a{
	text-decoration:underline;
	color:#BA122B;
	font-weight:bold;
}
a:hover{
	color: #000;
}

.campo_registro {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	border: 1px solid #666;
	font-weight: bold;
	text-align: left;
}

#footer{
	width: 500px;
	overflow:hidden;
	clear:both;
	margin: 10px auto;
	padding:0px;
	display:block;
	}

#footer p{
	font-size:10px;
	margin: 0;
	color:#999;
	line-height:normal;
	}
#footer a{
	font-size:11px;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	}
