/* DEFINICION DE LOS ESTILOS H1 en adelante*/

		h1{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	height: 15px;
	line-height: normal;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
		}
		h2{
	width: auto;
	font-weight: bold;
	font-size: 12px;
	height: auto;
	line-height: normal;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: left center;
	text-decoration: none;
		}
		h3{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	height: 23px;
	line-height: 17px;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
		}
		h4{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	height: 23px;
	line-height: 10px;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* ##################### DEFINICION DEL BODY  ###################*/	
		body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-decoration:none;
	text-align: left;
	background-color: #EFE1A4;
}

/* ##################### DEFINICION DE LOS LINKS  ###################*/	
		a:link {
	color:#000000;
	text-decoration:none;
	font-size: 11px;
	left: auto;
/*	display: block;
	background-repeat: repeat-x;
	background-attachment: scroll;*/
	letter-spacing: 1px;
	text-indent: 4px;
}
		a:visited {
	color:#000000;
	text-decoration:none;
	font-size: 11px;
	left: auto;
/*	display: block;
	background-repeat: repeat-x;
	background-attachment: scroll;*/
	letter-spacing: 1px;
	text-indent: 4px;
}
		a:active {
	color:#000000;
	text-decoration:none;
	font-size: 11px;
	left: auto;
/*	display: block;
*//*	background-repeat: repeat-x;
	background-attachment: scroll;
	letter-spacing: 1px;*/
	text-indent: 4px;
}
		a:hover {
	color:#000000;
	text-decoration:underline;
	font-size: 11px;
	left: auto;
/*	display: block;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #E0BA4B;*/
	letter-spacing: 1px;
	text-indent: 4px;
}
div {
	background-position: left;
}
.galeria_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

