﻿/* ==========================================================================
    CSS RESET
============================================================================= */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption,center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp { border: 0; margin: 0; padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
b, strong {font-weight: bold;}
img {color: transparent; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; max-width: 100%;}
ol, ul {list-style: none;}
li {display: list-item;}
table {border-collapse: collapse; border-spacing: 0;}
th, td, caption {font-weight: normal; vertical-align: top; text-align: left;}
q {quotes: none;}
q:before, q:after {content: ''; content: none;}
sub, sup, small {font-size: 75%;}
sub,sup {line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg {overflow: hidden;}
a{list-style: none; text-decoration: none;}
a:active{outline: none;}
a:focus{ outline: none;}
:focus {outline: 0;}
.clearfix{clear: both;}

@font-face {
    font-family: 'MProRegular';
    src: url('../fonts/MProRegular.eot');
    src: url('../fonts/MProRegular.eot') format('embedded-opentype'),
         url('../fonts/MProRegular.woff2') format('woff2'),
         url('../fonts/MProRegular.woff') format('woff'),
         url('../fonts/MProRegular.ttf') format('truetype'),
         url('../fonts/MProRegular.svg#MProRegular') format('svg');
}

@font-face {
    font-family: 'MProSemibold';
    src: url('../fonts/MProSemibold.eot');
    src: url('../fonts/MProSemibold.eot') format('embedded-opentype'),
         url('../fonts/MProSemibold.woff2') format('woff2'),
         url('../fonts/MProSemibold.woff') format('woff'),
         url('../fonts/MProSemibold.ttf') format('truetype'),
         url('../fonts/MProSemibold.svg#MProSemibold') format('svg');
}

@font-face {
    font-family: 'MProLight';
    src: url('../fonts/MProLight.eot');
    src: url('../fonts/MProLight.eot') format('embedded-opentype'),
         url('../fonts/MProLight.woff2') format('woff2'),
         url('../fonts/MProLight.woff') format('woff'),
         url('../fonts/MProLight.ttf') format('truetype'),
         url('../fonts/MProLight.svg#MProLight') format('svg');
}

/* ========================================================================== 
    BODY 
============================================================================= */

body{
    /*background-image: url('../imagenes/pattern.png');
    background-repeat: repeat;
    background-color: #6c6c6c;*/
	font-family: "MProRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

/* ========================================================================== 
    BACKGROUNDS
============================================================================= */

.contenido{
    width: 100%;
    margin: 0 auto;
    float: left;
}

.contenido.background-gray{
	background: #f8f8f8;
	min-height:100px;
}

h1{
    font: 33px  'MProLight', Arial, sans-serif;
    line-height: 32px;
	color: #0f7fc9;
}

h2{
    font: 33px 'MProLight', Arial , sans-serif;
    line-height: 32px;
	color: #ffb12a;
}

h3{
    font: 18px 'MProSemibold', Arial , sans-serif;
    line-height: 32px;
	color: #0f7fc9;
}

h4{
    font: 18px 'MProSemibold', Arial , sans-serif;
    line-height: 32px;
	color: #ffb12a;
	margin-bottom: 30px;
}

h5{
    font: 33px  'MProLight', Arial, sans-serif;
    line-height: 32px;
	color: #fff;
}

h6{
    font: 16px 'MProSemibold', Arial , sans-serif;
    line-height: 32px;
	color: #fff;
}

h7{
    font: 21px  'MProLight', Arial, sans-serif;
    line-height: 32px;
	color: #fff;
}

p {
    color: #555555;
    font: 14px 'MProRegular', Arial, sans-serif;
    line-height: 22px;
}

p{
    text-align:justify;
}

.titulo_seccion {
	float: left;
    width: 100%;
    background: url(../imagenes/divider.png) repeat-x 0px 16px;
	background-size: 1px;
    float: left;
    margin: 10px 0px 0px 0px;
}

.titulo_seccion.gray h1 { 
	margin-bottom: 40px;
    background: #f8f8f8;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

.titulo_seccion h1 { 
	margin-bottom: 40px;
    background: #fff;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

.titulo_seccion.gray h2 { 
	margin-bottom: 40px;
    background: #f8f8f8;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

.titulo_seccion h2 { 
	margin-bottom: 40px;
    background: #fff;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

.azul{
	color: #0f7fc9;
}

/* ========================================================================== 
    NAV SUPERIOR 
============================================================================= */

.nav_superior{
	float:left;
	width:100%;
	height:104px;
	background:#eaeaea url(../imagenes/bg_top.png) no-repeat top center;
	border-bottom:1px solid #dadada;
}

.inner-page-title{
	padding:30px 0;
	margin:0 15px 0px 15px;
}

.inner-page-title h1{
	margin:0 0 0 0;
	color:#fff;
	font-size:25px;
	line-height:20px;
	float:left;
	padding:5px 0px;
	border-bottom:2px solid;
}

.nav_superior-heading{
	float:left;
	height:auto;
}

.navegacion{
	line-height:2.2em;
	padding:0px 15px;
	background:#0f7fc9;
	margin:8px 0
}

.navegacion li{
	list-style-type:none;
	display:inline;
	background:url(../imagenes/arrow.png) no-repeat 0 5px;
	padding:0 0 0 15px
}

.navegacion li:first-child{
	background:none;
	padding:0px
}

.navegacion li a{
	color:#fff;
	font-size:12px;
	margin-right:5px
}

.navegacion li a:hover{
	color:#ffc05e;
	transition:.5s;
	text-decoration:underline;
}

.navegacion li:last-child a{
	margin-right:0px
}

/* ========================================================================== 
    ESTRUCTURA 
============================================================================= */

#principal{
    margin: 0px auto 0 auto;
    width: 1366px;
}

.general {
	float:left;
	width: 1366px;
	margin: 0px auto 0 auto;
	background-color: #fff;
}

.contenedor{
	margin-right:auto;
	margin-left:auto;
	width: 765px;
}

.contenedor_full {
	width: 1366px;
	margin: auto auto auto auto;
}

.cont {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.row:after {
    clear: both;
}

.row{
    margin-top: 45px;
	margin-bottom: 45px;
    position: relative;
}

.row2{
    margin-top: 35px;
	margin-bottom: 35px;
    position: relative;
}

.pull-right{
	float:right !important;
}

.pull-right2{
	float:right !important;
	margin: -25px -5px 20px 0;
}

.pull-right3{
	float:right !important;
	margin: 0 36% 0 0;
}

.pull-left{
	float:left !important;
}




/* ========================================================================== 
    GRID 
============================================================================= */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    display: inline;
}

.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
----------------------------------------------------------------------------- */
.grid_1 {width: 70px;}
.grid_2 {width: 170px;}
.grid_3 {width: 270px;}
.grid_3b {width: 285px;
	float: left;
    display: inline;}
.grid_4 {width: 370px;}
.grid_5 {width: 470px;}
.grid_6 {width: 570px;}
.grid_6b {width: 565px;
	margin-left: 15px;
	margin-right: 20px;
    float: left;
    display: inline;
}
.grid_7 {width: 670px;}
.grid_8 {width: 770px;}
.grid_9 {width: 870px;}
.grid_10 {width: 970px;}
.grid_11 {width: 1070px;}
.grid_12 {width: 1170px;}


.last {
	margin-right: 0 !important;
	clear: right;
}
	
/* ========================================================================== 
    HEADER 
============================================================================= */

.header-bg{
	background:#fff;
	float:left;
	width:100%;
	height:133px;
	z-index:10;
}

#head{
	position:relative;
	z-index:999;
}

.logo{
	float:left;
	margin:-22px 60px 0 0;
}

.top-bar{
	width:1170px;
	padding:0px;
	margin: 0px auto 0 auto;
}

.topbar-info{
	width:765px;
	height:40px;
	float:right;
	border-bottom:1px solid #ecedee;
}

.social-head{
	width:190px;
	margin-right:70px;
}

.social-head li{
	background:none;
	float:left;
	margin:0;
	padding:0;
}

.head-social-icon{
	font-size:19px;
	height:40px;
	width:30px;
	float:left;
	margin-top:12px;
	margin-left:5px;
	color:#dcddde;
	line-height:40px;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.head-social-icon:hover{
	color:#0f7fc9;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.top-info-contact{
	font-family: "MProRegular", Arial, sans-serif;
	font-size:12px;
	color:#a6a8aa;
	line-height:40px;
	margin-right:15px;
	text-align:right;
	display:block;
}

.top-info-contact a{
	color:#a6a8aa;
	text-decoration:none;
}

.top-info-contact a:hover{
	color:#0f7fc9;
	text-decoration:underline;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.top-info-idioma{
	font-family: "MProRegular", Arial, sans-serif;
	font-size:12px;
	color:#a6a8aa;
	line-height:40px;
	margin-right:40px;
	margin-left:26px;
	text-align:right;
	display:block;
}

.top-info-idioma a{
	color:#a6a8aa;
	text-decoration:none;
}

.top-info-idioma a:hover{
	color:#0f7fc9;
	text-decoration:underline;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.flag{
	margin:0 7px 0 7px;
}


.no-pad{
	padding:0px;
}

/* ========================================================================== 
    MENU 
============================================================================= */
nav{
	width: 100%;
	margin: 0;
}

#nav{
    height: 84px;
    list-style: none;
    max-width: 100%;
    float: right;
}

#nav > ul{
    display: block !important;
}

#nav li{
    float: left;
    position: relative;
    cursor: pointer;
}

#nav > ul > li > a{
    font: 16px 'MProRegular', Arial, sans-serif;
    padding: 35px 5px;
	margin: 0px 0 0 24px;
}

#nav > ul > li.active > a, 
#nav > ul > li:hover > a{
	border-top: 3px solid #0f7fc9;
	color: #0f7fc9 !important;
	padding: 32px 5px;
}

#nav li a{
    float: none;
    display: block;
    font: 16px 'MProRegular', Arial, sans-serif;
    color: #434244;  
}

/* ========================================================================== 
   MENU INT 
============================================================================= */
.tira_menu {
	float:left;
	width:100%;
	position:relative;
	background: #323536;
	height:45px;
}
/* ######### dropdown menu  ######### */

.jqueryslidemenu{
	font: 14px 'MProRegular', Arial, sans-serif;
	background: #323536;
	width: 100%;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #323536; /*background of tabs (default state)*/
	color: white;
	padding: 14px 30px;
	border-right: 1px solid #666;
	color: #323536;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
}

.jqueryslidemenu ul li a:hover{
	background: #0f7fc9; /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: 14px 'MProRegular', Arial, sans-serif;
	width: 200px; /*width of sub menus*/
	padding: 14px 10px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #666;
	background:#323536;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #0f7fc9;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 18px;
	right: 8px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}


/* ========================================================================== 
    ACCESO 
============================================================================= */

#acceso{
	margin:0 0 0 105px;
	width: 1170px;
	height:348px;
}

.cont_icon{
	width: 165px;
	height:220px;
	margin:65px 111px 0 111px;
	display:inline-block;
}

.cont_icon p{
	display: block;
    font: 25px 'MProSemibold', Arial, sans-serif;
    color: #ffb12a;
	line-height:85px;
	text-align:center;
}

.icon-list-icons{
	height:147px;
	width:147px;
	border-radius:100%;
	background:#0f7fc9;
	border:3px solid #fff;
	font-size:25px;
	line-height:147px;
	text-align:center;
	color:#fff;
	margin:10px 0 0 0;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	z-index:9;
	float:left;
	position:relative;
	background: -webkit-linear-gradient(#2998d3, #085ba6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2998d3, #085ba6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2998d3, #085ba6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2998d3, #085ba6); /* Standard syntax (must be last) */
	-moz-box-shadow: 0 0 18px 5px #c8c8c8;
	-webkit-box-shadow: 0 0 18px 5px #c8c8c8;
	box-shadow: 0 0 18px 5px #c8c8c8;
}

.image_acceso {
	padding: 0px;
	margin: 50px 0px 0px 0px;
}

.acceso_cliente { 
	width: 102px; 
	height:54px; 
	display:block;
	margin: 48px 0px 0px 23px; 
	background-image: url('../imagenes/acceso_cliente.png'); 
} 

.acceso_cliente:hover { 
	background-image: url('../imagenes/acceso_cliente2.png'); 
}

.acceso_registro { 
	width: 52px; 
	height:54px; 
	display:block;
	margin: 48px 0px 0px 49px; 
	background-image: url('../imagenes/acceso_registro.png'); 
} 

.acceso_registro:hover { 
	background-image: url('../imagenes/acceso_registro2.png'); 
}

.acceso_proveedor { 
	width: 56px; 
	height:55px; 
	display:block;
	margin: 48px 0px 0px 47px; 
	background-image: url('../imagenes/acceso_proveedor.png'); 
} 

.acceso_proveedor:hover { 
	background-image: url('../imagenes/acceso_proveedor2.png'); 
}

/* ========================================================================== 
    VIDEOS 
============================================================================= */

.video { 
	width: 563px; 
	height:500px; 
	display:block;
	margin:0;
	border:1px solid #e6e6e7;
	text-align:center;
	
}

.video img{ 
	opacity: 0.9;
	margin-bottom:25px;	
}

.video img:hover{ 
	opacity: 1.0;	
}

.video p {
    color: #555555;
    font: 14px 'MProRegular', Arial, sans-serif;
    line-height: 22px;
	text-align:center;
}   
   
.video .separador {
	background: url(../imagenes/divider.png) repeat-x 0px 22px;
	height: 45px;
	margin: 0px 0 0px 71px;
	width: 420px;
}

/* ========================================================================== 
    BENEFICIOS 
============================================================================= */

.beneficios ul{
	float:left;
	margin-right:30px;
}
.beneficios li{
	width:210px;
	list-style-type:none;
	border-bottom:1px solid #f1f2f2;
	line-height:45px;
	font-family: "MProRegular", Arial, sans-serif;
	color:#555555;
	font-size:14px;
	padding-left:35px;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.beneficios li:hover{
	color:#0f7fc9;
	font-size:14px;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-ms-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}

.beneficios li .beneficios-arrows{
	font-size:15px;
	height:20px;
	width:20px;
	line-height:18px;
	text-align:center;
	color:#0f7fc9;
	border-radius:50%;
	margin:11px 0 0 -35px;
	float:left;
	border:1px solid;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
}

.beneficios li:hover .beneficios-arrows{
	background:#0f7fc9;
	color:#fff;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	border:1px solid #0f7fc9;
}

.fa{
	display:inline-block;
	font-family:FontAwesome !important;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* ========================================================================== 
    SERVICIOS 
============================================================================= */

.service-title{
	width:100%;
	font-family: "MProSemibold", Arial, sans-serif;
	color:#434244;
	font-size:16px;
	line-height:26px;
}

.service-icon-container{
	color:#fff;
	font-size:24px;
	height:46px;
	width:46px;
	background:#0f7fc9 url('../imagenes/icon-img-service.png') no-repeat 36px 36px;
	float:left;
	text-align:center;
	line-height:46px !important;
	margin-right:10px;
}

.service-box a{
	height:30px;
	line-height:30px;
	color:#107fc9;
	font-size:14px;
	float:left;
	text-decoration:none;
}

.service-box a:hover{
	color:#555555;
	text-decoration:underline;
}

.service-box p{
	font-size:14px;
	color:#55555;
	line-height:50px;
	padding-top:15px;
	border-bottom:1px solid #107fc9;
	padding-bottom:15px;
	margin-bottom:0px;
}

/* ========================================================================== 
    GUIA
============================================================================= */

.guia{
	width:100%;
	min-height:185px;
	background-color: #107fc9;
	text-align:center;
	padding-top:35px;
}

.guia p{
	font-size:14px;
	color:#fff;
	line-height:22px;
	margin-top:10px;
	text-align:center;
}

.shadow-bottom{
	background:url(../imagenes/shadow.png) no-repeat 0px 0px;
	height:39px;
	margin-bottom:5px;
	background-size:100%:
	z-index:-1;
}

.separador {
	background: url(../imagenes/divider.png) repeat-x 0px 12px;
	height: 25px;
	margin: 0px 0 0px 0px;
	width: 100%;
}

.ver_guia { 
	width: 80px; 
	height:58px;
	display:block;
	margin: 15px 0px 0px 545px; 
	padding: 32px 0px 0px 0px; 
	background: url('../imagenes/bolitas_amarillas.png') no-repeat 0 0;
	font-family: "MProSemibold", Arial, sans-serif;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-align:center; 
	z-index:1000;
}

.ver_guia a {
	margin: 40px 0px 0px 0px;
	text-decoration:none; 
	color: #fff;
} 

.ver_guia a:hover {
	text-decoration:underline; 
	color: #ffb12a;
}


/* ========================================================================== 
    BANNER CLIENTES 
============================================================================= */
.clients {
	float: left;
	width: 100%;
}


/* ========================================================================== 
    LOGIN 
============================================================================= */

.box_login { 
	width: 563px; 
	min-height:330px; 
	display:block;
	margin:0;
	background:#fff;
	border:1px solid #e6e6e7;	
}

.barra-azul{
	height:46px;
	width:100%;
	background:#107fc9;
	display:block;
	background: -webkit-linear-gradient(#2998d3, #085ba6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2998d3, #085ba6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2998d3, #085ba6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2998d3, #085ba6); /* Standard syntax (must be last) */
}

.barra-icon{
	height:44px;
	width:46px;
	line-height:46px;
	text-align:center;
	font-size:23px;
	color:#fff;
	background:transparent;
	position:relative;
	float:left;
	padding:11px 0 0 0;
}

.barra-txt{
	width:90%;
	border-left:1px solid #fff;
	line-height:20px;
	display:block;
	margin-left:46px;
	padding:13px 10px 13px 15px;
}

/* ========================================================================== 
    REGISTRO 
============================================================================= */

.registro { 
	width: 100%;  
	display:block;
	margin:0;
	background:#fff;	
}

.tabla_datos {
	float:left;
	background-color: #fff;	
	width: 100%;
	border: 1px solid #dfe0e1;
}
.tabla_datos td {  
	height: 30px;  
	font-family: "MProRegular", Arial, sans-serif;
	color:#555555;
	font-size:14px;
	padding:10px 5px 0px 10px;
    margin:0px;
}

.tabla_datos .celda_azul {  
    background: #107fc9;
	color: #fff;
	border: 1px solid #dfe0e1;
}

.tabla_solicitudes {
	float:left;
	background-color: #fff;	
	width: 100%;
	border: 1px solid #dfe0e1;
}
.tabla_solicitudes td {  
    border: 1px solid #dfe0e1; 
	height: 30px;  
	font-family: "MProRegular", Arial, sans-serif;
	color:#555555;
	font-size:14px;
	padding:10px 10px 0px 10px;
    margin:0px;
	text-align:center;
}

.tabla_solicitudes tbody tr:nth-child(even) {
    background: #f8f8f8;       
}
.tabla_solicitudes th {
	height: 30px;
    border-top: 1px solid #dfe0e1;
    background-color: #107fc9;
	color: #fff;
	padding:10px 10px 0px 10px;
    margin:0px;
	font-family: "MProRegular", Arial, sans-serif;;
	font-size: 15px;
	text-align:center;
}

.tabla_solicitudes th:first-child {
	border-left: 1px solid #dfe0e1;  
}
.tabla_solicitudes th:last-child {
	border-right: 1px solid #dfe0e1;
}
.tabla_solicitudes th:only-child{
    border-top: 1px solid #dfe0e1;
    border-left: 1px solid #dfe0e1;
    border-right: 1px solid #dfe0e1;
}

.tabla_solicitudes .numero_azul {
    font-family: "MProSemibold", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #107fc9;
}

.tabla_preguntas {
	float:left;
	background-color: #fff;	
	width: 100%;
	border: 1px solid #dfe0e1;
}
.tabla_preguntas td {  
    border: 1px solid #dfe0e1; 
	height: 60px;  
	font-family: "MProRegular", Arial, sans-serif;
	color:#555555;
	font-size:14px;
	padding:10px 10px 0px 10px;
    margin:0px;
	text-align:center;
}

.tabla_preguntas tbody tr:nth-child(even) {
    background: #f8f8f8;       
}

.numero_azul {
    font-family: "MProSemibold", Arial, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #107fc9;
	line-height:75px;
}

.titulo_azul {
    font-family: "MProSemibold", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #107fc9;
	line-height:75px;
}


/* ========================================================================== 
    REDES 
============================================================================= */

#redes{
	margin:0 0 0 22px;
	width: 1170px;
	min-height:348px;
}

.cont_icon2{
	width: 165px;
	height:220px;
	margin:65px 111px 0 305px;
	display:inline-block;
}

.cont_icon2 p{
	display: block;
    font: 25px 'MProSemibold', Arial, sans-serif;
    color: #ffb12a;
	line-height:85px;
	text-align:center;
}

.red-social-icon{
	font-size:60px;
	height:65px;
	width:60px;
	float:left;
	margin-top:45px;
	margin-left:43px;
	color:#fff;
	line-height:40px;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.red-social-icon:hover{
	color:#ffb12a;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

/* ========================================================================== 
    REPORTE 
============================================================================= */

.reporte { 
	width: 100%;  
	display:block;
	margin:0;
	background:#fff;	
}

.graph1 { 
	width: 100%;
	height:354px;  
	display:block;
	margin-top:24px;
	background:#fff;
	border: 1px solid #dfe0e1;	
}

.graph2 { 
	width: 100%;
	height:315px;  
	display:block;
	margin-top:24px;
	background:#fff;
	border: 1px solid #dfe0e1;	
}

.tabla_datos_rep {
	float:left;
	background-color: #fff;	
	width: 100%;
	border: 1px solid #dfe0e1;
	margin-top:15px;
}
.tabla_datos_rep td {  
	height: 25px;  
	font-family: "MProRegular", Arial, sans-serif;
	color:#555555;
	font-size:14px;
	padding:5px 5px 0px 10px;
    margin:0px;
	border: 1px solid #dfe0e1;
}

.tabla_datos_rep .celda_azul {  
    background: #107fc9;
	color: #fff;
	border: 1px solid #dfe0e1;
}

.tabla_desglose {
	float:left;
	background-color: #fff;	
	width: 100%;
	border: 1px solid #dfe0e1;
	margin-top:15px;
}
.tabla_desglose td {  
    border: 1px solid #dfe0e1; 
	height: 30px;  
	font-family: "MProRegular", Arial, sans-serif;
	color:#555555;
	font-size:12px;
	padding:10px 5px 0px 5px;
    margin:0px;
	text-align:center;
}

.tabla_desglose .seleccionada {  
	color:#ffb12a;
	text-align:center;
}

.tabla_desglose tbody tr:nth-child(even) {
    background: #f8f8f8;       
}
.tabla_desglose th {
	height: 30px;
    border-top: 1px solid #dfe0e1;
    background-color: #107fc9;
	color: #fff;
	padding:5px;
    margin:0px;
	font-family: "MProRegular", Arial, sans-serif;
	font-size: 12px;
	text-align:center;
}

.tabla_desglose th:first-child {
	border-left: 1px solid #dfe0e1;  
}
.tabla_desglose th:last-child {
	border-right: 1px solid #dfe0e1;
}
.tabla_desglose th:only-child{
    border-top: 1px solid #dfe0e1;
    border-left: 1px solid #dfe0e1;
    border-right: 1px solid #dfe0e1;
}

.tabla_desglose .link, .link a{
	font-family: "MProRegular", Arial, sans-serif;
    font-size: 14px;
    color: #0f7fc9;
	text-decoration:underline;
}

.tabla_desglose .link:hover{
    color: #555;
	text-decoration:none;
	transition:.5s;
}

/* ========================================================================== 
    POP UP 
============================================================================= */

#pop_gral {
	float:left;
	background:url(../imagenes/bg_pop.jpg) no-repeat 0px 0px;
	position: fixed;
	width: 425px;
	height:480px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-height:100px;top:30%;left:50%;margin-left:-212px;z-index:1001;
}

.framed_box {
	background-color: transparent;
	float: left;
	position: relative;
	border: 2px solid #fff;
	width: 421px;
	height: 476px;
}
.framed_box .titulo_azul {
	width: 100%;
	float:left;
	text-align:center;
	position: relative;
	height: 35px;
	background-color: #107fc9;
}

.framed_box .titulo_azul h3 { 
	font-family: "MProRegular", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	color: #fff;
	padding: 3px 0px 0px 0px;	
}

.framed_box .cont {
	width: 385px;
	float:left;
	position: relative;
	padding: 20px 20px 0px 20px;
}

.framed_box .cont p {
	font-family: "MProRegular", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	line-height:22px;
}

.center{
	text-align:center;
}

.close { 
	float:right;
	position: relative;
	margin: -26px 10px 0px 0px; 
	height: 20px; 
	width: 21px;
}


.close a { 
	background: url(../imagenes/cerrar.png); 
	display: block; 
	background-position: 0 0; 
 	height: 20px; 
}

.close a:hover { 
	background-position: -21px 0;
}

/* ========================================================================== 
    FOOTER 
============================================================================= */

.footer-apolo{
    background: #323536;
    width: 100%;
    float: left;
    padding: 0px 0 0 0;
}

#footer p, 
footer a{
    color: #fff;
}
footer a:hover{
    color: #0f7fc9;
}

/* ========================================================================== 
   FOOTER WIDGETS 
============================================================================= */
.footer-widget-container{
	float: left;
}

.widget h6{
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget h6{
    color: #fff; 
}

.widget{
    display: block;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.widget li{
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.widget li:last-child{
    padding-bottom: 0;
}



.widget .apolo-list li{
    background: none;
    border-bottom: none !important;
    padding-left: 0;
}

.widget .apolo-list li p{
    font-size:14px;
	line-height: 19px;
}


/*  SOCIAL
============================================================================= */

.widget .social-footer{
	width:190px;
	border-top:solid 1px #5e6061;
	margin-top:35px;
}

.widget .social-footer li{
	background:none;
	float:left;
	margin:0;
	padding:0;
}

.widget .footer-social-icon{
	font-size:24px;
	height:40px;
	width:30px;
	float:left;
	margin-top:12px;
	margin-left:5px;
	color:#9c9c9c;
	line-height:40px;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.widget .footer-social-icon:hover{
	color:#fff;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

/* COPYRIGHT 
----------------------------------------------------------------------------- */
.copyright-container{
    background: #2f3232;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    float: left;
}

.copyright-container a, 
.copyright-container p{
	font-family: "MProRegular", Arial, sans-serif;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}

.copyright-container p{
    padding-top: 7px;
}

.footer-phone p{
	font-family: "MProRegular", Arial, sans-serif;
    float: right;
	line-height: 18px;
    font-size: 14px;
    color: #fff;
}

/* ========================================================================== 
    FORM 
============================================================================= */

.login-form{
	width:490px;
	float:left;
	background:#fff;
	padding:20px 25px 20px 25px;
}

.form-txt{
	height:34px;
	float:left;
	width:100%;
	border:1px solid #e6e7e8;
	padding:7px 10px;
	margin:0 0 14px 0;
	border-radius:0px;
	outline:none;
	color:#9f9f9f;
}

.datos-txt{
	height:25px;
	float:left;
	width:95%;
	border:1px solid #e6e7e8;
	padding:3px 10px;
	margin:-5px 0 0 -5px;
	border-radius:0px;
	outline:none;
	color:#555555;
}

.datos-txt2{
	height:25px;
	width:34%;
	border:1px solid #e6e7e8;
	padding:3px 10px;
	margin:-5px 0 0 -5px;
	border-radius:0px;
	outline:none;
	color:#555555;
}

.form-select{
	height:34px;
	float:left;
	width:101%;
	border:1px solid #e6e7e8;
	padding:3px 10px;
	margin:-5px 0 0 -5px;
	border-radius:0px;
	outline:none;
	color:#555555;
}

.form-select{
	-webkit-appearance:none;
	-moz-appearance:none;
	background:url('../imagenes/select-arrow.png') no-repeat right 15px;
	text-indent:0.01px;
	text-overflow:"";
	cursor:pointer;
}

.filtro{
	height:34px;
	float:right;
	width:200px;
	border:1px solid;
	padding:3px 10px;
	margin:-40px 10px 0 0;
	border-radius:0px;
	outline:none;
	color:#0f7fc9;
}

.filtro{
	-webkit-appearance:none;
	-moz-appearance:none;
	background:#fff url('../imagenes/select-arrow.png') no-repeat right 15px;
	text-indent:0.01px;
	text-overflow:"";
	cursor:pointer;
}

.form-textarea{
	border:1px solid #e6e7e8;
	width:95%;
	padding:3px 9px;
	color:#555555;
	margin:-5px 0 0 -5px;
	height:63px;
	font-family: Arial, sans-serif;
	font-size:13px;
}

.preguntas-textarea{
	border:1px solid #e6e7e8;
	width:99%;
	padding:3px 9px;
	color:#555555;
	margin:-5px 0 0 -5px;
	height:85px;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 32px;
  margin    : 0;
  padding   : 0;
  font-size : 16px;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -32px;
  line-height  : 24px;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 14px;
  height           : 14px;
  margin           : 4px 8px 4px 4px;
  border           : 1px solid rgb(192,192,192);
  border-radius    : 4px;
  background       : rgb(16,127,201);
  background-image :    -moz-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image :     -ms-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image :      -o-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image : -webkit-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image :         linear-gradient(rgb(250,250,250),rgb(230,230,230));
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image :     -ms-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image :      -o-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image : -webkit-linear-gradient(rgb(250,250,250),rgb(230,230,230));
  background-image :         linear-gradient(rgb(250,250,250),rgb(230,230,230));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 16px;
  color       : rgb(16,127,201);
  font-size   : 14px;
  line-height : 16px;
  text-align  : center;
  font-weight : bold;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 8px;
  height           : 8px;
  margin           : 2px;
  border           : 1px solid rgb(200,200,200);
  border-radius    : 2px;
  background       : rgb(16,127,201);
}


.but{padding:8px 10px 7px 10px !important;
	font-size:14px;
	margin:0 10px 10px 10px;
}

.but .inner-page-butt-blue-icon{
	font-size:14px;
	margin:0 10px 0 0;
}

.inner-page-butt-blue{
	display:block;
	padding:6px 15px 6px 10px;
	color:#fff;
	border-radius:0px;
	float:left;
	position:relative;
	z-index:1;
	text-align:center;
	transition:.5s;
	background-color:#0f7fc9;
	border:1px solid #107fc9;
}

.inner-page-butt-blue:hover{
	color:#ffb12a;
	background-color:#0e70b1;
	transition:.5s;
	border:1px solid #107fc9;
}

.link-azul, .link-azul a{
	font-family: "MProRegular", Arial, sans-serif;
    line-height: 34px;
    font-size: 14px;
    color: #0f7fc9;
	text-decoration:underline;
}

.link-azul:hover{
    color: #555;
	text-decoration:none;
	transition:.5s;
}


/* ========================================================================== 
    SOCIAL ICONS 
============================================================================= */

[class^="icon-"],[class*=" icon-"]{
	font-family:'FontAwesome';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	content:attr(data-icon);
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.icon-facebook:before{
	content:"\f09a";
}
.icon-google-plus:before{
	content:"\f0d5";
}
.icon-linkedin:before{
	content:"\f0e1"
}
.icon-twitter:before{
	content:"\f099";
}
.icon-youtube:before{
	content:"\f167";
}
.icon-user:before{
	content:"\f007";
}
.icon-add-user:before{
	content:"\f234";
}
.icon-adress:before{
	content:"\f041";
}
.icon-work:before{
	content:"\f0f2";
}
.icon-diamond:before{
	content:"\f219";
}
.icon-trophy:before{
	content:"\f091";
}
.icon-asoc:before{
	content:"\f19c";
}
.icon-fort:before{
	content:"\f08d";
}
.icon-list:before{
	content:"\f022";
}
.icon-usd:before{
	content:"\f155";
}
.icon-question:before{
	content:"\f059";
}
.icon-solicitudes:before{
	content:"\f0ea";
}
.icon-edit:before{
	content:"\f044";
}
.icon-delete:before{
	content:"\f1f8";
}
.icon-add:before{
	content:"\f055";
}
.icon-comentario:before{
	content:"\f075";
}
.icon-reply:before{
	content:"\f112";
}
.icon-file:before{
	content:"\f15c";
}
.icon-resumen:before{
	content:"\f03a";
}
.icon-area_chart:before{
	content:"\f1fe";
}
.icon-bar_chart:before{
	content:"\f080";
}
.icon-pie_chart:before{
	content:"\f200";
}
.icon-line_chart:before{
	content:"\f201";
}
.icon-check:before{
	content:"\f046";
}





/* ========================================================================== 
    SCROLL UP
============================================================================= */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../imagenes/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}

/* ========================================================================== 
    CLEAR 
============================================================================= */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}

.mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.mar_top2 {
	margin-top: 20px;
	width: 100%;
	float: left;
}

.mar_top3 {
	margin-top: 30px;
	width: 100%;
	float: left;
}

.mar_top4 {
	margin-top: 40px;
	width: 100%;
	float: left;
}

.mar_top5 {
	margin-top: 50px;
	width: 100%;
	float: left;
}

