html,body{
     height: 100%;
	 min-height: 100%;
}
* html {
height:100%;
}
#bd {
	width: 100%;
	background-image: url(images/fondo_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
}
#container {
	margin: auto;
	width: 750px;
	height: auto;
}
#header {
	float: left;
	height: 164px;
	width: 750px;
}
#header .menu {
	float: left;
	height: 50px;
	width: 750px;
	margin-top: 88px;
}
#header .menu ul{
	display: block;
	margin-top: 17px;
	margin-left: 82px;
}
#header .menu li{
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	float: left;
}
#header .menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6d0600;
	text-decoration: none;
	font-style: italic;
}
#header .menu a:hover{
	background-image: url(images/fondo_menu.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	color: #58513D;
}


/* --------------   cierre Header  -----------------*/


#content{
	float: left;
	width: 548px;
	padding: 5px;
}
#content p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #59523D;
	font-style: italic;
	margin: 0px;
	font-weight: normal;
}
#content a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #69040A;
	font-style: italic;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}
#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #69040A;
	font-style: italic;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #69040A;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #4D2815;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.gallerycontainer{
	position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	background-image: url(images/fondo_pintor.jpg);
	background-repeat: no-repeat;
	background-position: 140px;
	clear: both;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #857B5F;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffe0;
	padding: 5px;
	/*left: -7000px;*/
	border: 1px solid #69040A;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 125px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-decoration: none;
}

.cuadro-obra{
	background-color: #d3c9b6;
	float: right;
	height: 124px;
	width: 129px;
	border: 1px solid #b2ab98;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 15px;
}

legend{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #655E4B;
	font-weight: bold;
}

contacto {
  margin: .4em 0;
}
div label {
	width: 25%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #655E4B;
	font-style: italic;
}


/* --------------   cierre content  -----------------*/

#column_menu{
	float: right;
	width: 188px;
	background-image: url(images/fondo_column_menu.jpg);
	background-repeat: no-repeat;
	background-position: 7px 13px;
	height: auto;
}
#submenu {
	height: auto;
	width: 188px;
	float: left;
	margin-top: 120px;
	margin-bottom: 75px;
}
#submenu ul {
	display: block;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#submenu li {
	display: block;
	list-style-type: none;
}
#submenu a {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	height: 22px;
	display: block;
	outline:0;
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}
#submenu a:hover {
	color: #8A8164;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/fondo_boton_1.jpg);
}

#column_menu p{
	width: 165px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-style: italic;
	color: #59523D;
}
#column_menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #74523D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #67523D;
	text-decoration: none;	
}

/* --------------   cierre column_menu  -----------------*/

#footer{
	width: 100%;
	background-image: url(images/fondo_footer.jpg);
	background-repeat: repeat-x;
	background-color: #7C7254;
	float: left;
}
.content{
	background-image: url(images/fondo_footer2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: auto;
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B0A47B;
	margin: auto;
	font-style: italic;
	clear: both;
}
.content2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B4A67E;
	display: block;
	float: left;
	width: 500px;
	margin-left: 2px;
	margin-top: 55px;
	text-align: left;
}
.content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E5E0D3;
	font-style: italic;
	font-weight: normal;
	clear: both;
	text-align: left;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content2 ul{
	display: block;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content2 li{
	display: inline;
	list-style-type: none;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.content2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #B5A87E;
	text-decoration: none;
}
.content2 a:hover{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
.content3{
	width: 210px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #E5E0D1;
	text-decoration: none;
	height: 50px;
	padding-top: 80px;
	padding-right: 20px;
}
.content3 ul{
	text-align: left;
	display: block;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content3 li{
	display: inline;
	list-style-type: none;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.content3 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #E5E0D2;
	text-decoration: none;
}
.content3 a:hover{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
.footer_column1{
	float: left;
	width: 300px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E5E0D4;
	padding: 10px;
	height: 100%;
}
.footer_column1 p{
	text-align: left;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFCC;
}
.footer_column1 a{
	text-align: left;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
.cometarios_footer{
	width: 740px;
	margin: auto;
	padding: 5px;
	clear: both;
	height: 45px;
	text-align: right;
}
.cometarios_footer a{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCC66;
	text-align: right;
}