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

* { 
padding: 0; 
margin: 0; 
}
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 20px;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 12px;
	text-align: left;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	line-height: 18pt;
	margin-bottom: 12px;
	font-weight: normal;
	color: #618BC2;
	text-align: left;
}
h3 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin-bottom: 12px;
	
}
p {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	margin: 10px 0 12px 0;
	text-align: left;
}
hr {
	height: 1px;
	margin-bottom: 10px;
}
.fondo {
	padding: 0px;
}
#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;
}
.margen {
	margin-right: 10px;
}
.clear { clear: both; background: none; }
