html
{
	background: #F7F7F7 url(../images/fondo.png) repeat-x scroll left top;
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	margin: 0;
	padding: 0;
}

img
{
 border: none;
}

a, a:visited, a:hover, a:active, a:focus
{
	color:#044364;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	color: #770035;
	text-decoration: underline;
}

#principal
{
	margin: 0 auto 20px auto;
	width: 970px;
	border-bottom: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
}

#cabezal
{
	background: #F7F7F7 url(../images/cabezal_fondo.png) repeat-x scroll;
	overflow: hidden;
	height: 107px;
}

#cabezal h1
{
	display: block;
	margin: 0;
	padding: 0;
	width: 255px;
	height: 107px;
	float: left;
}

#cabezal h1 a
{
	display: block;
	margin: 0;
	padding: 0;
	width: 255px;
	height: 107px;
	background: #F7F7F7 url(../images/cabezal_logo.png) no-repeat scroll;
}

#cabezal h1 a span
{
	display: none;
}

#cabezal .certificados
{
	display: block;
	margin: 0;
	padding: 0;
	width: 321px;
	height: 107px;
	float: right;
	background: #F7F7F7 url(../images/cabezal_certificados.png) no-repeat scroll;
}


#contenido
{
	clear: both;
	background-color: #FFF;
	padding: 10px;
}

#menu
{
	background-color: #FFF;
	background: #F7F7F7 url(../images/contenido_fondo.png) repeat-y scroll;
}

#menu ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	clear:both;
	float:left;
	width:100%;
	background: #78838F url(../images/menu_fondo.gif) repeat-x scroll 0 0;
	position: relative;
	padding: 0;
	margin: 0;
}

#menu ul li
{
	float:left;
}

