
@import url('normalize.css');
@import url('jquery.fancybox.css');
@import url('fresco.css');
@import url('demo.css');

/***************************************************************************
*                         TOMGER ESTRUCTURA                           DAGC    *
***************************************************************************/
html {
    background: #E7E7E7;
    
}


body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	background: #E7E7E7;
	color: #444;
	text-align: center;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
	
/*********************************************
*    WEB ESTRUCTURA                          *
*********************************************/

.top {
	display: block;
	text-align: left;
	background: url("../Images/bg_top.png") top left repeat-x;
}

.top_sombra {
	display: block;
	text-align: left;
	background: url("../Images/sombra_header.png") center 9px no-repeat;
}

/*********************************************
*                   HEADER                   *
*********************************************/

header {
	width: 1000px;
	height: 63px;
	margin: 0px auto;
}

.logo {
	float: left;
	margin: 8px 0px 0px 0px;
	width: 221px;
	height: 92px;
	z-index: 0;
}

.box_top {
	float: right;
	width: 260px;
	height: 27px;
	margin-top: 8px;
	background: url("../Images/box_top.png") top center no-repeat;
}

.box_top .home {
	float: left;
	padding: 5px 0px 0px 23px;
}

.box_top .email {
	float: left;
	padding: 6px 0px 0px 18px;
}

.box_top .idioma {
	float: right;
	padding: 6px 10px 0px 0px;
}

.box_top .idioma > .espanol {
	background: url("../Images/espanol.png") top right no-repeat;
	color: #FFF;
	text-decoration: none;
	padding: 2px 30px 2px 0px;
}

.box_top .idioma > .espanol:hover {
	text-decoration: underline;
}

.box_top .idioma > .english {
	background: url("../Images/english.png") top right no-repeat;
	color: #FFF;
	text-decoration: none;
	padding: 2px 30px 2px 0px;
}

.box_top .idioma > .english:hover {
	text-decoration: underline;
}



/*********************************************
*                  MENU                     *
*********************************************/

nav {
	width: 755px;
	height: 35px;
	margin: 0px auto;
	padding: 2px 0px 0px 245px;
	background: url("../Images/bg_nav.png") top right no-repeat;
}

.toggleMenu {
    display:  none;
    background: url("../Images/menu_rwd.png") top right no-repeat;
    padding: 10px 30px 10px 15px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.toggleMenu:hover {
    background: url("../Images/menu_rwd.png") #014B74 top right no-repeat;
}

.nav {
    list-style: none;
    *zoom: 1;
    margin: 0px;
    padding: 0px;
    position: absolute;
    /*width: 98%;*/
    z-index: 1000;
}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 11px 10px 11px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /*border-top: 1px solid #104336;*/
    border-right: 1px solid #1B2256;
}
.nav > li > .parent {
    /*background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;*/
}
.nav > li > a {
    display: block;
}

.nav > li > a:hover {
    display: block;
    background: #014B74;
}

.nav li  ul {
    position: absolute;
    left: -9999px;
    margin: 0px;
    padding: 0px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #EDF4FE;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #087AA1;
    border-left: 1px solid #087AA1;
    border-right: 1px solid #087AA1;
    color: #014B74;
    text-transform: none;
    padding: 8px 8px 8px 8px;
    font-size: 12px;
    width: 150px;
}

.nav li li a:hover {
    background: #014B74;
    color: #FFF;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

/*********************************************
*            CUERPO SUPERIOR                 *
*********************************************/

.wrap_top {
	margin: 0px;
	text-align: left;
	background: url("../Images/bg_seccion_main.png") top center no-repeat;
}

.main {
	width: 1000px;
	height: 369px;
	padding: 19px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
}

.box_redes {
	width: 342px;
	height: 38px;
	background: url("../Images/box_redes.png") top left no-repeat;
	position:absolute;
	top: 6px;
	right: 10px;
	z-index: 999;
}

.box_slogan_foot {
	width: 227px;
	height: 36px;
	padding: 0px 0px 0px 40px;
	line-height: 36px;
	background: url("../Images/box_slogan_inf.png");
	position:absolute;
	bottom: 29px;
	left: 6px;
	z-index: 999;
	color: #FFF;
}

.box_redes .texto {
	padding: 0px 0px 0px 53px;
	height: 38px;
	line-height: 38px;
	color: #FFF;
}



.main .banner_white {
	background: #fff;
	height:334px;
	padding: 6px;
	z-index: 888;
}

.main .banner_sombra {
	height:21px;
	padding-top: 2px;
	text-align: center;
}

/*********************************************
*                  TITLE                    *
*********************************************/

.title {
	height: 52px;
	background: url("../Images/bg_title.png") top left repeat-x;
	text-align: left;
}

.title h1 {
	color: #041333;
	font-size: 19px;
	width: 1000px;
	height: 52px;
	line-height: 52px;
	margin: 0px auto;
	background: url("../Images/icon_title.png") top left no-repeat;
	font-weight: bold;
}

.title h1 span {
	padding-left: 35px;
	
}

/*********************************************
*                  CUERPO                    *
*********************************************/

.wrap {
	background: url("../Images/bg_cuerpo.png") #DEDEDE top center repeat-y;
	text-align: left;
}

.cuerpo {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background: url("../Images/bg_main.png") #FFFFFF top left repeat-x;
	overflow: hidden;
	display: block;
}

.box_articulo {
	width: 232px;
	margin: 24px 0px 0px 12px;
	display: inline-block;
	zoom:1;
	*display: inline;
	vertical-align: top;
	position: relative;
}

.box_articulo .box_title {
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url("../Images/title_box.png") top left no-repeat;
}

.box_articulo .box {
	border: 1px solid #ACCDFB;
	margin: 14px 0px 0px 0px;
}

.box_articulo .box2 {
	border: 1px solid #FFF;
	margin: 0px 0px 0px 0px;
	height: 275px;
	background: url("../Images/bg_article.png") top center no-repeat;
}

.box_articulo .box_img {
	margin: 32px 0px 0px 0px;
	text-align: center;
}

.box_articulo .box_texto {
	padding: 6px 10px 0px 10px;
	/*text-align: justify;*/
}

.box_articulo .box_btn {
	text-align: right;
	padding: 10px 0px 0px 0px;
}

.box_articulo .box_btn a {
	width: 93px;
	height: 20px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 130px;
	background: url("../Images/btn_ver.png") top center no-repeat;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
}

.box_articulo .box_btn a:hover { 
	background: url("../Images/btn_ver.png") 0% -24px no-repeat; 
}

.box_articulo .box_articulo_sombra {
	height: auto;
	padding: 1px 0px 0px 0px;
	text-align: center;
}

.box_seccion {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 10px 13px 0px 13px;
	position: relative;
}

.box_seccion .box_title {
	width: 142px;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url("../Images/title_box2.png") top left no-repeat;
}
/** editado: padding **/
.box_seccion .box {
	background: #E2EEFE;
	margin: 14px 0px 0px 0px;
	padding: 3px;
}
/** editado:442 **/
.box_seccion .box2 {
	border: 1px solid #CFEBFE;
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 10px 15px;
	background: #FFF;
	overflow: hidden;
	display: block;
}

.box_seccion .box2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
}

