/* CSS Document */
body {
	background:#ffffff;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#1D1D1D;
	}
#contenedor {
	width:800px;
	height:auto;
	background:url(../imagenes/bkg_contenedor_rn.gif) repeat-y;
	margin:0 auto;
	}
#cabecera {
	width:100%;
	margin:0px;
	padding:10px 0px;
	}
#cuerpo {
	width:75%;
	float:right;
	margin-right:20px;
	}
	
.spacer {
	clear:both;
	}
#menu {
	width:98%;
	color:#424141;
	margin:0px;
	padding:0px;
	font-size:11px;
	text-align:center;
	list-style-type:none;
	}
#menu li {
	float:right;
	}
#menu li a{
	display:block;
	width:40px;
	border-right: 1px #666666 solid;
	color:#666666;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}
#menu li a:hover {
	color:#04278D;
	border-right: 1px #04278D solid;
	}
#pie {
	width:800px;
	height:25px;
	clear:both;
	background-image:url(../imagenes/bkg_piern.gif);
	}
#pie p {
	padding:7px 0px 0px 10px;
	color:#000033;
	font-size:10px;
	}
h1, h1 a{
	font-size:18px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
	color:#04278D;
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:underline;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:5px 0px 5px 10px;
	padding:0px;
	color:#04278D;
	}
h3 {
	font-size:13px;
	font-weight:bold;
	margin:5px 0px 5px 15px;
	padding:0px;
	color:#04278D;
	}
h4 {
	font-size:13px;
	font-weight:bold;
	margin:10px 0px;
	padding:0px;
	color:#04278D;
	}
h5 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:10px 0px 10px 0px;
	padding:0px;
	}
h6 {
	font-size:13px;
	font-weight:bold;
	margin:25px 0px 10px 0px;
	padding:0px;
	color:#04278D;
	background-color:#DEDDDD;
	}
p {
	margin-left:20px;
	text-align:justify;
	}
.form {
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	width:99%;
	}
.formtable {
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	}
.contactar {
	list-style-type:none;
	font-weight:bold;
	}
.contactar2 {
	list-style-type:none;
	margin:10px 0px 10px 100px;
	font-weight:normal;
	}
.contactar2 a {
	color:#1D1D1D;
	text-decoration:none;
	}
	
.contactar2 a:hover {
	color:#04278D;
	text-decoration:underline;
	}
.enlaces {
	list-style-type:square;
	}
.enlaces a {
	color:#1D1D1D;
	text-decoration:none;
	}
.enlaces a:hover {
	color:#04278D;
	text-decoration:underline;
	}
.guia {
	color:#333333;
	}
.guia a {
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	}
.guia a:hover {
	color:#04278d;
	text-decoration:underline;
	}
td p {
	margin: auto;
	padding:0px;
	}