body {
	background-image: url(../images/backgound.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
ul, body{margin:0;padding:0;}
h2{color:#736357; font-weight:normal; font-size:24px;}
.clr{clear:both;}
#contenedor {
	width: 980px;
	margin: 0 auto;
	overflow: auto;
	z-index:-1000;
}
#contenedor #top-sombra {
	background-image: url(../images/top-sombra.png);
	background-repeat: no-repeat;
	height: 27px;
}
#contenedor #cen-sombra {
	background-image: url(../images/cen-sombra.png);
	background-repeat: repeat-y;
	padding:0 20px;
}
#contenedor #bot-sombra {
	background-image: url(../images/bot-sombra.png);
	background-repeat: no-repeat;
	height: 29px;
}
#contenedor #cen-sombra #header {
	background-image: url(../images/foto-header.jpg);
	background-repeat: no-repeat;
	height: 163px;
	position:relative;
}
#contenedor #cen-sombra #header #menu {
	border-top: solid 2px #736357;
	border-bottom: solid 2px #736357;
	background-color: #F2EBE2;
	width:100%;
	height:40px;
	position:absolute;
	bottom:10px;
	left:0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-transform: uppercase;
}
#menu a{
	text-decoration:none; 
	color:#333;
}
#menu li.actual a, .actual { 
	color:#7A131A;
	font-weight:bold;
}
#contenedor #cen-sombra #header #menu ul {
	padding-top:10px;
	padding-left:-10px;

}

#contenedor #cen-sombra #header #menu #botones{
	width:420px;
	margin:0 auto;
}
#contenedor #cen-sombra #header #menu ul li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}

#contenedor #cen-sombra #informacion {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:#faf7f2;
	text-align:justify;
}
#legal{margin:0 auto 15px auto; font-size:85%; width:900px;font-family:Arial, Helvetica, sans-serif;}
#legal #firma{ width:300px; float:right; text-align:right;}
#legal #power{margin-left:80px; float:left; text-align:right;}
#legal #copy{width:400px; float:left; text-align:left;}

#titulo #logo {
	background-image: url(../images/titulo.jpg);
	height: 94px;
	width: 940px;
	text-align: center;
	padding-top: 30px;
}
#informacion #colizq {
	float: left;
	width: 25%;
}
#informacion #colder {
	text-align: left;
	float: right;
	width: 75%;
}
#colizq ul li {
	list-style-type: none;
	margin:4px 0;
}
#colizq ul li a{
	color:#900;
	text-decoration:none;
}
.cincuentaporciento{
	width:50%;
	float:left;
}
input#nombre, input#email, input#asunto{
	font-size:16px;
	color:#999;
	width:250px;
	padding:4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
textarea#consulta{
	width:250px;
	height:80px;
	padding:4px;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#777;
}
