					/* Index */
/*Fondo del cuerpo*/ 
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
/*Ajustes del Contenedor de Texto principal*/
.thrColLiqHdr #container {
	width: 85%;
	width: 1000px;
	margin: 0 auto;
	text-align:justify;
	background-image: url(../Imagenes/Fondo-logo.gif);
} 
.thrColLiqHdr #mainContent { 
	margin: 0 23% 0 3%; /* márgenes derecho e izquierdo */
	
}
.thrColLiqHdr #mainContentNoBar { 
	margin: 0 5% 0 5%; /* márgenes derecho e izquierdo */
}
.TercioContent { 
		width: 33%;
}
/* Tablas de precios */
.TabTit {
	width: 400 px;
	letter-spacing:inherit;
	text-align:left;
	font-weight:bold;
	border:solid;
	background-color:#00F;
	color:#FFF;
}
.TabTit2 {
	width: 200px;
	text-align:center;
	font-weight:bold;
	background-color:#CCC;
	}

.Tab1 {
	width: 40%;
	text-align:center;
	border:solid;
}
.Tab2 {
	width: 20%;
	text-align:center;
	border:solid;
}
.TabOr {
	width: 10%;
}
/*Ajustes del Encabezado*/
.thrColLiqHdr #header { 
	background:#FFF; 
	padding: 0 10px;
	width: 1000px;
	background-image: url(../Imagenes/BGI.gif);
	background-repeat: repeat-x;
} 
/*Ajustes del Encabezado*/
.thrColLiqHdr #Menu { 
	background:#FFF; 
	text-align:center;
	width: 1000px;
} 
/*Ajustes de la Barra Lateral*/
.thrColLiqHdr #sidebar {
	float: right; 
	width: 210px;
	/*width: 22%; /* dado que este elemento es flotante, debe asignarse un ancho */
	background:#0000A2; 
	color:#CCC;
	text-align:center;
	padding: 15px 0; /* el relleno superior e inferior crea un espacio visual dentro de este div */
}
.calendario{
	font-size:15px;
}
/*Ajustes del Pie de Pagina*/
.thrColLiqHdr #footer { 
	padding: 0 10px; 
	font-size:14px;
	background:#03C;
	color:#FFF;
} 
.thrColLiqHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.PiePag2 {
	color:#FFF;
	width: 70px;
	text-align:center;
}

/* Libros */
/* Para la pagina de libros seccion de letras */
.LibrosTxt {
	font-size:19px;
}
.LibrosTxt2{
	font-size:19px;
	text-align:right;
	color:#666;
}
/* Para la pagina de libros seccion de letras */
.LibrosImg {
	text-align:center;
	width: 125px;

}

/* Revista */
.RCentro {
	text-align:Center;
	font-weight: bold;
	}
.RJust {
	text-align:Justify;
	font-weight: normal;
	}
.RJust2 {
	text-align:Justify;
	font-weight: normal;
	font-size:14px;
	vertical-align:top;
	}
/* Para la pagina de Talleres */
.TrabNeg {
	background-color:#000;
	text-align:center;
	font-weight:bold;
	color:#FFF
}
.TrabIzq {
	width: 200px;
}
.TrabDer {
	width: 500px;
}

