body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../imagenes/uv2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.pie {
	padding: 0 0 15px 55px;
	text-align:center;
	font-size: 70%;
	color: #8E8C8C;
	border-top: 1px solid #722100;
	background-color: transparent;
}

.encabezadoImagen{
	border-bottom: 1px solid #722100;
	background-color:#B51212;
	text-align:center;
}
.tituloPagina{
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	padding-left: 0.5em;
	background-color: transparent;
}

.contenidoPagina{
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 3em;
	padding-right: 1em;
	text-align: justify;
	
}
.menuIzq {
	border-right: 1px solid #722100;
}

.tablaPpal {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #722100;
	border-right-color: #722100;
	border-bottom-color: #722100;
	border-left-color: #722100;
}

/* Estilos para el menu izquierdo*/
.opcionPpal {
	font-size: 10px;
	font-weight: bold;
	color: #E7EBF4;
	text-align: center;
	text-decoration: none;
	background-color: #B51212;
	width:60%;
	padding: 4px 4px 4px 4px;
	display: block;
	margin-left: 3px;
}

.opcionPpal:hover {
	color: #B51212;
	background-color: #c0c2c5;
}

.opcionPpal2 {
	font-size: 10px;
	font-weight: bold;
	color: #E7EBF4;
	text-align: center;
	text-decoration: none;
	background-color: #B51212;
	width:60%;
	padding: 4px 4px 4px 4px;
	display: block;
	margin-left: 3px;
}

.opcionSecundaria2 {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	display:block;
	padding: 2px 2px 2px 2px;
	margin-left:14px;
	background-color: #85A5E6;
	color: #B51212;
	width:56%;
}

.opcionSecundaria2:hover {
	color: #000000;
	background-color: #c0c2c5;
}
