/* Esta hoja se aplica a la página index.html */

*
	{
	margin: 0;
	padding: 0;
	background-image: url('fondo.gif');
	}

body
	{
	text-align: center; /* centrado para IE 5 */
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	}

p
	{
	color: #0074ad;
	background-color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	}

a img
	{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px
	}

.mimetizado
	{
	color: #fcfcfc;
	background-color: #fff;
	}

.textogr /* activado para el vínculo Adviento solidario */
	{
	font-family: Verdana, sans-serif; /* antes "Comic Sans MS" */
	color: #0074ad;
	background-color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	/* font-style: italic; */
	letter-spacing: normal;
	}

.textomed
	{
	font-family: Verdana, sans-serif; /* antes "Comic Sans MS" */
	color: #0074ad;
	background-color: #fff;
	font-size: 1.1em; /* antes 1.2em */
	font-weight: bold; /* antes normal */
	/* font-style: italic; */
	letter-spacing: normal;
	}

.direccion
	{
	color: #000;
	background-color: #fff;
	font-family: "Times New Roman", Roman, serif;
	font-size: 1.6em;
	font-weight: bold;
	}

.parritem
	{
	text-align: left;
	padding-left: 150px
	}

.aspectos
	{
	color: #555555;
	background-color: #fff;
	font-family: Verdana, sans-serif; /* antes "Comic Sans MS" */
	font-size: 1.8em;
	font-weight: bold;
	/* font-style: italic; */
	text-align: left;
	line-height: 18pt;
	padding-left: 150px
	}

h1
	{
	color: #ff0000;
	background-color: #fff;
	font-family: "Times New Roman", Roman, serif;
	font-size: 4.8em;
	font-weight: bold;
	line-height: 48pt;
	}

h4
	{
	color: #555555;
	background-color: #fff;
	font-family: "Times New Roman", Roman, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 18pt;
	}

.contador
	{
	text-align: right;
	}

#tope
	{
	margin: 0 auto; /* centrado para navegadores compatibles con CSS */
	width: 780px;
	}

#encab
	{
	margin: 0 auto; /* centrado para navegadores compatibles con CSS */
	width: 600px;
	}

#caja
	{
	margin: 0 auto; /* centrado para navegadores compatibles con CSS */
	width: 780px;
	border: 1px none #fff;
	}

.caja-int
	{
	margin: 0 auto;
	width: 640px;
	border: 1px none #fff;
	}

.izq1
	{
	width: 180px;
	height: 170px;
	float: left;
	}

.centro1
	{
	width: 280px;
	height: 170px;
	float: left;
	}

.der1
	{
	width: 180px;
	height: 170px;
	float: left;
	}

#pie
	{
	clear: both;
	}

/* Vínculos */
a:link
	{ color:#008080; background-color: #fff; text-decoration: underline; }
a:visited
	{ color:#6674ad; background-color: #fff; }
a:hover
	{ color:#0074ff; background-color: #fff; } /* vínculo señalado (sólo soportado por IE) */
a:active
	{ color:#77bbff; background-color: #fff; }