#menu ul li a
{
	color:#fff;
	text-transform: uppercase;
	font-size: 11px;
	border-right: 1px solid #8E8E8E;
	border-left: 1px solid #B1B1B1;
	padding:4px 7px 5px;
	display:block;
	font-weight:bold;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

#menu ul li a:hover
{
	background:#536372 url(../images/menu_fondo.gif) repeat-x scroll left center;
	text-decoration:none;
}

.clear
{
	clear: both;
}

.textofotogrande
{
	font-size: 140%;
	font-weight: bold;
	color: #555555;
	margin: 0;
	padding: 4px 0 2px 0;
}
.textofotoabajo
{
	font-size: 120%;
	color: #555555;
	margin: 0;
	padding: 4px 0 2px 0;
}

.box h2
{
	font-size: 160%;
	color: #555555;
	margin: 0;
	padding: 10px 0px 4px 0px;
	border-bottom:1px solid #DDE1E5;
	
}

.box h3
{
	font-size: 150%;
	color: #555555;
	margin: 0;
	padding: 0px 0px 4px 0px;
	border-bottom:1px solid #DDE1E5;
	
}

.box_t
{
	background: url(../images/box_tm.png) repeat-x 0 0;
	height: 7px;
	font-size:1px
}

.box_tl
{
	background: url(../images/box_tl.png) no-repeat 0 0;
	height: 7px;
}

.box_tr
{
	background: url(../images/box_tr.png) no-repeat 100% 0;
	height: 7px;
}

.box_ml
{
	background: url(../images/box_ml.png) repeat-y 0 0;
}

.box_mr
{
	background: url(../images/box_mr.png) repeat-y 100% 0;
	padding: 7px 14px;
}

.box_b
{
	background: url(../images/box_bm.png) repeat-x 0 0;
	height: 7px;
	font-size:1px
}

.box_bl
{
	background: url(../images/box_bl.png) no-repeat 0 0;
	height: 7px;
}

.box_br
{
	background: url(../images/box_br.png) no-repeat 100% 0;
	height: 7px;
}

.box_content
{
	padding: 2px 2px;
	margin: 0;
}



/* begin lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* end lightbox */


#portada_contenido
{
	float: left;
	width: 555px;
}

#portada_panel
{
	float: right;
	width: 385px;
}

#portada_historia_box
{
	margin-top: 10px;
}

#portada_contenido_box
{
	margin-top: 10px;
}

#portada_contenido_box h3
{
	margin: 6px 0 0 0;
	font-size: 140%;
}

#portada_contenido_box p
{
	margin: 3px 0 0 0;
}

#portada_mapa_box
{
	
}

#portada_mapa
{
	width: 354px;
	height: 280px;
}

.portada_imagen_izquierda
{
	margin-top: 10px;
	margin-left: 5px;
	width: 118px;
	height: 118px;
	float: left;
	clear: both;
	border: 2px solid #e1e1e1;
}

.portada_imagen_derecha
{
	width: 118px;
	height: 118px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	border: 2px solid #e1e1e1;
}

.portada_imagen_grande
{
	width: 340px;
	height: 200px;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #CECECE;
}


/*.foto-noticia .enlacesgaleria span,.foto-noticia .enlacesnumericos span{ margin:0 12px 0 12px;}*/
.enlacesgaleria span a,.enlacesnumericos span a{ text-decoration:none; border:1px solid #E8E6E0; background-color:#FEFEFE; padding:2px 6px 2px 6px; margin:0 1px 0 1px; font-size:10px; color:#999999; text-align:center;}
.enlacesgaleria span a.activo,.enlacesgaleria span a:hover,.enlacesnumericos span a.activo,.enlacesnumericos span a:hover{border:1px solid #FFFFFF; background-color:#990000; color:#FFFFFF; text-decoration:none;}
.enlacesgaleria span span,.enlacesnumericos span span{ visibility:hidden; text-decoration:none; border:1px solid #E8E6E0; background-color:#FEFEFE; padding:2px 7px 2px 7px; margin:0 1px 0 1px; font-size:10px; color:#999999; text-align:center;}

.enlacesgaleria{ clear:both; text-align:center; margin:0 auto; background:#F6F6F6; background-position:top; padding:12px 0 9px 0 }

/*enlacesgaleria arriba*/
.enlacestop .doc{ border-top:0px;}
.enlacestop .enlacesgaleria{ border-bottom:0px;}


.box_content_foto{ clear:both; border-top:1px solid #E8E6E0; border-bottom:1px solid #E8E6E0; border-left:1px solid #D9D9D9; border-right:1px solid #D9D9D9; text-align:center; margin:0 auto; background:#F6F6F6 repeat-x; background-position:top; padding:12px 0 9px 0 }


.box_content_foto
{
	padding: 2px 2px;
	margin: 0;
	color: #E8E6E0;
}

.descripcion
{
       padding: 9px 5px 5px 5px;
	font-weight: bold;	
}

#empresa_contenido
{
	float: left;
	width: 555px;
}

#empresa_panel
{
	float: right;
	width: 385px;
}

#empresa_resumen_box
{
	
}

#empresa_mapa_box
{
	
}

#empresa_mapa
{
	width: 354px;
	height: 250px;
}

#empresa_resumen_imagen
{
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #e1e1e1;
	display: block;
}

.empresa_imagen_izquierda
{
	margin-top: 10px;
	margin-left: 5px;
	width: 118px;
	height: 118px;
	float: left;
	clear: both;
	border: 1px solid #e1e1e1;
}



.empresa_imagen_derecha
{
	width: 118px;
	height: 118px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	border: 1px solid #e1e1e1;
}


#contenido_contenido
{
	float: left;
	width: 585px;
}

#contenido_panel
{
	float: right;
	width: 355px;
}

#contenido_resumen_box
{
	
}

#contenido_reciente_box
{
	
}

#contenido_reciente_box h3
{
	margin: 6px 0 0 0;
	font-size: 140%;
}

#contenido_reciente_box p
{
	margin: 3px 0 0 0;
	font-size: 90%;
}

#contenido_resumen_imagen
{
	float: left;
	margin: 10px 10px 10px 0;
	display: block;
}

#contenido_resumen_panel
{
	float: right;
	width: 190px;
	margin-left: 10px;
}

#contenido_resumen_panel a
{
	display: block;
	margin: 10px auto 10px 0;
}

#contenido_resumen_panel a img
{
	border: none;
	border: 1px solid #e1e1e1;
	display: block;
	padding: 0;
	margin: 0;
}

form
{
	margin: 8px 0 0 0;
	display: block;
}


form .acciones
{
	text-align: right;
	padding: 0 6px;
}

form .dato
{
	clear: both;
	margin: 0 0 10px 0;
}


form label
{
	color: #555555;
	padding: 3px 12px 0 6px;
	text-align: left;
	width: 110px;
	float: left;
}

form .control_cuadro_texto
{
	border: none;
	background: #f5f5f5;
	font-size: 13px;
	padding: 3px;
	color: #555555;
	font-family: Arial,Helvetica,sans-serif;
	width: 210px;
}

form .control_area_texto
{
	border: none;
	background: #f5f5f5;
	font-size: 13px;
	padding: 3px;
	color: #555555;
	font-family: Arial,Helvetica,sans-serif;
	width: 210px;
}















