/*preload images */

#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(/imagenes/slideshow/inicio1.jpg);
       background-image: url(/imagenes/slideshow/inicio2.jpg);
       background-image: url(/imagenes/slideshow/inicio3.jpg);
       background-image: url(/imagenes/slideshow/inicio4.jpg);
       background-image: url(/imagenes/slideshow/inicio5.jpg);
}

.container {width:950px;

   vertical-align: middle;
   margin-top: -290px;
   margin-left: -475px;
   position: absolute;
   top: 50%;
   left: 50%;
   height: 580px;

}

#contenidointerior {
height:600px;
}
#header {
	height: 35px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.cajacontenido {
	height: 490px;
	overflow: auto;
}

.cajaobra {
	height: 600px;
	overflow: hidden;
	background-color: #e8e8e8;
	text-align:center;
}
#menu {
	font-size: 1.2em;
	font-variant: small-caps;
	text-align:right;
	color:#a4a1a1;
	padding-top:13px;
}

#menu a, #menu a:visited{
	color:#a4a1a1;
	text-decoration:none;
}

#menu a:hover{
	color:#333333;
	text-decoration:none;
}

#slideshow {
background-color:#000000;
}

.imgleft {
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	float:left;
}
.thumbbox {
	margin-right: 4px;
	margin-bottom: 8px;
	border: 3px solid #CCCCCC;
	width: 100px;
	height: 100px;
	float:left;
	overflow:hidden;
	background-color:#333333;
}
.inputtexto {
	height: 150px;
}

h3 {
	padding:5px;
	background-color: #E8E8E8;
	color: #666666;
}
h3.titulohome {
	padding:5px;
	background-color: #333333;
	color: #CCCCCC;
}
.obratext {display:none}

#desctitle {
	font-size: 14px;
	font-weight:bold
	
}
#desctext {
	font-size: 12px;
	margin-top:-20px;
	}
	
#imagegallery {
	height: 400px;
	overflow: auto;
}

.izquierda{
float:left;
padding:2px;
border: solid #ccc 1px;
margin-right:10px;
margin-bottom:5px;
}

.derecha{
float:right;
padding:2px;
border: solid #ccc 1px;
margin-left:10px;
margin-bottom:5px;
}

#footer {
	font-size: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top:5px;
	text-align:right;
}

#footer a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

