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

#style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-bottom: 20px;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #947553;
	padding-left: 10px;
	padding-bottom: 10px;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C0AC93;
}

body {
	margin:0px;
	text-align: default;
}
#content {
	width:742px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	height: 500px;
}
#cabecera {
	width:742px;
	background-image: url(header.jpg);
}
#contenido {
	width:742px;
	height: 190px;
	background-image: url(contenido.jpg);
}
#contenido   p {
	text-align: center;
	padding-top: 70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

#contenido a:link { color:#000000; text-decoration:none;}
#contenido a:visited { color:#000000; text-decoration:none;}
#contenido a:active { color:#000000; text-decoration:none;}
#contenido a:hover { color:#FF0000; text-decoration:none;}

#footer  {
	width:742px;
	background-image: url(footer.jpg);
	height: 78px;
}

