body{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondo.jpg);
	background-repeat:  repeat-x;
	background-color: #5D7896;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4B4B4B;
}

.contenido{
	width: 956px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat:  repeat-y;
	background-image: url(../img/fondo_contenido.gif);
	background-position: left;
}
.titulo{
	background-image: url(../img/titulo.jpg);
	background-repeat: no-repeat;
	height: 210px;
	position:relative;
}
.titulo ul{
	height: 36px;
	position:absolute;
	top:33px;
	right:15px;
	margin: 0px;
	padding: 0px;
}
.titulo ul li{
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	float: left;
}
.titulo ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
.titulo ul li a:hover{
	color: #1A3C62;
}
.subtitulo{
	background-image: url(../img/subtitulo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
}
.subtitulo h3{
	font-size: 30px;
	padding: 0px;
	font-variant: normal;
	text-transform: capitalize;
	font-style: italic;
	color: #1A3C62;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.interior{
	background-image: url(../img/interior.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}
.interior .texto{
	width: 508px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 85px;
	margin: 0px;
	float: left;
}

.interior .texto p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height:18px;
}
.interior .texto h3{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7F7F7;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.interior .columna{
	float: left;
	width: 235px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height:380px;
	
}
.interior .columna p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 10px;
	color: #999999;
	line-height:16px;
	text-align: justify;
}
.pie{
	background-image: url(../img/pie.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px;
}
.pie p{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #8399B1;
}
.pie p a{
	color: #8399B1;
	text-decoration: none;
}
.pie p a:hover{
	color: #FFFFFF;
}
