#content {
	width: 780px;
	margin:0 auto;
	background-image: url(../images/bg_faux.jpg);
	background-repeat: repeat;
}

#content_fotos {
	width: 780px;
	margin:0 auto;
}
#content #esq {
	float: right;
	width: 327px;

}
#content #centro {
	float: left;
	width: 453px;

}
#content #centro img {
	float: left;
}



#content_interno {
	width: 780px;
	margin:0 auto;
	background-image: url(../images/bg_faux.jpg);
	background-repeat: repeat;
}
#content_interno #esq {
	float: right;
	width: 289px;
	background-image: url(../images/lateral_interno.jpg);
	background-repeat: no-repeat;
	padding-left: 38px;
}
#content_interno #centro {
	float: left;
	width: 453px;

}
#content_interno #centro img {
	float: left;
}
#content_interno #esq img {
	float: left;
	border: thin solid #000000;
	padding: 2px;
	margin: 5px;
	
}




h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	background-color: #F9F9F9;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: left;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #CCCCCC;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: left;
}


#content_interno {
	width: 780px;
	margin:0 auto;
	
}
a:link {
	text-decoration: none;
	outline-width:0;		
	}

a:hover {
	text-decoration: underline;	
}
a:visited {
	text-decoration: none;

}
a:active {
	text-decoration: none;
	color: #aaa;
}
img {
	border-top-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_fotos #centro img {
	margin: 5px;
}