.box_seccion .box2 li {
	display: block;
	text-decoration: none;
	background: url("../Images/item_aside.png") top left no-repeat;
	padding: 7px 0px 7px 18px;
}

.box_seccion .box_left {
	float: left;
	display: block;
	width: 61%;
	text-align: justify;
	padding: 5px 0px 0px 0px;
}

.box_seccion .box_img {
	float: right;
	display: block;
}

.box_seccion .box_seccion_sombra {
	text-align: right;
	padding: 1px 0px 0px 0px;
}

.box_seccion_2 {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0px 13px 0px 13px;
	position: relative;
	line-height: 16px;
}

.box_seccion_2 .box {
	background: #E2EEFE;
	margin: 14px 0px 0px 0px;
	padding: 6px;
}

.box_seccion_2 .box2 {
	border: 1px solid #CFEBFE;
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 10px 15px;
	background: #F1F5FE;
	overflow: hidden;
	display: block;
}

.box_seccion_2 .box_seccion_sombra {
	text-align: right;
	padding: 1px 0px 0px 0px;
}


.box_seccion_3 {
	clear: both;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	margin: 0px 6px 0px 6px;
	position: relative;
	line-height: 16px;
	width: 225px;
}

.box_seccion_3 .box {
	background: #E2EEFE;
	margin: 14px 0px 0px 0px;
	padding: 6px;
}

.box_seccion_3 .box2 {
	border: 1px solid #CFEBFE;
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 10px 15px;
	background: #F1F5FE;
	overflow: hidden;
	display: block;
}

.box_seccion_3 .titulo {
	color: #0F5783;
	text-transform: uppercase;
	text-align: center;
	background: #FFF;
	display: block;
	padding: 6px 0px 6px 0px;
}

.box_seccion_3 .box_seccion_sombra {
	text-align: right;
	padding: 1px 0px 0px 0px;
	clear: both;
}

.main_left {
	width: 726px;
	margin: 15px 0px 0px 15px;
	float: left;
}

.main_left h1 {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../Images/bg_title_left.png) top left no-repeat;
	font-size:14px;
	font-weight:normal;
	height: 41px;
	color:#0F5783;
	padding: 9px 0px 0px 30px;
	margin: 0px 3px 0px 3px;
	text-transform: uppercase;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fecha_prubli {
	display: block;
	overflow: hidden;
	padding: 0px 0px 15px 35px;
}

.fecha_prubli span {
	color: #003366;
	font-weight: bold;
	padding-right: 5px;
	visibility: hidden;
	width: 0px;
}

.fecha_prubli span.sep {
	color: #003366;
	font-weight: bold;
	padding-right: 5px;
	visibility: visible;
	margin-left: -68px;
}


.main_left h2 {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../Images/bg_title_pdf.png) top left no-repeat;
	font-size:14px;
	font-weight:normal;
	height: 41px;
	color:#0F5783;
	padding: 9px 0px 0px 30px;
	margin: 0px 3px 0px 3px;
	text-transform: uppercase;
}

.main_left h2 a {
	color:#0F5783;
	text-decoration: none;
	display: block;
	overflow: hidden;
	width: 100%;
}

.main_left h2 a:hover {
	color:#0F5783;
	text-decoration: underline;
}

.main_left .main_left_cont {
	text-align: justify;
	padding: 0px 10px 15px 10px;
	line-height: 16px;
	overflow: hidden;
	display: block;
}

.main_left_cont_noti {
	padding: 0px 10px 15px 35px;
	line-height: 16px;
	overflow: hidden;
	display: block;
}

.main_left_cont_noti p a img {
	float: left;
	margin: 10px 10px 10px 0px;
}

.main_left .main_left_cont_texto {
	
}

.main_left .main_left_cont_texto p {
	 padding: 0px 0px 10px 0px !important;
}

.main_left .main_left_cont_texto > ul {
	margin: 0px;
	padding: 0px 0px 13px 20px;
}

.main_left .main_left_cont_texto > ul li {
	padding: 0px 0px 7px 20px;
	/*list-style-type: decimal-leading-zero;*/
	list-style-type: none;
	background: url(../Images/item_aside.png) 0px -6px no-repeat;
}

.main_left .main_left_cont_img {
	float: right;
	padding: 0px 0px 0px 10px;
}

.img_left{
	float: left;
	padding: 0px 10px 0px 0px;
}

.azul {
	color: #0F5783;
}

.bold {
	font-weight: bold;
}

.sidebar {
	width: 220px;
	float: right;
	margin: 15px 15px 0px 0px;
	min-height: 450px;
	background: #FFF;
}

.sidebar .titulo_sidebar {
	background: url("../Images/item.png") top left no-repeat;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px 0px 0px 30px;
}

.sidebar .items_sidebar {
	padding: 0px 0px 0px 0px;

}

.sidebar .items_sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
}

.sidebar .items_sidebar ul li {
	padding: 0px 0px 0px 10px;
	margin: 1px 2px 0px 2px;
	display: block;
	background: url("../Images/item_bg_aside.png") bottom left repeat-x;
}

.sidebar .items_sidebar ul li:hover {
	background: url("../Images/item_bg_aside2.png") bottom left repeat-x;
}

.items_sidebar_active {
	background: url("../Images/item_bg_aside2.png") bottom left repeat-x  !important;;
}

.items_sidebar_active a {
	color: #FFF !important;
}

.sidebar .items_sidebar ul li a {
	display: block;
	text-decoration: none;
	color: #041333;
	background: url("../Images/item_aside.png") top left no-repeat;
	padding: 6px 0px 7px 18px;
}

.sidebar .items_sidebar ul li a:hover {
	color: #FFF;
}


