@charset "UTF-8";
/* CSS Document */


/* Regla universal */
* {text-decoration:none;}
* a {color:none; text-decoration:none; border:none;}
* {background-repeat: no-repeat;}


/* Tags */
body {background-color: #141C48;}

h1, h2, .titulo-sub, address, p, .menu-lateral, .cita-texto, .texto-descriptivo {font-family: "Trebuchet MS", Verdana, Arial;}

h1 {font-size: 110%; font-weight: bold;	color: #141C48;}

p {font-size: 11px;}


/* Clases */
.menu-lateral {
	font-size: 12px;
	color: #141C48;
	padding-left: 50px;
	cursor:pointer;
}
.menu-lateral a {color: #141C48;}
.menu-lateral a:hover {color: #4E133B; text-decoration:overline underline;}
.menu-lateral a:active {color: white; text-decoration:overline ; background-color: #141C48;}

.cita-texto {color: white; text-align: right; padding-top: 5px; padding-bottom: 5px; font-size: 70%; background-color: #4E133B;}
.cita-comilla-abre {
	background-image:url(images/i-comillas.png); background-repeat:no-repeat; background-position:top right;
	background-color: #4E133B;
}
.cita-comilla-cierra {
	background-image:url(images/i-comillas-2.png);
	background-repeat:no-repeat; background-position:bottom left;
	background-color: #4E133B;
}
.titulo-sub {font-size: 115%; font-weight: bold;	color: #141C48; text-align:right;}

.borde-cuadro {border:#4E133B; border-top-style:ridge; border-bottom-style:double; border-left-style:ridge; border-right-style:double; padding:5px;} 

.texto-descriptivo { text-decoration:none; text-align:center; font-size:70%; color:#141C48; border:0;}
.texto-descriptivo-grande { text-decoration:none; text-align:left; font-size:90%; color:#141C48; border:0;}



/* ID */
#tabla-principal {}

#texto-home {padding-left: 10px;padding-right: 10px;  text-align:left;}


address {font-size: 90%;
	line-height: .5em; 
	padding-right: 10px;
}

address a {color: #141C48;}
address a:hover {color: #4E133B;text-decoration:overline underline;}
address a:active {color: white; text-decoration:overline ; background-color: #141C48;}
