@charset "utf-8";
/* CSS Document E6e6e6*/

* {
	/*background-color:#E6E6E6;*/
	background: url("../img/back1.png") repeat fixed 0 0 #F0EFE4;
	/*font-family: Helvetica,Arial,sans-serif;*/
	font-family: "Bookman Old Style",serif;
	font-size: 14px;
	line-height: 20px;
	color: #696969;
	text-shadow: 0 1px 0 #DDDDDD;
}
h1 {
	font-size:18px;
}
.align {
	text-align:center;
}
.top {
	padding-top:30px !important;
}
#logo {
	float:left;
	width:320px;
}
#logo img{
	width:320px;
}
#contenedor {
	clear:both;
	margin: 0 auto;
	width:800px;
}
#content {
	clear: both;
	float:left;
	border-top: 2px solid grey;
	border-bottom: 2px solid grey;
	margin: 0 auto; /*3px 0px 3px 0px;*/
	padding: 20px 10px 0px 10px;
}
#contactForm{
	text-align:left;
	padding-left:35%;
}
.col1 {
	width: 430px;
	float:left;
	padding: 0px 20px 0px 0px;
}
.col1 table {
	width:100%;
}
.col1 table tr td{
	width:50%;
	text-align:center;
}
.col {
	float:left;
	width: 330px;
}
.col p {
	float:left;
	text-align: center;
	width:100%;
}
.col p img {
	border: 2px solid grey;
	border-radius: 10px 10px 10px 10px;
}
.map {
	border: 2px solid grey;
	border-radius: 10px 10px 10px 10px;
}
.com {
	clear:both;
	float:left;
	width:780px;
}
.com p{
	clear:both;
	float:right;
}
.com p a img, .com p img{
	border:none;
	/*opacity: 0.5;*/
}
.men {
	background: url("../img/menu.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 32px;
	width: 72px;
}
nav {
	float:left;
	width:480px;
	height:50px;
	margin-top:145px;
}
nav ul {
	display:inline;
	/*float:right;*/
}
nav ul li {
	display:block;
	list-style-type:none;
}
nav ul li a {
	text-decoration: none;
	color: #CBCBCB;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	font-weight: bold;
}
nav ul li a:hover {
	color: white;
	text-shadow: 0 1px 0 #7D7D7D;
	text-align: center;
}
header {
	/*LILA AA47BA*/
	float:left;
	border-bottom: 2px solid #A936A9;
	height:205px;
	width:800px;
}
footer {
	/*LILA AA47BA*/
	clear:both;
	float:left;
	border-top: 2px solid #A936A9;
	width:800px;
}
footer a{
	text-decoration:underline;
	/*color:#AA47BA;*/
}
footer p {	
	float: right;
}
form input[type="text"], input[type="email"], input[type="url"], input[type="submit"], input[type="reset"], textarea {
    border: 1px solid #55636B;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 0;
    padding: 0 5px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

