.botones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-align: center;
}

.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-align: center;
}

.textoTitulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-align: center;
}

.ventanafondo {
	height: auto;
	border: 2px solid #964B4B;
	background-color: #EAEAFF;
	padding: 1px;
}
.ventanafondo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: auto;
	border: thin solid #964B4B;
	background-color: #EAEAFF;
	padding: 1px;
}

.imagenes_borde_1 {
	border: 3px double #CC0066;
}

.imagenesBordeVerde {
	border: 3px double #008000;
}

.imagenesBordeAzul {
	border: 3px double #0033CC;
}

.imagenesBordeVioleta {
	border: 3px double #CC00CC;
}


.texto1justificado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}

.PieDeFoto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #800080; 
	font-size: 12 px; 
	text-align: center; 
	text-indent: 0; 
	font-weight: bold;
}

.PieDeFotoVerde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008000; 
	font-size: 12 px; 
	text-align: center; 
	text-indent: 0; 
	font-weight: bold;
}

.PieDeFotoVioleta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC00CC; 
	font-size: 12 px; 
	text-align: center; 
	text-indent: 0; 
	font-weight: bold;
}

/* =Botonera Izq
-----------------------------------------------------------------------------*/
table#tableMenuPPAL{
	font: 13px verdana, arial, sans-serif;
	list-style-type: none;
	margin: 0;
	background-color:#F0F0FF;
}

table#tableMenuPPAL td{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	border: 1px solid #964B4B;
}

#active a {
	background-color: #E0E6F8;
	color: #000;
}

#tableMenuPPAL a {
	font: 12px verdana, arial, sans-serif;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

#tableMenuPPAL a:hover {
	background: #E0E6F8;
	color: #000
}