.productos_lista {
	padding: 0px 0px 0px 0px;

}

.productos_lista ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none; 
}

.productos_lista ul li {
	padding: 0px 0px 0px 10px;
	margin: 0px 2px 0px 2px;
	display: block;
	background: url("../Images/item_bg_aside.png") bottom left repeat-x;
}

.productos_lista ul li:hover {
	background: url("../Images/item_bg_aside2.png") bottom left repeat-x;
}

.productos_lista ul li a {
	display: block;
	text-decoration: none;
	color: #041333;
	background: url("../Images/item_aside.png") top left no-repeat;
	padding: 6px 0px 7px 18px;
	text-transform: uppercase;
}

.productos_lista ul li a:hover {
	color: #FFF;
}

.bg_modal {
	background: #FFF;
}

.modal {
	padding: 10px;
	text-align: left;
	background: #FFF;
}

.modal .imagen {
}

.modal .titulo {
	background: url("../Images/item_bg_aside2.png") bottom left repeat-x;
	padding: 8px;
	color: #FFF;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.modal .data {
	line-height: 16px;
	padding: 0px 10px 10px 10px;
}


/*formulario*/


.obligatorio_datos_text {
    padding: 0px 0px 15px 0px;
}

.obligatorio_texto {
    background-color: #ffebe8;
	border: 1px solid #dd3c10;
    color: #222;
    margin: 0;
    padding: 5px 10px;
    margin: 10px 0px 10px 0px;
}

.obligatorio_texto2 {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #CC9933;
    color: #222;
    margin: 0;
    padding: 5px 10px;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    display: block;
}

.obligatorio_texto2 span {
	color: red;
}

.item_form {
	display:block;
    overflow:hidden;
	width: auto;
	padding: 0px 0px 3px 0px;
}

.item_label {
	float: left;
    padding: 8px 5px 5px 9px;
    width: 180px;
    text-align:right;
}

.item_label2 {
	float: left;
    padding: 8px 5px 5px 9px;
    width: 90px;
    text-align:right;
}

.item_campo {
	float: left;
	width: 300px;
	overflow: hidden;
	display: block;
}

.item_campo input {
	height: 23px;
	border: 1px solid #D0D0D0;
	background:url(../Images/bg_input_normal.png) #FFF top left repeat-x;
	margin: 4px 0px 0px 0px;
	padding-left: 5px;
	width: 90%;
	float: left;
}

.item_campo textarea {
	height: 130px;
	border: 1px solid #D0D0D0;
	background:url(../Images/bg_input_normal.png) #FFF top left repeat-x;
	margin: 4px 0px 0px 0px;
	padding-left: 5px;
	width: 90%;
	float: left;
}

.item_campo span {
	float: left;
	padding: 5px 0px 0px 4px;
	color: red;
}

.item_campo input[type="submit"] {
	height: 25px;
	width: 60px;
	background: url(../Images/item.png) top center no-repeat;
	color: #FFF;
	border: 1px solid #153E6E;
	margin: 0px 8px 0px 0px;
}

.item_campo input[type="reset"] {
	height: 25px;
	width: 60px;
	background: url(../Images/item.png) top center no-repeat;
	color: #FFF;
	border: 1px solid #153E6E;
	margin: 0px 8px 0px 0px;
}

.datos_2 {
	display: block;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
}

.datos_direccion {
	display: block;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
}

.datos_direccion h1 {
	color: #333;
	font-size: 12px;
}

.datos_direccion span {
	color: #124977;
}

.datos_contacto {
	padding: 0px 0px 0px 50px;
	width: 120px;
	height: 44px;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display: inline;
}

.datos_contacto span {
	color: #124977;
	display: block;
	padding: 5px 0px 0px 0px;
}

.datos_contacto label {
	color: #444;
	display: block;
	padding: 0px 0px 0px 0px;
	display: block;
}

.datos_contacto label a {
	color: #444;
	text-decoration: underline;
}

.datos_contacto label a:hover {
	text-decoration: none;
}

.telf {
	background: url(../Images/phone.png) top left no-repeat;
}

.fax {
	background: url(../Images/fax.png) top left no-repeat;
}

.cel {
	background: url(../Images/cel.png) top left no-repeat;
}

.email_2 {
	background: url(../Images/email_2.png) top left no-repeat;
}

.mapa {
	display: block;
	clear: both;
	padding: 10px;
	margin: 0px 0px 0px 105px;
	background: #EEE;
}

.contactenos {
	float: left;
	width: 416px;
	padding-bottom: 20px;
}

.oficina_main {
	float: right;
}

/*********************************************
*                  FOOTER                   *
*********************************************/

.footer {
	background: url("../Images/bg_footer.png") #DEDEDE top left repeat-x;
	text-align: left;
	display: block;
}

footer {
	width: 1000px;
	margin: 0px auto;
	background: url("../Images/sombra_footer.png") top center no-repeat;
	overflow: hidden;
}

footer .footer_menu {
	list-style-type: none;
	padding: 28px 0px 10px 0px;
	margin: 0px;
	float: left;
}

footer .footer_menu li {
	padding: 0px 0px 0px 12px;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	zoom:1;
	*display: inline;
	background: url("../Images/icon_foot.png") top left no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	
}

footer .footer_menu li > a {
	color: #FFF;
	text-decoration: none;
}

footer .footer_menu li > a:hover {
	color: #FFF;
	text-decoration: underline;
}

footer .call_center {
	float: right;
	padding: 28px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #FFF;
}

.datos {
	clear: both;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
	display: block;
}

.datos_left {
	float: left;
}

.datos_left span {
	padding: 0px 0px 0px 20px;
}

.datos .copyright {
	float: right;
}

.datos .copyright a {
	color: #444;
}

.datos .copyright a:hover {
	color: #444;
	text-decoration: none;
}

/*********************************************
*            BACK TO TOP                    *
*********************************************/

#back-top {
    position: fixed;
    z-index: 99;
    display: none;
    bottom: 30px;
    right: 30px;
}

#back-top {
    width: 41px;
    height: 41px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #818181;
    background-image: url("../Images/arrow.png");
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    border-radius: 0px;
}
/*****  cambie de 15px en 0px - radius ******/
.not-ie #back-top {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(../../../../Content/Css/Pie/PIE.htc);
    position:relative;
}

#back-top:hover {
    background-color: #00a2e8;
}


