@charset "UTF-8";
/* CSS Document */

body, div, table, img {
    border-collapse: collapse;
    border-width: 0;
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.05em;
}
a{
	color:#c4d701;
	text-decoration:none;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: rgb(218, 218, 218);
	color: rgb(134, 134, 134);
	padding-left: 9px;
	padding-top: 9px;
	border-width:1px;
	letter-spacing:0em;
}

input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: rgb(218, 218, 218);
	color: rgb(134, 134, 134);
	padding-left: 9px;
	padding-top: 2px;
	letter-spacing:0em;
	border-width:1px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus{
  outline: 0 none;
}

.contenedor_todo {
    width: 926px;
    margin: 0pt auto;
    display: block;
}
.div_tabla{
	display:table;
}
.div_fila{
	display:table-row;
}
.div_celda{
	display:table-cell;
}
.fondo_top_izq{
	background-image:url(../imagenes_comunes/fondo/top_izq.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_top_der{
	background-image:url(../imagenes_comunes/fondo/top_der.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.fondo_menu_izq{
	background-image:url(../imagenes_comunes/fondo/menu_izq.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_menu_der{
	background-image:url(../imagenes_comunes/fondo/menu_der.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_menu{
	background-color:#000;
	color:#FFF;
	vertical-align:middle;
	width:100%;
}

.fondo_logo_izq{
	background-image:url(../imagenes_comunes/fondo/logo_izq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E4E4E4;
}
.fondo_logo_der{
	background-image:url(../imagenes_comunes/fondo/logo_der.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E4E4E4;
}

.fondo_separador_gris_izq{
	background-image:url(../imagenes_comunes/fondo/separador_gris_izq.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_separador_gris_der{
	background-image:url(../imagenes_comunes/fondo/separador_gris_der.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_noticias_izq{
	background-color:#e3e3e3;
}
.fondo_noticias_der{
	background-color:#e3e3e3;
}
.fondo_noticias{
	background-color:#e3e3e3;
}
.fondo_separador_verde_izq{
	background-color:#ced003;
}
.fondo_separador_verde_der{
	background-color:#ced003;
}
.tit_blanco{
	font-size:26px;
	font-weight:bold;
	color:#fff;
}
.fondo_contacto_izq{
	background-image:url(../imagenes_comunes/fondo/contacto_izq.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_contacto_der{
	background-image:url(../imagenes_comunes/fondo/contacto_der.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_contacto{
	background-image:url(../imagenes_comunes/fondo/bg_centro_boletin.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.fondo_separador_verde_grande_izq{
	background-color:#ced003;
}
.fondo_separador_verde_grande_der{
	background-color:#ced003;
}
.tit_cuadros{
	background-image: url(../imagenes_comunes/fondo/sombra_tit_cuadros.png);
	font-weight: bold; 
	font-size: 27px; 
	line-height: 49px; 
	color: rgb(126, 126, 126); 
	padding-left: 20px; 
	background-repeat: no-repeat;
}
.tit_texto{
	font-size: 21px; 
	display: block; 
	margin-bottom: 22px;
	margin-top:2px;
}
.tit_texto_small{
	font-size: 19px; 
	display: block; 
	margin-bottom: 8px;
	margin-top:2px;
}
.txt_gris{
	color: rgb(134, 134, 134);
	font-size: 13px;
	line-height: 18px;
	letter-spacing:0em;
}
.txt_gris_small{
	letter-spacing:0em;
	color: rgb(134, 134, 134);
	font-size: 11px;
	line-height: 18px;
}
.tit_cuadros_verde{
	background-image: url(../imagenes_comunes/fondo/sombra_tit_cuadros.png);
	font-weight: bold; 
	font-size: 27px; 
	line-height: 49px; 
	color: #c6d601; 
	padding-left: 20px; 
	background-repeat: no-repeat;
}
.tit_verde {
    color: #BDCF02;
    font-size: 26px;
    font-weight: bold;
    line-height: 49px;
    padding-left: 24px;
	padding-bottom:1px;
}

.fondo_portafolio_izq{
	background-image:url(../imagenes_comunes/portafolio/bg_izq_portafolio.png);
	background-position:top;
	background-repeat:repeat-x;
}
.fondo_portafolio_der{
	background-image:url(../imagenes_comunes/portafolio/bg_der_portafolio.png);
	background-position:top;
	background-repeat:repeat-x;
}
.celda_categoria {
    background-color: #000000;
    background-image: url("../imagenes_comunes/portafolio/flecha_abajo.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    color: #969595;
    font-size: 12px;
    height: 22px;
    margin-bottom: 6px;
    margin-left: 25px;
    padding-left: 28px;
    padding-top: 9px;
    width: 154px;
	cursor:pointer;
}
.celda_sub_categoria {
    background-color: #B9B9B9;
    background-image: url("../imagenes_comunes/iconos/flecha_blanca_item.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    color: #282828;
    cursor: pointer;
    font-size: 12px;
    height: 23px;
    margin-left: 25px;
    padding-left: 28px;
    padding-top: 8px;
    width: 154px;
}
.celda_sub_categoria:hover {
	background-color:#ced003;
}
.celda_sub_categoria_fija {
    background-color: #ced003;
    color: #282828;
    cursor: pointer;
    font-size: 12px;
    height: 23px;
    margin-left: 25px;
    padding-left: 28px;
    padding-top: 8px;
    width: 154px;
}
.contenido_thumb_portafolio{
	background-color: #282828;
    height: 181px;
    margin-bottom: 10px;
    margin-right: 11px;
    width: 181px;
	overflow:hidden;
}
.contenedor_absolutos{
	position:relative;left:0;top:0;
}
.fondo_thumb_portafolio{
	position:absolute;
	left:0;
	top:0;
	height:181px;
	width:181px;
	z-index:1;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.flecha_thumb_portafolio{
	position:absolute;
	left:89px;
	top:174px;
	background-image:url(../imagenes_comunes/portafolio/triangulo_portafolio.png);
	width:8px;
	height:7px;
	z-index:3;
}
.velo_thumb_portafolio{
	background-color: #000000;
    height: 181px;
    left: 0;
    position: absolute;
    top: 0;
    width: 181px;
    z-index: 2;
	cursor:pointer;
}
.descripcion_thumb_portafolio{
	background-color: #282828;
	position:absolute;
	left:0;
	top:181px;
	z-index:4;
	background-image:url(../imagenes_comunes/portafolio/linea_thumbs_protafolio.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:69px;
	width:171px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	cursor:pointer;
}
.tit_thumb_portafolio{
	color: #C6D601;
    margin-bottom: 3px;
}
.txt_thumb_portafolio{
	color: #B0B0B0;
    font-size: 11px;
	letter-spacing:0em;
}
.mas_thumb_portafolio{
	text-align:right;
	padding-top:7px;
	position:absolute;
	left:164px;
	top:44px;
}
.fecha_num_galeria{
	color: #8B8B8B;
    font-size: 32px;
    font-weight: bold;
    left: 32px;
    position: absolute;
    top: 213px;
}
.fecha_txt_galeria{
	background-color: #434343;
    color: #C7D800;
    height: 16px;
    left: 32px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 249px;
    width: 35px;
}
.tit_galeria{
	color: #FFFFFF;
    font-size: 23px;
    left: 120px;
    position: absolute;
    top: 22px;
}
.subtit_galeria{
	color: #FFFFFF;
    font-size: 12px;
    left: 120px;
    position: absolute;
    top: 49px;
}
.img_mas_galeria{
	left: 271px;
    position: absolute;
    top: 40px;
}
.fondo_nosotros_izq{
	background-image:url(../imagenes_comunes/nosotros/bg_izq_nosotros.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E4E4E4;
}
.fondo_nosotros_der{
	background-image:url(../imagenes_comunes/nosotros/bg_der_nosotros.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E4E4E4;
}
.fondo_nosotros{
	background-image:;
	background-repeat:no-repeat;
	background-position:center top;
	height:692px;
	background-color:#E4E4E4;
}
.fondo_portafolio{
	background-image:url(../imagenes_comunes/portafolio/bg_centro_portafolio.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:692px;
}
.fondo_noticias{
	background-image:url(../imagenes_comunes/noticias/bg_centro_noticias.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:692px;
	background-color:#E4E4E4;
}
.tit_item_portafolio{
	color:#8e8e8e;
	font-size: 27px;
    font-weight: bold;
    margin: 0;
    padding: 0;
	letter-spacing:-0.05em;
}
.txt_gris_portafolio{
	color: #626262;
    font-size: 13px;
    line-height: 13px;
	letter-spacing:0em;
}
.tit_verde_servicios{
	color: #bfc000;
    font-size: 48px;
    font-weight: bold;
}
.txt_gris_servicios{
	color: #868686;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
	letter-spacing:0em;
}
.txt_gris_servicios p{
	padding-top:0px;
	margin-top:0px;
}
.txt_gris_noticias{
	color: #868686;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
	letter-spacing:0em;
}
.tit_gris_noticias{
	color: #868686;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 16px;
	padding-right: 16px;
    padding-top: 22px;
    text-align: left;
}
.txt_nosotros{
	font-size: 13px;
	color:#6B6B6B;
	letter-spacing:0em;
}
.txt_experiencia{
	font-size: 13px;
	color:#626262;
	letter-spacing:0em;
}
.tit_experiencia{
	color: #9D9D9D;
    font-size: 50px;
    letter-spacing: -0.05em;
}
.cita_experiencia{
	font-size: 13px;
	color:#626262;
	letter-spacing:0em;
	font-style:italic;
	text-align: justify;
}
.nombre_cita_experiencia{
	color: #BEC100;
    font-size: 23px;
    letter-spacing: 0;
	text-align: right;
}
.quien_cita_experiencia{
	color: #AFAFAF;
    font-size: 17px;
    letter-spacing: 0;
	text-align: right;
}
.txt_gris_small p{
	padding-top:0;
}
.fondoLightbox{
	height:100%;
	left:0;
	top:0;
	position:fixed;
	width:100%;
	z-index:1000;
	background-color:#000;
}
.contenedorLightbox{
	height:100%;
	left:0;
	top:0;
	position:fixed;
	width:100%;
	z-index:1001;
}
.Lightbox_boton_cerrar {
    border-radius: 0px 0px 0px 0px;
    display: inline;
    margin: 0 0 0 5px;
    padding: 10px;
	cursor: pointer;
	color:#1D48A1;
	background-color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
.Lightbox_boton_cerrar:hover {
    border-radius: 0px 0px 0px 0px;
    display: inline;
    margin: 0 0 0 5px;
    padding: 10px;
	cursor: pointer;
	color:#999999;
	background-color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
.Lightbox_contenedor_imagen{
	padding:10px;
	background-color:#FFF;
	border-radius: 10px;
	text-align:center;
	background-image:url(../imagenes_comunes/iconos/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}