/* CSS Document */

body{
	background:url(graf/bg.gif) #2A62D3;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	margin:0;
}

img, .boton-quienes, .boton-galeria, .boton-contacto, .boton-inicio{ 
	behavior: url(iepngfix.htc);/* Para los png transparentes */
	border:none;
}

a{
	text-decoration:none;
	color:#2A62D3;
}

a:hover{
	color:#FF0000;
}

strong{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#2A62D3;
}

p{
	margin:18px 0;
}

h1{
	background:url(graf/bg-separador-puntos.gif) 0 16px repeat-x;
	color:#CB2A37;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:right;
	padding:0 10px 5px 0;
	margin:0 0 15px 0;
	letter-spacing:2px;
}
h2{
	color:#000;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0 10px 0;
	padding:4px 0 5px 10px;
	border-bottom:1px solid #E5E5E5;
	text-transform:uppercase;
}
h3{
	background:url(graf/bg-separador-puntos.gif) 0 16px repeat-x;
	color:#CB2A37;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:right;
	padding:0 20px 5px 0;
	margin:0 0 15px 0;
	letter-spacing:2px;
}

/* Estructura */

#contenedor{
	width:990px;
	margin:0 auto;
	background:url(graf/bg-contenidos.gif) repeat-y;
	padding:0;
}

#top{
	margin:0;
	background:url(graf/bg-top.jpg) no-repeat;
	padding:0;
}

#contenidos{
	width:912px;
	margin:25px auto;
}

#pie{
	background:url(graf/bg-pie.gif) no-repeat;
	margin:0 auto;
	padding:18px 0 16px 0;
	text-align:center;
}
#pie strong{
	color:#404040;
}
#pie a{
	margin:0 20px 
}

#modulo-izquierda{
	float:left;
	width:240px;
}
#modulo-izquierda img{
	margin:0 0 25px 0;
}

#modulo-derecha{
	float:right;
	width:500px;
}

/* Clases */

.reset{
	clear:both;
	margin:0;
	font-size:1px;
}

.logo{
	margin:20px 0 20px 60px;
}

.menu{
	margin:24px 0 0 0;
	display:block;
	text-align:center;
	height:170px;
}

.boton-quienes, .boton-galeria, .boton-contacto, .boton-inicio{
	width:200px;
	height:170px;
	display:inline-block;
	margin:0 10px;	
}

.boton-quienes{
	background:url(graf/boton-quienes.png) no-repeat;
}
a.boton-quienes:hover{
	background:url(graf/boton-quienes-over.png) no-repeat;
}

.boton-galeria{
	background:url(graf/boton-galeria.png) no-repeat;
}
a.boton-galeria:hover{
	background:url(graf/boton-galeria-over.png) no-repeat;
}

.boton-contacto{
	background:url(graf/boton-contacto.png) no-repeat;
}
a.boton-contacto:hover{
	background:url(graf/boton-contacto-over.png) no-repeat;
}

.boton-inicio{
	background:url(graf/boton-inicio.png) no-repeat;
}
a.boton-inicio:hover{
	background:url(graf/boton-inicio-over.png) no-repeat;
}

.modulo-presentacion{
	display:block;
	background:url(graf/bg-empresa.gif) no-repeat;
	padding:70px 20px 5px 20px;
}

.destacados-rojo{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
}
.destacados-negro{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}

.fotos{
	display:block;
	background:url(graf/bg-slide.jpg) no-repeat;
	padding:55px 0 20px 10px;
	margin:0 0 0 10px;
}

.bg-fotos-swf{
	background:url(graf/bg-fotos-slide.gif) no-repeat;
	display:block;
	padding:3px;
}

.margen-contenido{
	display:block;
	margin:20px;
	line-height:24px;
}

.imagenes-derecha{
	float:right;
	margin:15px 30px 20px 50px;
}

.galeria-lista{
	display:block;
	padding:10px;
	margin:10px 10px 10px 0;
	text-align:center;
	width:190px;
	height:180px;
	float:left;
	border:4px dotted #E5E5E5;
}
.galeria-lista img{
	margin:10px 0;
	border:4px dotted #FFBA00;
}
.galeria-lista p{
	margin:0;
}


/* jQuery lightBox plugin - Galeria */
#gallery {
	margin:10px 0;
}
#gallery ul{
	list-style: none;
	margin:0;
	padding:0;
}
#gallery ul li{
	display: inline;
}
#gallery ul img{
	margin:10px 10px 0 10px;
	border:4px dotted #2194FF;
}
#gallery ul a:hover img{
	border:4px dotted #FF0000;
}
#gallery ul a:hover{
	color: #fff;
}