/*********************************************
*            BANNER RESPONSIVE               *
*********************************************/

  .bannercontainer {
		background-color:#fff;
		width:988px;
		position:relative;
		margin-left:auto;
		margin-right:auto;

	}

  .banner{
		width:988px;
		height:334px !important;
		position:relative;
		overflow:hidden;
   }

    .bannercontainer-simple {
		padding:0px;
		background-color:#fff;
		width:988px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;

	}

  .banner-simple{
		width:988px;
		height:334px;
		position:relative;
		overflow:hidden;
   }

 .fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:334px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height: 334px !important;
	position:relative;
}

.megafolio-fullwidth	{	width:100%; min-width:240px; width:auto; margin:auto; padding:0px 30px;
							-moz-box-sizing: border-box;
							box-sizing: border-box;
	                   		-webkit-box-sizing: border-box;
							 overflow: hidden;
							 
						}
						
.megafolio-container,
.megafolio-container-splash	{	width:100%;  position:relative;
								-moz-box-sizing: border-box;
								box-sizing: border-box;
		                   		-webkit-box-sizing: border-box;
 							}
						
#video_link img {
	max-width: 100%;
}


.fb_iframe_widget iframe{
	z-index: 120;
}

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}

.noFilterClass {
	filter:none !important;
}

.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-bullets												{	z-index:100; position:absolute; bottom:10px; }
.tp-bullets.simplebullets								{ 	bottom:10px;}


.tp-bullets.simplebullets.navbar						{ 	margin-left:-40px; border:1px solid #666; border-bottom:1px solid #444; bottom:-20px; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;}

.tp-bullets.simplebullets.navbar-old					{ 	bottom:-20px; background:url(../images/navigdots_bgtile.png); height:35px; padding:0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../Images/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../images/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}

.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../images/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}

.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../images/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}

.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../images/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}

.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../images/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:30px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:30px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }

.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:4px; margin-top:-4px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:-36px; margin-top:-4px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:-20px; margin-top:-8px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:-20px; margin-top:-8px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.large										{	z-index:100;cursor:pointer; position:relative;	background:url(../Images/large_left.png) no-Repeat top left;	width:40px;	height:40px;  margin-left:20px; margin-top:-20px; }
.tp-rightarrow.large									{	z-index:100;cursor:pointer; position:relative;	background:url(../Images/large_right.png) no-Repeat top left;	width:40px;	height:40px;  margin-left:-20px; margin-top:-20px; }

.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }


.tp-bullets.tp-thumbs						{	z-index:100; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}

.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


.tp-bannertimer								{	width:100%; height:10px; background:url(../Images/timer.png);position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}


 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}
.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px;  background:url(../assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(../Images/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;

			}
/*********************************************
*        CIERRA BANNER RESPONSIVE            *
*********************************************/

/*********************************************
*        WORDPRESS                          *
*********************************************/
.archive_title {
	padding: 20px 0px 0px 47px;
	color: #041333;
	text-transform: uppercase;
	background: url(../Images/icon_title.png) 15px 0px no-repeat;
}

#nav-content {
	padding: 0px 0px 5px 10px;
}

.nav-previous a {
	color: #041333;
	padding-right: 15px;
}

.nav-next a {
	color: #041333;
}

.nav-previous a:hover {
	color: #041333;
	text-decoration: none;
}

.nav-next a:hover {
	color: #041333;
	text-decoration: none;
}


/**************************************************************
*               RESPONSIVE  WEB DESIGN                      *
**************************************************************/

@media only screen and (max-width:1000px) {
	
/************ HEADER ****************/

	header {
		width: 92%;
		margin: 0px auto;
		height: 68px;
		
	}

	.logo {
		float: left;
		margin: 5px 0px 0px 0px;
		width: 158px;
		height: 60px;
		z-index: 0;
	}

	.box_top {
		float: right;
		width: 260px;
		height: 27px;
		margin-top: 8px;
		background: url("../Images/box_top.png") top center no-repeat;
	}

/***********  MENU ******************/

	nav {
		width: 90%;
		height: 35px;
		margin: 0px auto;
		padding: 2px 0px 0px 2%;
		background: url("../Images/bg_nav2.png") top left no-repeat;
		z-index: 1000;
	}


/***** CUERPO SUPERIOR **************/

	.wrap_top {
		margin: 0px;
		text-align: left;
		background: url("../Images/bg_seccion_main.png") top center no-repeat;
		padding: 0px 0px 20px 0px;
	}

	.main {
	width: 92%;
	height: 330px;
	padding: 19px 0px 0px 0px;
	margin: 0px auto;
	}

	.main .banner_white {
	background: #fff;
	height:318px;
	}

	.box_slogan_foot {
	width: 227px;
	height: 36px;
	padding: 0px 0px 0px 40px;
	line-height: 36px;
	background: url("../Images/box_slogan_inf.png");
	position:absolute;
	bottom: 5px;
	left: 6px;
	z-index: 999;
	color: #FFF;
	}

	.sidebar {
	width: 30%;
	float: right;
	margin: 15px 15px 0px 0px;
	min-height: 450px;
	background: #FFF;
	}

	.main_left {
	width: 65%;
	margin: 15px 0px 0px 15px;
	float: left;
	}

/************* TITLE ********************/

.title {
	height: 52px;
	background: url("../Images/bg_title.png") top left repeat-x;
	text-align: left;
}

.title h1 {
	color: #041333;
	font-size: 18px;
	width: 92%;
	height: 52px;
	line-height: 52px;
	margin: 0px auto;
	background: url("../Images/icon_title.png") top left no-repeat;
	font-weight: normal;
}

.title h1 span {
	padding-left: 35px;
	font-weight: bold;
}

/************* CUERPO  ***************/

	.wrap {
		background: url("../Images/bg_cuerpo.png") #DEDEDE top center repeat-y;
		text-align: left;
	}

	.cuerpo {
		width: 92%;
		margin: 0px auto;
		background: #FFF;
	}

	.content_box_articulo {
		text-align: center;
	}


	.box_articulo {
	width: 43%;
	margin: 24px 0px 0px 12px;
	display: inline-block;
	zoom:1;
	*display: inline;
	vertical-align: top;
	position: relative;
	text-align: left;
	}

.box_articulo .box_title {
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 20px;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url("../Images/title_box.png") top left no-repeat;
}

.box_articulo .box {
	border: 1px solid #ACCDFB;
	margin: 14px 0px 0px 0px;
}

.box_articulo .box2 {
	border: 1px solid #FFF;
	margin: 0px 0px 0px 0px;
	height: 254px;
	background: url("../Images/bg_article2.png") top center no-repeat;
}

.box_articulo .box_img {
	margin: 32px 0px 0px 0px;
	text-align: center;
}

.box_articulo .box_texto {
	padding: 6px 25px 0px 25px;
	text-align: justify;
}

.box_articulo .box_btn {
	text-align: right;
	padding: 15px 15px 0px 0px;
	display: block;
	overflow: hidden;
}

.box_articulo .box_btn a {
	width: 93px;
	height: 20px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../Images/btn_ver.png") top center no-repeat;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	float: right;
}

.box_articulo .box_btn a:hover { 
	background: url("../Images/btn_ver.png") 0% -24px no-repeat; 
}

.box_articulo .box_articulo_sombra {
	height: auto;
	padding: 1px 0px 0px 0px;
}

.box_seccion .box_left {
	float: none;
	display: block;
	width: auto;
	text-align: justify;
	padding: 5px 0px 0px 0px;
}

.box_seccion .box_img {
	float: right;
	display: block;
	margin: 0px 0px 0px 18px;
}

/************** FOOTER *******************/

	.footer {
		background: url("../Images/bg_footer2.png") #DEDEDE top left repeat-x;
		text-align: left;
		display: block;
	}

	footer {
		width: 92%;
		margin: 0px auto;
		background: url("../Images/sombra_footer.png") top center no-repeat;
		overflow: hidden;
		text-align: center;
	}

	footer .footer_menu {
		list-style-type: none;
		padding: 28px 0px 10px 0px;
		margin: 0px;
		float: none;
	}

	footer .footer_menu li {
		padding: 0px 0px 0px 12px;
		margin: 0px 5px 0px 0px;
		display: inline-block;
		vertical-align: top; /* BASELINE CORRECCIÓN*/
		zoom:1;
		*display: inline;
		background: url("../Images/icon_foot.png") top left no-repeat;
		text-transform: uppercase;
		font-size: 12px;
		
	}

	footer .footer_menu li > a {
		color: #FFF;
		text-decoration: none;
	}

	footer .footer_menu li > a:hover {
		color: #FFF;
		text-decoration: underline;
	}

	footer .call_center {
		float: none;
		padding: 3px 0px 10px 0px;
		margin: 0px;
		text-transform: uppercase;
		color: #FFF;
	}

	.datos {
		clear: both;
		padding: 8px 0px 10px 0px;
		overflow: hidden;
		display: block;
	}

	.datos_left {
		float: none;
		padding-bottom: 5px;
	}

	.datos_left span {
		padding: 0px 0px 0px 20px;
	}

	.datos .copyright {
		float: none;
	}

	.datos .copyright a {
		color: #444;
	}

	.datos .copyright a:hover {
		color: #444;
		text-decoration: none;
	}


	/******banner responsive ********/

	.banner, .bannercontainer	{	width: 100%; height:318px !important;}
 	#video_link  ,#video_frame {	width: 100%; height:330px !important;}

 	/******Cierra banner responsive ********/

}

