@charset "utf-8";

/* CSS Document */

/*generales*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #333333;
background-image: url(images/top.gif);
background-repeat: repeat-x;
margin: 0px;
}

a {
text-decoration: none;
}

a:link {
color: #333333;
}

a:visited {
color: #666666;
}

a:hover {
color: #CC0000;
}

a:active {
color: #CC0000;
}

img {
border: 0;
}

h1 {
font-size: x-large;
display: none;
}

h2 {
font-size: large;
}

h3 {
font-size: medium;
background-image: url(images/seccion.jpg);
background-repeat: no-repeat;
background-position: left center;
padding-left: 15px;
display: inline;
margin-left: 5px;
}

/* contenedores */

#container{
width: 780px;
margin: 0 auto;
}

#cabecera{
height: 85px;
}

#logo{
float:left;
padding: 20px 0 0 0;
}

#menu{
float:right;
font-size: smaller;
}

#menu li  {
float: left;
padding: 35px 10px 0 0;
display: block;
}

#menu li a {
color: #CCCCCC;
}

#menu li a:hover {
color: #FFFFFF;
}

#fecha{
height: 20px;
font-size: smaller;
padding: 10px 0 0 0;
font-weight: bold;
}

#cuerpo{
width: 595px;
float: left;
margin: 5px 0 0 0;
}

#cuerpo a{
color: #CC0000;
font-weight:bold;
}

#cuerpo a:hover{
color: #FF0000;
}

#middle{
width: 595px;
float: left;
margin: 5px 0 5px 0;
}

#buscador{
width: 150px;
float: left;
}

#cuerpobuscador {
background-color: #e2e2e2;
width:250px;
height:142px;
margin-top: 5px;
padding-top:5px;
}

#modulos{
width: 590px;
float: left;
border-top: 1px solid #CCCCCC;
padding-top: 5px;
display:inline;
}

#nav{
width: 175px;
float: right;
margin: 5px 0 0 0;
border-left: 1px solid #CCCCCC;
}

#nav ul{
padding-left: 10px;
margin-left: 10px;
list-style-type: none;
}

#nav ul li {
padding-left: 10px;
background: url(images/flecha.jpg) no-repeat;
background-position: left center;
}

#grupo, #materiales, #productos, #servicios {
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #CCCCCC;
border-bottom-color: #CCCCCC;
display: block;
}

#noticias {
float: right;
width: 425px;
height:170px;
padding-right: 5px;
}

#titulonoticias, #titulobuscador  {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
font-size: medium;
color: #666666;
font-weight: bolder;
}


#cuerponoticias {
background-image:url(images/redondeados.gif);
background-repeat:no-repeat;
width:327px;
height:142px;
margin-top: 5px;
padding-top:5px;
}

#cuerponoticias ul {
margin-left: auto;
margin-right: auto;
padding-left: 3%;
margin-top: 5%;
}

#cuerponoticias li {
list-style-type: none;
background:url(images/flecha.jpg) no-repeat left 5px;
margin: 0;
padding:0 0 0 10px;
font-weight: bold;
letter-spacing: 1px;
}

#masnoticias {
width: 80px;
text-align:left;
float:right;
position: relative;
bottom: 15px;
}

#pie{
width: 590px;
float: left;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
text-align: center;
font-size: smaller;
padding: 5px 0 5px 0;
margin: 5px 0 0 0;
}

#legal{
width: 595px;
float: left;
text-align: center;
font-size: smaller;
padding: 5px 0 5px 0;
}

#seccion{
border-bottom: 1px solid #CCCCCC;
border-left: 5px solid #e01d30;
vertical-align: bottom;
padding-top: 2px;
}

#seccion h2{
font-weight: bold;
color:#CCC;
font-size:medium;
margin: 0px;
padding-left: 5px;
}

#galeria ul li{
list-style-type: none;
float:left;
margin: 5px;
padding: 5px;
border: #CCC solid 1px;
}

/*clases*/

.subtitulo {
font-size: medium;
font-weight:bold;
color:#CC0000;
}

.foto {
float:left;
margin: 0 5px 5px 5px;
padding-top: 5px;
}

.fotoCentro {
display: block;
margin-left: auto;
margin-right: auto
}

/* galeria*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../galeria/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(galeria/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(galeria/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}