@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #E4E0D6;
	margin: 0px;
}
.fondo_general {
	background-image: url(images/fondo_flor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.cont_about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin-right: 70px;
	margin-left: 60px;
	line-height: 21px;
	text-align: justify;
	margin-top: 0px;
}
.color1 {
	font-weight: bold;
	color: #89A864;
	font-size: 13px;
}
.fondo_gallery {
	background-image: url(images/fondo_gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F4EAEB;
}
a:link {
	text-decoration: none;
	color: #7B6D4F;
	font-weight: normal;
}
a:hover {
	color: #7B6D4F;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #7B6D4F;
}

a:active {
	text-decoration: none;
	color: #7B6D4F;
}

.flotar_izq {
	float: left;
	padding-left: 30px;
	text-decoration: none;
}
.titulos_gallery {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #BFB59B;
}
.titulos_seccion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #BFB59B;
	margin-right: 70px;
}