@media only screen and (max-width:768px) {
	
	.top_sombra {
	    background: url("../Images/sombra_header.png") no-repeat -480px 9px;
	    display: block;
	    text-align: left;
	}

	header {
	width: 92%;
	margin: 0px auto;
	height: 72px;
	
	}

	.logo {
		float: left;
		margin: 8px 0px 0px 0px;
		width: 158px;
		height: 60px;
		z-index: 0;
	}

	/***** CUERPO SUPERIOR **************/

	.wrap_top {
		margin: 0px;
		text-align: left;
		background: url("../Images/bg_seccion_main.png") top center no-repeat;
		padding: 0px 0px 20px 0px;
	}

	.main {
	width: 92%;
	height: 251px;
	padding: 19px 0px 0px 0px;
	margin: 0px auto;
	}

	.main .banner_white {
	background: #fff;
	height:239px;
	}
	
	.main_left {
	width: 60%;
	margin: 15px 0px 0px 15px;
	float: left;
	}

	.sidebar {
		width: 220px;
		float: right;
		margin: 15px 15px 0px 0px;
		min-height: 450px;
		background: #FFF;
	}

	.main_left h1 {
    background: url("../Images/bg_title_left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #0F5783;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 41px;
    margin: 0 3px;
    padding: 9px 0 0 30px;
    text-transform: uppercase;

	}


	/********* MENU ****************/

	nav {
		width: 92%;
		height: 35px;
		margin: 0px auto;
		padding: 2px 0px 0px 0px;
		background: url("../Images/bg_nav2.png") top center no-repeat;
		z-index: 1000;
	}

	.nav {
     width: 92%;
	}

	.active {
        display: block;
    }

    .nav > li {
        float: none;
    }

	.nav > li > .parent {
	    /*background-position: 95% 50%;*/
	    background: url("../Images/downArrow.png") #1570A6 right no-repeat;
	}

    .nav > li > .parent:hover {
        /*background-position: 95% 50%;*/
        background: url("../Images/downArrow.png") #083047 right no-repeat;
    }

    .nav li li .parent {
        background-image: url("../Images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }

    .nav > li > a {
        display: block;
        background: #1570A6;
        color: #FFF;
        border-bottom: 1px solid #E5E5E5;
    }

        .nav > li > a:hover {
            background: #083047;
            color: #FFF;
        }

    .nav > li.hover > ul {
        left: 0;
        width: auto;
    }

    .nav > li.hover > ul {
            padding: 0px 0px 0px 20px;
            background: #083047;
        }

        .nav > li.hover > ul li a {
            padding: 7px 17px 7px 20px;
            border-bottom: 1px solid #CCC;
            background: #105681;
        	color: #FFF;
        	width: auto;
        }

        .nav > li.hover > ul li a:hover {
            background: #083047;
        	color: #FFF;
        }

	/******banner responsive ********/

	.banner, .bannercontainer		{	width:100%; height:239px !important;	}
	#video_link ,#video_frame			{	width:100%; height:239px !important;	}

	.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
	.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
	.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	/******Cierra banner responsive ********/

	/************* CUERPO  ***************/

	.content_box_articulo {
		text-align: center;
	}


	.box_articulo {
	width: 46%;
	margin: 24px 4px 0px 4px;
	display: inline-block;
	zoom:1;
	*display: inline;
	vertical-align: top;
	position: relative;
	text-align: left;
	}

	.box_articulo .box_title {
		width: 170px;
		height: 40px;
		line-height: 40px;
		padding: 0px 0px 0px 20px;
		color: #FFF;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		left: 12px;
		background: url("../Images/title_box.png") top left no-repeat;
	}

	.box_articulo .box {
		border: 1px solid #ACCDFB;
		margin: 14px 0px 0px 0px;
	}

	.box_articulo .box2 {
		border: 1px solid #FFF;
		margin: 0px 0px 0px 0px;
		height: 280px;
		background: url("../Images/bg_article2.png") top center no-repeat;
	}

	.box_articulo .box_img {
		margin: 32px 0px 0px 0px;
		text-align: center;
	}

	.box_articulo .box_texto {
		padding: 6px 25px 0px 25px;
		text-align: justify;
	}

	.box_articulo .box_btn {
		text-align: right;
		padding: 15px 15px 0px 0px;
		display: block;
		overflow: hidden;
	}

	.box_articulo .box_btn a {
		width: 93px;
		height: 20px;
		padding: 4px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background: url("../Images/btn_ver.png") top center no-repeat;
		color: #FFF;
		display: block;
		text-align: center;
		text-decoration: none;
		float: right;
	}

	.box_articulo .box_btn a:hover { 
		background: url("../Images/btn_ver.png") 0% -24px no-repeat; 
	}

	.box_articulo .box_articulo_sombra {
		height: auto;
		padding: 1px 0px 0px 0px;
	}

	.main_left {
	width: 95%;
	margin: 15px 0px 0px 15px;
	float: left;
	}

	.sidebar {
		width: 95%;
		float: right;
		margin: 15px 15px 0px 0px;
		min-height: 0px;
		background: #FFF;
	}

	.main_left .main_left_cont_img {
    float: none;
    display: block;
    text-align: center;
    padding: 0 0 0 10px;
	}

	.oficina_main {
    float: none;
    display: block;
    text-align: center;
	}


	.mapa {
	    background: none repeat scroll 0 0 #EEEEEE;
	    clear: both;
	    display: block;
	    margin: 10px 0 0 0px;
	    padding: 10px;
	}


	.item_label2 {
	    float: none;
	    display: block;
	    padding: 8px 5px 5px 9px;
	    text-align: left;
	    width: auto;
	}

	.item_campo {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
	}


	.datos_2 {
	    display: block;
	    overflow: hidden;
	    padding: 0 0 20px;
	    text-align: center;
	}

	.datos_contacto {
	    text-align: left;
	}

	.contactenos {
    float: none;
    display: block;
    padding-bottom: 20px;
    width: 100%;
	}

	/************** FOOTER *******************/

	.footer {
		background: url("../Images/bg_footer3.png") #DEDEDE top left repeat-x;
		text-align: left;
		display: block;
	}

	footer {
		width: 92%;
		margin: 0px auto;
		background: url("../Images/sombra_footer.png") top center no-repeat;
		overflow: hidden;
		text-align: center;
	}

	footer .footer_menu {
		list-style-type: none;
		padding: 28px 0px 10px 0px;
		margin: 0px;
		float: none;
	}

	footer .footer_menu li {
		padding: 0px 0px 8px 12px;
		margin: 0px 5px 0px 0px;
		width: 19%;
		text-align: left;
		display: inline-block;
		vertical-align: top; /* BASELINE CORRECCIÓN*/
		zoom:1;
		*display: inline;
		background: url("../Images/icon_foot.png") top left no-repeat;
		text-transform: uppercase;
		font-size: 12px;
		
	}

	footer .footer_menu li > a {
		color: #FFF;
		text-decoration: none;
	}

	footer .footer_menu li > a:hover {
		color: #FFF;
		text-decoration: underline;
	}

	footer .call_center {
		float: none;
		padding: 3px 0px 10px 0px;
		margin: 0px;
		text-transform: uppercase;
		color: #FFF;
	}

	.datos {
		clear: both;
		padding: 8px 0px 10px 0px;
		overflow: hidden;
		display: block;
	}

	.datos_left {
		float: none;
		padding: 5px 25px 5px 25px;
	}

	.datos_left span {
		padding: 0px 0px 0px 20px;
	}

	.datos .copyright {
		float: none;
	}

	.datos .copyright a {
		color: #444;
	}

	.datos .copyright a:hover {
		color: #444;
		text-decoration: none;
	}

}

@media only screen and (max-width:568px) {

	.top_sombra {
	    background: url("../Images/sombra_header.png") no-repeat -400px 9px;
	    display: block;
	    text-align: left;
	}

	header {
	width: 92%;
	margin: 0px auto;
	height: 72px;
	
	}

	.logo {
		float: left;
		margin: 8px 0px 0px 0px;
		width: 158px;
		height: 60px;
		z-index: 0;
	}

/***** CUERPO SUPERIOR **************/

	.wrap_top {
		margin: 0px;
		text-align: left;
		background: url("../Images/bg_seccion_main.png") top center no-repeat;
		padding: 0px 0px 15px 0px;
	}

	.main {
	width: 92%;
	height: 178px;
	padding: 19px 0px 0px 0px;
	margin: 0px auto;
	}

	.main .banner_white {
	background: #fff;
	height:166px;
	}

	.main_left {
	width: 95%;
	margin: 15px 0px 0px 15px;
	float: left;
	}

	.sidebar {
		width: 95%;
		float: right;
		margin: 15px 15px 0px 0px;
		min-height: 0px;
		background: #FFF;
	}

	.main_left .main_left_cont_img {
    float: none;
    display: block;
    text-align: center;
    padding: 0 0 0 10px;
	}

	.oficina_main {
    float: none;
    display: block;
    text-align: center;
	}

	.mapa {
	    background: none repeat scroll 0 0 #EEEEEE;
	    clear: both;
	    display: block;
	    margin: 10px 0 0 0px;
	    padding: 10px;
	}

	.contactenos {
    float: none;
    display: block;
    padding-bottom: 20px;
    width: 90%;
	}

	/************* CUERPO  ***************/

	.content_box_articulo {
		text-align: center;
	}


	.box_articulo {
	width: 48%;
	margin: 24px 0px 0px 5px;
	display: inline-block;
	zoom:1;
	*display: inline;
	vertical-align: top;
	position: relative;
	text-align: left;
	}

	.box_articulo .box_title {
		width: 170px;
		height: 40px;
		line-height: 40px;
		padding: 0px 0px 0px 20px;
		color: #FFF;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		left: 12px;
		background: url("../Images/title_box.png") top left no-repeat;
	}

	.box_articulo .box {
		border: 1px solid #ACCDFB;
		margin: 14px 0px 0px 0px;
	}

	.box_articulo .box2 {
		border: 1px solid #FFF;
		margin: 0px 0px 0px 0px;
		height: 280px;
		background: url("../Images/bg_article2.png") top center no-repeat;
	}

	.box_articulo .box_img {
		margin: 32px 0px 0px 0px;
		text-align: center;
	}

	.box_articulo .box_texto {
		padding: 6px 10px 0px 10px;
		text-align: justify;
	}

	.box_articulo .box_btn {
		text-align: right;
		padding: 8px 5px 0px 0px;
		display: block;
		overflow: hidden;
	}

	.box_articulo .box_btn a {
		width: 93px;
		height: 20px;
		padding: 4px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background: url("../Images/btn_ver.png") top center no-repeat;
		color: #FFF;
		display: block;
		text-align: center;
		text-decoration: none;
		float: right;
	}

	.box_articulo .box_btn a:hover { 
		background: url("../Images/btn_ver.png") 0% -24px no-repeat; 
	}

	.box_articulo .box_articulo_sombra {
		height: auto;
		padding: 1px 0px 0px 0px;
	}

	.box_seccion .box_left {
		float: none;
		display: block;
		width: auto;
		text-align: justify;
		padding: 5px 0px 0px 0px;
	}

	.box_seccion .box_img {
		float: none;
		display: block;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}

	/************** FOOTER *******************/

	.footer {
		background: url("../Images/bg_footer4.png") #DEDEDE top left repeat-x;
		text-align: left;
		display: block;
	}

	footer {
		width: 92%;
		margin: 0px auto;
		background: url("../Images/sombra_footer.png") top center no-repeat;
		overflow: hidden;
		text-align: center;
	}

	footer .footer_menu {
		list-style-type: none;
		padding: 28px 0px 10px 0px;
		margin: 0px;
		float: none;
	}

	footer .footer_menu li {
		padding: 0px 0px 8px 12px;
		margin: 0px 5px 0px 0px;
		width: 30%;
		text-align: left;
		display: inline-block;
		vertical-align: top; /* BASELINE CORRECCIÓN*/
		zoom:1;
		*display: inline;
		background: url("../Images/icon_foot.png") top left no-repeat;
		text-transform: uppercase;
		font-size: 12px;
		
	}

	footer .call_center {
		float: none;
		padding: 0px 0px 10px 0px;
		margin: 0px;
		text-transform: uppercase;
		color: #FFF;
	}

	.datos {
		clear: both;
		padding: 8px 0px 10px 0px;
		overflow: hidden;
		display: block;
	}

	.datos_left {
		float: none;
		padding: 5px 25px 5px 25px;
	}


	/******banner responsive ********/

	.banner, .bannercontainer		{	width: 100%; height:166px !important;	}
	#video_link  ,#video_frame		{	width: 100%; height:166px !important;	}

	/******Cierra banner responsive ********/
}

@media only screen and (max-width:480px) {

	.top_sombra {
	    background: url("../Images/sombra_header.png") no-repeat -400px 9px;
	    display: block;
	    text-align: left;
	}

	header {
	width: 92%;
	margin: 0px auto;
	padding-top: 8px;
	height: 92px;
	text-align: center;
	}

	.box_top {
    background: url("../Images/box_top.png") no-repeat top center;
    float: none;
    height: 27px;
    width: 260px;
    margin: 0px auto 0px auto;
	}

	.logo {
		float: none;
		margin: 0px auto;
		width: 155px;
		height: 60px;
		z-index: 0;
		text-align: center;
	}

	/***** CUERPO SUPERIOR **************/

	.wrap_top {
		margin: 0px;
		text-align: left;
		background: url("../Images/bg_seccion_main.png") top center no-repeat;
		padding: 0px 0px 15px 0px;
	}

	.main {
	width: 92%;
	height: 158px;
	padding: 19px 0px 0px 0px;
	margin: 0px auto;
	}

	.main .banner_white {
	background: #fff;
	height:146px;
	}

	.oficina_main {
    float: none;
    display: block;
    text-align: center;
	}

	.item_label2 {
	    float: none;
	    display: block;
	    padding: 8px 5px 5px 9px;
	    text-align: left;
	    width: auto;
	}

	.item_campo {
    display: block;
    float: none;
    overflow: hidden;
    width: 99%;
	}

	/************* CUERPO  ***************/

	.content_box_articulo {
		text-align: center;
	}


	.box_articulo {
	width: 89%;
	margin: 24px 0px 0px 5px;
	display: inline-block;
	zoom:1;
	*display: inline;
	vertical-align: top;
	position: relative;
	text-align: left;
	}

	.box_articulo .box_title {
		width: 170px;
		height: 40px;
		line-height: 40px;
		padding: 0px 0px 0px 20px;
		color: #FFF;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		left: 12px;
		background: url("../Images/title_box.png") top left no-repeat;
	}

	.box_articulo .box {
		border: 1px solid #ACCDFB;
		margin: 14px 0px 0px 0px;
	}

	.box_articulo .box2 {
		border: 1px solid #FFF;
		margin: 0px 0px 0px 0px;
		height: 254px;
		background: url("../Images/bg_article2.png") top center no-repeat;
	}

	.box_articulo .box_img {
		margin: 32px 0px 0px 0px;
		text-align: center;
	}

	.box_articulo .box_texto {
		padding: 6px 10px 0px 10px;
		text-align: justify;
	}

	.box_articulo .box_btn {
		text-align: right;
		padding: 8px 5px 0px 0px;
		display: block;
		overflow: hidden;
	}

	.box_articulo .box_btn a {
		width: 93px;
		height: 20px;
		padding: 4px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background: url("../Images/btn_ver.png") top center no-repeat;
		color: #FFF;
		display: block;
		text-align: center;
		text-decoration: none;
		float: right;
	}

	.box_articulo .box_btn a:hover { 
		background: url("../Images/btn_ver.png") 0% -24px no-repeat; 
	}

	.box_articulo .box_articulo_sombra {
		height: auto;
		padding: 1px 0px 0px 0px;
	}

	/************** FOOTER *******************/

	.footer {
		background: url("../Images/bg_footer4.png") #DEDEDE top left repeat-x;
		text-align: left;
		display: block;
	}

	footer {
		width: 92%;
		margin: 0px auto;
		background: url("../Images/sombra_footer.png") top center no-repeat;
		overflow: hidden;
		text-align: center;
	}

	footer .footer_menu {
		list-style-type: none;
		padding: 28px 0px 10px 0px;
		margin: 0px auto;
		float: none;
		width: 80%;
	}

	footer .footer_menu li {
		padding: 0px 0px 8px 12px;
		margin: 0px 5px 0px 0px;
		width: 40%;
		text-align: left;
		display: inline-block;
		vertical-align: top; /* BASELINE CORRECCIÓN*/
		zoom:1;
		*display: inline;
		background: url("../Images/icon_foot.png") top left no-repeat;
		text-transform: uppercase;
		font-size: 12px;
		
	}

	footer .call_center {
		float: none;
		padding: 0px 0px 10px 0px;
		margin: 0px;
		text-transform: uppercase;
		color: #FFF;
	}

	.datos {
		clear: both;
		padding: 8px 0px 10px 0px;
		overflow: hidden;
		display: block;
	}

	.datos_left {
		float: none;
		padding: 5px 25px 5px 25px;
	}

	/******banner responsive ********/

	.banner, .bannercontainer		{	width: 100%; height:146px !important;	}
	#video_link  ,#video_frame		{	width: 100%; height:146px !important;	}

	.responsive .tp-bullets	{	display:none}
	.responsive .tparrows	{	display:none;}

	/******cierra banner responsive ********/

}

@media only screen and (max-width:320px) {

	.top_sombra {
	    background: url("../Images/sombra_header.png") no-repeat -400px 9px;
	    display: block;
	    text-align: left;
	}

	header {
	width: 92%;
	margin: 0px auto;
	height: 89px;
	text-align: center;
	
	}

	.logo {
		float: none;
		text-align: center;
		margin: 0px auto 0px auto;
		width: 60%;
		height: auto;
		z-index: 0;
	}
	/***** CUERPO SUPERIOR **************/

	.wrap_top {
		margin: 0px;
		text-align: left;
		background: url("../Images/bg_seccion_main.png") top center no-repeat;
		padding: 0px 0px 50px 0px;
	}

	.main {
	width: 92%;
	height: 120px;
	padding: 19px 0px 0px 0px;
	margin: 0px auto;
	}

	.main .banner_white {
	background: #fff;
	height:108px;
	}

	.box_redes {
    background: #014B74;
    height: 38px;
    position: inherit;
    width: auto;
    z-index: 999;
    margin: -10px -8px 10px 10px;
	}


	.box_redes .texto {
	    color: #FFFFFF;
	    float: left;
	    height: 38px;
	    line-height: 38px;
	    padding: 0 0 0 10px;
	}

/*********************************************
*                  TITLE                    *
*********************************************/

	.title {
		height: 52px;
		background: url("../Images/bg_title.png") top left repeat-x;
		text-align: left;
	}

	.title h1 {
		color: #041333;
		font-size: 18px;
		width: 1000px;
		height: 52px;
		line-height: 52px;
		margin: 0px auto;
		background: url("../Images/icon_title.png") top left no-repeat;
		font-weight: normal;
	}

	.title h1 span {
		padding-left: 35px;
		font-weight: bold;
	}

	/************* CUERPO  ***************/

	.content_box_articulo {
		text-align: center;
	}


	.box_articulo {
	width: 92%;
	margin: 24px 0px 0px 0px;
	display: inline-block;
	zoom:1;
	*display: inline;
	vertical-align: top;
	position: relative;
	text-align: left;
	}

	.box_articulo .box_title {
		width: 170px;
		height: 40px;
		line-height: 40px;
		padding: 0px 0px 0px 20px;
		color: #FFF;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		left: 12px;
		background: url("../Images/title_box.png") top left no-repeat;
	}

	.box_articulo .box {
		border: 1px solid #ACCDFB;
		margin: 14px 0px 0px 0px;
	}

	.box_articulo .box2 {
		border: 1px solid #FFF;
		margin: 0px 0px 0px 0px;
		height: 254px;
		background: url("../Images/bg_article2.png") top center no-repeat;
	}

	.box_articulo .box_img {
		margin: 32px 0px 0px 0px;
		text-align: center;
	}

	.box_articulo .box_texto {
		padding: 6px 10px 0px 10px;
		text-align: justify;
	}

	.box_articulo .box_btn {
		text-align: right;
		padding: 8px 5px 0px 0px;
		display: block;
		overflow: hidden;
	}

	.box_articulo .box_btn a {
		width: 93px;
		height: 20px;
		padding: 4px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background: url("../Images/btn_ver.png") top center no-repeat;
		color: #FFF;
		display: block;
		text-align: center;
		text-decoration: none;
		float: right;
	}

	.box_articulo .box_btn a:hover { 
		background: url("../Images/btn_ver.png") 0% -24px no-repeat; 
	}

	.box_articulo .box_articulo_sombra {
		height: auto;
		padding: 1px 0px 0px 0px;
	}

	/************** FOOTER *******************/

	.footer {
		background: url("../Images/bg_footer5.png") #DEDEDE top left repeat-x;
		text-align: left;
		display: block;
	}

	footer {
		width: 92%;
		margin: 0px auto;
		background: url("../Images/sombra_footer.png") top center no-repeat;
		overflow: hidden;
		text-align: center;
	}

	footer .footer_menu {
		list-style-type: none;
		padding: 28px 0px 10px 0px;
		margin: 0px auto;
		float: none;
		width: 50%;
	}

	footer .footer_menu li {
		padding: 0px 0px 8px 12px;
		margin: 0px 5px 0px 0px;
		width: 80%;
		text-align: left;
		display: inline-block;
		vertical-align: top; /* BASELINE CORRECCIÓN*/
		zoom:1;
		*display: inline;
		background: url("../Images/icon_foot.png") top left no-repeat;
		text-transform: uppercase;
		font-size: 12px;
		
	}

	footer .call_center {
		float: none;
		padding: 0px 0px 10px 0px;
		margin: 0px;
		text-transform: uppercase;
		color: #FFF;
	}

	.datos {
		clear: both;
		padding: 8px 0px 10px 0px;
		overflow: hidden;
		display: block;
	}

	.datos_left {
		float: none;
		padding: 5px 5px 5px 5px;
	}

	/******banner responsive ********/

	.banner, .bannercontainer		{	width: 100%; height:108px !important;	}
	#video_link  ,#video_frame		{	width: 100%; height:108px !important;	}

	/******Cierra banner responsive ********/

}
