* { border: 0; border-spacing:0; margin:0; padding:0; font-family:Arial,Helvetica,sans-serif; font-size: 12px;}
html { overflow-y:scroll; height: 100%;}
ul, ol {list-style: none; }
a, a:hover { text-decoration: none; color: black;}
#contenedor { margin: 0 auto; width:1000px; }
#header { margin: 20px 0; }
#footer { text-align: center; color: #acacac; border-top: 1px solid #acacac; padding-top: 10px; margin-top: 20px; float: left; width: 1000px;}
#seccion { width: 1000px; }
.clear {clear:both;}
#logo { float: left; }
#idiomas { width: 700px; float:left; height: 16px;}
#idiomas ul li { float: right; height: 16px; }
#idiomas ul li a { float: left; margin-right: 5px; color: #4a4e53; font-weight: bold;}
#menu { float: left; margin-left: 10px; height: 74px;}
#submenu { margin-top: 38px; height: 20px; }
#submenu ul li { float: left; height: 15px; }
#submenu ul li a { text-transform: uppercase; margin-right: 4px; padding: 2px 5px; color: #ffd101; font-weight: bold;}
#submenu ul li a:hover { background-color: #f7f7f7; }
#secciones li { float: left; }
#secciones li a { text-transform: uppercase; margin-right: 4px; padding: 2px 5px 1px; height: 15px; font-weight: bold; color: #4a4e53; }
#secciones li a:hover { background-color: #ffd101; }
#obras li { margin: 0 10px 10px 0; float:left; border: 1px solid #EDEDED; padding: 10px; overflow: hidden; background-color: #f2f2f2;        
    box-shadow: 2px 2px 11px #DCDDDE;    
    -moz-box-shadow: 2px 2px 11px #DCDDDE;
    -webkit-box-shadow: 2px 2px 11px #DCDDDE;
}
span.contenedor {position: relative; height: 140px; overflow: hidden; float:left;}
span.text_hidden {position: absolute; left: 0; top: 140px; padding-left: 10px; height: 30px; padding-top: 10px; filter:alpha(opacity=80); opacity:0.8; background-color: white; width:100%;}

#labels_contacto { float: left; width: 200px; margin-top: 70px; }
#labels_contacto p { height: 27px; padding: 2px 0; text-align: right; color:#6c6c6c; position: relative; }
#labels_contacto p span {background-color: white; padding: 3px; right: 1px; position: absolute; height: 16px;}
.opacity90 { filter:alpha(opacity=90); opacity: 0.9; }
#cajas_contacto { float: left; margin-left: 10px; width: 315px;  margin-top: 70px;}
#cajas_contacto p {padding: 2px 0; min-height: 27px; }
#cajas_contacto input[type="text"], textarea { background-color:white; border-color:white; padding:4px; width:280px; }
#cajas_contacto textarea { height: 150px; }
#cajas_contacto input[type="button"] { background-color:white; border-color:white; padding: 4px; margin: 5px 0 0 100px; cursor: pointer;}
#texto_contacto { float:left; margin-left:10px; margin-top: 70px; padding: 20px; color:#6c6c6c; background-color: white; width: 250px;}

/* CSS LightBox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: normal; padding-bottom: 1.0em; display: block;}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
