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

* { 
padding: 0; 
margin: 0; 
}
body {
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	font-size: 11px;
}

.registro {
	background: #fff url(../imagenes/interfaz/fondoform.gif) repeat-x;
	padding: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 12px;
	text-align: left;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #618BC2;
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 12px;
	text-align: left;
}
ul {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 12px;
}
li {
	list-style-type: disc;
	list-style-position: inside;
}
#content {
	display: block;
	padding: 0px;
	clear: both;
	text-align: left;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content .nota,
#content .error {
	display: block;
	min-height: 35px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 45px;
}
#content .nota {
	background: #FFF9D7 url(../imagenes/interfaz/info.png) no-repeat 5px 4px;
}

#content .error {
	background: #FF9D9D url(../imagenes/interfaz/error.png) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}
#texto {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
}
.campos {
	background-image: url(../imagenes/interfaz/sombra.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-style: none;
	border-bottom-style: none;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border-top-style: none;
	border-left-style: none;
}
.margen {
	margin-right: 10px;
}
.clear { clear: both; background: none; }
