body{
	margin:0px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:0.7em;


	background-image:url('../img/fondo.gif');
	background-repeat:no-repeat;
	background-position:0px 125px;
}
a{
	text-decoration:none;
	/*color:#006ECE;*/
	color:#367096;
}
p{
	margin:10px 0 0 0;
}
h1{
	font-size:1.4em;
	color:#367096;
	margin:7px;
	margin-left:0px;
}
h2{
	font-size:1.2em;
	color:red;
	font-weight:bold;
	margin:0;
}
hr{
	background-color:#ffd32a;
	color:#ffd32a;
	border:0px;
	height: 1px;
	margin-left:200px;
	margin-right:35px;
	margin-top:10px;
	margin-bottom:10px;
}
hr.gris{
	background-color:#d3e0e0;
	color:#d3e0e0;
	border:0px;
	height: 1px;
	margin-left:0px;
	margin-right:35px;
	margin-top:10px;
	margin-bottom:10px;
}
hr.roja{
	background-color:#e90000;
	color:#e90000;
	border:0px;
	height: 1px;
	margin-left:0px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url('../img/linea_roja.gif');
	background-repeat:no-repeat;
	background-position:right;
}
li{
	margin-bottom:10px;
}
.salto{
	 height:15px;
	 width:100%;
}
.rojo{
	color:#e90000;
}
.destacado{
	font-size:1em;
	font-weight:bold;
	color:#e90000;
}
.pequenyo{
	font-size:0.8em;
	font-weight:normal !important;
}
form, form input, form select, form textarea{
	font-family:Verdana,Arial, Helvetica, sans-serif;
}
img{
	border-width:0;
}
address{
	font-style:normal;
}
