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

body{
	font-family: ‘MS Sans Serif’, Geneva, sans-serif;
	/*font-family:Arial, Helvetica, "sans-serif";*/
	font-size:12px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	background-position: 50% 50%;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat;
}

img { border:none;
}

.negrita{
	font-weight:bold;
}

#contenedor
{	width:900px;
	height:auto;	
	background-image:url(../images/bgcontenedor.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin:0 auto;
	border:0 solid #0033CC;
}


.encabezado{
	width:auto;
	height:131px;
	background-image: url(../images/encabezado.gif);
	background-position:top;	
}

.menu{
	width:115px;
}


.menu a{
	display:block;
	width:110px;
	height:30px;
	border:none;
	padding:10px;
	text-align:right;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-stretch:expanded;

}

.menu a:hover{
	display:block;
	width:110px;
	height:30px;
	border:none;
	padding:10px;
	text-align:left;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-stretch:expanded;

}
.cuerpo {
	width:630px;
	background-color:#f5edcb;
	background-image:url(../images/bgcuerpo.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:justify;
	margin:0;
	padding:0px;
}

.texto
{
	text-align:justify;
	padding:0px 10px 10px 10px;
	color:#492715;
	vertical-align:top;
}

.titulo {
	padding:5px;
	color:#990000;
}

.texto .subtitulo{
	font-weight:bold;
	color:#492715;

}

.foto{
	padding:20px 0px 10px 10px;
}

.bottom{
	height:37px;
	background-image:url(../images/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

* { margin:0; border:0; padding:0; }
