@charset "utf-8";
/* CSS Document */
#fondo{
	width:100%;
	height:100%;
	background-image:url(imagenes/fondo_body.jpg);
	background-repeat: repeat-x;
}
#contenedor {
	width:1024px;
	height:780px;
	background-image: url(fondo.jpg);
	background-repeat:no-repeat;
	margin-top:0;
	padding-top:47px;
}
#menu {
	height:20px;
	width:440px;
	margin-left:580px;
}
#menu ul{
	width:440px;
font-size:14px;
color:#8b857e;
	list-style-type: none;
	float:right;
}
.li{
	list-style-type:none;
	float:left;
	margin-right:10px;
}
.a{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	color:#8b857e;
	font-size:14px;
}
a:hover{
	color:#b9747c;
}

#contenedor #texto {
	height: 320px;
	width: 955px;
	margin-left:35px;
	margin-top:324px;
}
#contenedor #texto_quiensoy {
	background-image:url(imagenes/fn_quiensoy.jpg);
	background-repeat:no-repeat;
	height: 335px;
	width: 1024px;
	margin-top:323px;
	padding-left:575px;
	padding-top:30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	font-size:13px;
	text-align:left;
}
#contenedor #texto_galeria {
	background-image:url(imagenes/fondo_galeria.jpg);
	background-repeat:no-repeat;
	height: 335px;
	width: 1024px;
	margin-top:323px;
}
#texto #contenido {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#58534d;
	width:635px;
	height:317px;
	float:left;
}

#texto #imagen {
	background-image:url(bocetos/boceto_8.jpg);
	height: 295px;
	width: 225px;
	float:right;
	margin-right:39px;
	margin-top:5px;
}
#enlace {
	font-family:Verdana, Geneva, sans-serif;
	color:#b5aba1;
	font-size:small;
}
.h1{
	font-size:100%;
	color:#771622;
	font-weight: normal;
	line-height:100%;
	padding-top:7px;
}
.h2{
	font-size:100%;
}
.h3{
	font-size:100%;
}

#footer {
	margin-top:30px;
	background-color:#b5aba1;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}
