@charset "utf-8";
body {
	margin: 0px;
	background-color: #6B542E;	
/*	overflow:visible; overflow-y:scroll; overflow-x:auto;*/
}
a:link, a:visited {
	text-decoration: underline;
	color:#684D38;
}
a:hover, a:active {
	text-decoration: none;
	color: #6B542E;
}
#wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #A88448;
	padding-left: 12px;
	padding-right: 12px;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8E713E;
	border-left-color: #8E713E;
}
#header{
	width: 100%;
	height: 65px;
	background-color: #D1CCB8;
}
#menu{
	width: 800px;
	height: 45px;
	background-color: #C6A774;
}
#separador{
	font-size: 8px;
	width: 800px;
	height: 10px;
	background-color: #EBDDB6;
}
#image{
	width: 800px;
	height: 360px;
	background-color: #EBDDB6;
	background-image: url(../img/vestido%20de%20novia.jpg);
}
#content{
	width: 800px;
	/*height: 330px;*/
	background-color: #F8F6E9;
}
#footer{
	width: 800px;
	height: 50px;
	background-color: #EBDDB6;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color:#A7845E;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #6B542E;
}

.table {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color: #AD8645;
}
.table td{

}
.textCell {
	padding-top: 10px;
}
h1 {
	margin-top: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: -1px;
	color: #684D38;
}
h2 {
	font-size: 20px;
}
h3{
	color:#684D38;
	font-size: 22px;
}
.contacto {
	font-size: 13px;
}
.tableFooter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #A78449;
	margin-top: 3px;
}
#form input{
	padding: 3px;
	background-color: #EBDDB6;
	border: 1px solid #C19E68;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#996633;
}
#form textarea{
	padding: 3px;
	background-color: #EBDDB6;
	border: 1px solid #C19E68;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#996633;
}
#form #aviso{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#gallery a:link, #gallery a:visited {
	text-decoration: none;
	color:#684D38;
	height: 10px;
	padding: 3px 5px 3px 5px;
	margin: 5px;
	border: 1px solid #C19F62;
	background-color: #EBDDB6;
}
#gallery a:hover{

}
#gallery a:active {
	text-decoration: none;
	color: #EBDDB6; 
	background-color: #684D38;
	height: 10px;
	width: 10px;
}
.boceto{
	width:300px;
	height: 400px;
	border: 1px solid #EBDDB6;
}
#mapa{
	width: 704px;
	height: 404px;
	margin-left: auto; margin-right: auto;
	border: 1px solid #EBDDB6;
}