body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-color: #FFF;
	background-image: url(fondo_pergamino.jpg);
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #009;
}

#header {	height: 125px;	background-color: #FFF;}

#contenido {
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
	width: 770px;
}
/*DENTRO DE CONTENIDO */

#cubiles{
	height:122px;
	width:266px;
	float: right;
	margin-top: 10px;
}	

.Titulo {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #009;
	line-height: normal;
	float: left;
	font-weight: bold;
}
p {
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: justify;
}
#info{
	margin-left:15px;
	margin-top:10px;
	padding:12px;
	width:715px;
	background-color: #FFF4E2;
	border: 1px solid #58717F;
	background-repeat: no-repeat;
	background-position: bottom;
	}
#limpiar {
	clear:both;}
#libros{
	margin-left:15px;
	margin-top:10px;
	padding:12px;
	heigth:200px;
	width:715px;
	background-color: #FFF4E2;
	border: 1px solid #58717F;
	background-image: url(fondo_pergamino.jpg);
	height: 505px;
	}
#libros_tapa{
	width:100px;
	height:150px;
	float:left;
	background-color: #FFF4E2;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#libros_cont{
	padding:10px;
	heigth:260px;
	width:582px;
	background-color: #FFF4E2;
	border: 1px solid #009;
	height: 128px;
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 22px;
	float: left;
	text-align: left;
	}
#est_biblicos{
	margin-left:15px;
	margin-top:10px;
	padding:12px;
	heigth:200px;
	width:715px;
	background-color: #FFF4E2;
	border: 1px solid #009;
	background-image: url(../bienve_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#rollos{
	display:inline;
	margin-top:10px;
	heigth:180px;
	width:219px;
	float: right;
	}

#cuadritos{
	margin-left:15px;
	display: inline;
	margin-top:10px;
	width:235px;
	background-color: #FFF;
	height: 150px;
	float: left;
	border: 1px solid #009;
	}

a img{
	border:none;	
	}
#est_biblicos_cont{
	padding-left:12px;
	heigth:260px;
	width:450px;
	border: 1px solid #009;
	height: 180px;
	margin-top: 10px;
	overflow: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-size: 12px;
	float: left;
	}

#est_biblicos_cont p{
	line-height: 20px;
}
#footer {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	height: 25px;
	background-color: #F1E4CE;
}
#footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
}

a:link {
	color: #900;
}
a:visited {
	color: #900;
}
/*VIDEOS*/
.TituloVideos{
	font-size:12px;
	font-weight: bold;
	color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F5E4CF;
	margin: 10px;
	}
/*CONTACTO*/

.txt{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	}

