html, body
{
    overflow-x: visible;
    overflow-y: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
    background: #F2F2F2;
    position: relative;

}
body{
    position: relative;
    padding: 0%;
    margin: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
    padding: 0;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
}
	img{
		max-width: 100%;
	}

	iframe

	{
		border: none;
		max-width: 100%;
	}

	td{
		padding: 0;
	}

	h1 {
	    font-size: 1.5em;
	    margin: 0 0 0.8em 0;
	    font-weight: 100;
	    text-align: left;
		font-family: 'Poppins', sans-serif;
	}

	h2 {
	    font-size: 1.3em;
	    margin: 0.2em 0;
	    font-weight: 100;
	}

	h3 {
	    font-size: 1em;
	    margin: 0.2em 0;
	    font-weight: 100;
		font-family: 'Poppins', sans-serif;

	}

	h4 {
	    font-size: 1em;
	    margin: 1.33em 0;
	}

	h5 {
	    font-size: 0.83em;
	    margin: 1.67em 0;
	}

	h6 {
	    font-size: 0.67em;
	    margin: 2.33em 0;
	}


/* ------------------------------------------- CONTENEDORES-----------------------------------------------------------*/

#container
{
    position: relative;
    padding: 0%;
    width: 95%;
    margin: 2% auto 2% auto;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
    padding: 10px 20px;
    border-radius: 4px;
}

@media screen and (max-width:780px){

#container
{
	margin: 0;
	width: 100%;
	padding: 0;
}

}
.cont_general{
	background: #fff;
	padding: 20px 30px;
	margin: 0px auto 30px auto;
	box-sizing:border-box;
	-o-box-sizing: border-box; /* Opera */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cont_principal

{
	display: inline-block;
	*display: inline-block;
	width: 74.2%;
	vertical-align: top;
	margin: 0 30px 0 0;
}

@media screen and (max-width:780px){

.cont_principal
{
	width: 71%;
}

}

@media screen and (max-width:320px){

.cont_principal
{
	width: 100%;
}

}

.cont_lateral

{
	display: inline-block;
	*display: inline-block;
	width: 22%;
	vertical-align: top;
	margin: 0;
	padding: 20px;
	background: #eee;

	box-sizing:border-box;
	-o-box-sizing: border-box; /* Opera */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */

}

@media screen and (max-width:320px){

.cont_lateral
{
	width: 100%;
}

}

.cont_centro
{
    background: #f3f3f3;
    width: 45%;
    padding: 20px;
    margin: 20px auto 30px auto;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cont_centro h1{
    text-align: center;
}
.cont_centro table tr{
    background:#f3f3f3;
}
.cont_centro table tr:last-child{
    text-align: center;
}
.cont_centro table tr:last-child td{
    padding: 15px 0px 0px;
}

.cont_header
{
	margin:0;
	padding: 0;
}

.cont_header header{
	text-align: center;
	padding: 1% 0;
}

.listaDetalles{
	margin: 1em 1.2em;
	font-family: 'Poppins', sans-serif;
	color:#666;
	font-size:0.8em;
	padding: 0;
}

/* ----------------------------------------- FIN CONTENEDORES ---------------------------------------------------------*/

.titulo_principal

{
font-size: 1.4em;

}
/*--------------------------------------------------CONTENEDOR HEADER--------------------------------------------------*/

/*LOGO ENCABEZADO*/

header .logo
{
    display: inline-block;
    vertical-align: middle;
    width: 13.5%;
    line-height: 100px;
    text-align: center;
    border-radius: 420px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0% 0% 0% 0%;
}

header .logo p

{
	text-align: center;
	margin: 5px;
	font-size: 12px;
	color: #999;
}

header .logo img

{
	width: 100%;
}

/* FIN LOGO ENCABEZADO*/

/* CONTENEDOR HEADER - DERECHA*/

header .cont_derecha

{
    display: inline-block;
    width: 83%;
    margin: 0;
    vertical-align: middle;
}

/* FIN CONTENEDOR HEADER - DERECHA*/

/* LINK HEADER*/

ul.link_header

{
	padding: 0;
	margin: 0 0 15px 0;
	text-align: right;
}
ul.link_header li
{
    list-style: none;
    display: inline-block;
    max-width: 100%;
    margin: 0 1px;
    padding: 9px 11px;
    border: 1px solid #f1f1f1;
    position: relative;
    color: #013a81;
    background: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

ul.link_header li:last-child {
	border: 1px solid #DF2D43;
	background: #DF2D43;
}

ul.link_header li:last-child a {
	color: #fff;
}

ul.link_header a{
    display: inline-block;
    vertical-align: middle;
    color: #013a81;
    font-size: 0.82em;
}

ul.link_header a:hover

{
	text-decoration: underline;
}


/* LINK HEADER*/

/*-------------------------------------------- FIN  CONTENEDOR HEADER--------------------------------------------*/

/*--------------------------------------------- BUSCADOR HEADER -----------------------------------------------------*/

.buscador_header

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 22%;
	margin: 0 0.5%;
}

.buscador_header input[type="text"]

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 0;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 0.8em;

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;

	background: -moz-linear-gradient(top,  rgba(249,252,247,0.4) 0%, rgba(245,249,240,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,0.4)), color-stop(100%,rgba(245,249,240,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,252,247,0.4) 0%,rgba(245,249,240,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,252,247,0.4) 0%,rgba(245,249,240,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,252,247,0.4) 0%,rgba(245,249,240,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,252,247,0.4) 0%,rgba(245,249,240,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66f9fcf7', endColorstr='#66f5f9f0',GradientType=0 ); /* IE6-9 */

}

.buscador_header input[type="submit"]
{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	background: url(../images/lupa.png) no-repeat 2px -2px;
	border:0;
	margin: 0;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	width: 33px;
	font-size: 15px;
	max-width: 100%;
	color: #ffffff;
}

/*------------------------------------------- FIN BUSCADOR HEADER -----------------------------------------------------*/

/* --------------------------------------- CONTENEDOR MENSAJES EN EL CENTRO ------------------------------------------*/

/* IMAGEN DE LA IZQUIERDA*/
.img_izq
{
	text-align: center;
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 12%;
	margin: 0 10px 10px 0;
}

.img_izq img

{
	max-width: 90%;
}

/* FIN IMAGEN DE LA IZQUIERDA*/

/* CONTENIDO DEL CENTRO*/

.texto_centro

{
	text-align: center;
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 ;
}

.texto_centro h1{
	margin: 0;
	text-align: left;

}

/*  FIN CONTENIDO DEL CENTRO*/


/* ----------------------------------- FIN CONTENEDOR MENSAJES EN EL CENTRO ------------------------------------------*/

/* ----------------------------------------- BLOQUES HORIZONTALES DESTACADOS -----------------------------------------*/

.blq_horz_index
{
	width: 100%;
	padding: 10px;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.blq_horz_index .txt_horizontal

{
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 81%;
}

.blq_horz_index .txt_horizontal h1

{
	margin: 0;
	font-size: 1.4em;
	color: #444;
	padding-bottom: 5px;
}

.blq_horz_index .txt_horizontal h2

{
	color: #666;
	margin: 0;
	font-size: 1em;
}

.blq_horz_index .txt_horizontal p

{
	margin: 1px 0;
}

/* LINKS EN EL INDEX*/

.link_index

{
	width: 100%;
	margin: 5px 0;
}

.link_index ul

{
	list-style: none;padding: 0;margin: 0;
	text-align: left;
}

.link_index ul a li

{
	display: inline-block;
	*display: inline-block;
	max-width: 100%;
	margin:  0 3px 3px 3px;
	font-size: 0.72em;
	color: #0080FF;
}

.link_index ul a li:hover

{
	text-decoration: underline;
}


/* LINKS EN EL INDEX*/

/* --------------------------------------- FIN BLOQUES HORIZONTALES DESTACADOS ---------------------------------------*/


/* ------------------------------------------- BOTONES --------------------------------------------------------------*/

.btn_bigs

{
	width: 100%;
	margin: 5px 0;
}

.btn_bigs ul

{
	list-style: none;padding: 0;margin: 0;
	text-align: left;
}

.btn_bigs ul a li

{
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	margin:  0 3px 10px 3px;
	padding: 12px 20px 14px 20px;
	color: #fff;
	text-shadow: 0px 1px 2px #588020;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(132,198,60); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(132,198,60,1) 0%, rgba(72,150,21,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,198,60,1)), color-stop(100%,rgba(72,150,21,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(132,198,60,1) 0%,rgba(72,150,21,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(132,198,60,1) 0%,rgba(72,150,21,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(132,198,60,1) 0%,rgba(72,150,21,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(132,198,60,1) 0%,rgba(72,150,21,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c63c', endColorstr='#489615',GradientType=0 ); /* IE6-9 */

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn_bigs ul a li:hover

{
	text-decoration: underline;
}

/* ----------------------------------------- FIN BOTONES -------------------------------------------------------------*/

/* --------------------------------------------------MENÚ HORIZONTAL--------------------------------------------------*/

#menu_hrz {
	margin: 0 auto 30px auto;

	width:100%;
	font-family:arial;
	background: #162d40;
	border-top: 1px solid #2e516e;
	background-color: #041526;
	background-image: -moz-linear-gradient(top, #1a344e, #041526 );
	background-image: -ms-linear-gradient(top, #1a344e, #041526);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a344e ), to(#041526));
	background-image: -webkit-linear-gradient(top, #1a344e, #041526);
	background-image: -o-linear-gradient(top, #1a344e, #041526);
	background-image: linear-gradient(top, #1a344e, #041526);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a344e ', endColorstr='#041526', GradientType=0);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.35);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
}

#menu_hrz ul, ol {
 list-style:none;
}

#menu_hrz .nav

{
	 text-align: center;
	display: inline-block;
	*display: inline-block;
	width: 75%;
	margin: 0 0.5%;
	padding: 0;
	vertical-align: middle;
}

@media screen and (max-width:780px){

#menu_hrz .nav li a

{
	padding: 10px 6px;
	font-size: 0.8em;
}

}

#menu_hrz .nav li a {

 color:#fff;
 text-decoration:none;
 padding: 10px 15px;
 display:block;
 font-size: 0.9em;

	box-sizing:border-box;
	-o-box-sizing: border-box; /* Opera */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}

#menu_hrz .nav li a:hover {
 background-color:#041526;
}

#menu_hrz .nav > li {
display: inline-block;
}

#menu_hrz .nav li ul {
 display:none;
 position:absolute;
 min-width:140px;
}

#menu_hrz .nav li:hover > ul {
 display:block;
}

#menu_hrz .nav li ul li {
 position:relative;
 background-color: #041526;
 text-align: left;
}

#menu_hrz .nav li ul li:hover {

 background-color: #041526;

}

#menu_hrz .nav li ul li ul {
 right:-140px;
 top:0px;
}
/* -------------------------------------------------MENÚ HORIZONTAL-------------------------------------------------*/

/* Menu Button */

.menu-btn{
	width: 100%;
	padding: 14px 0 14px 55px;
	z-index: 1000000;
	margin-bottom: 30px;
	background:url(../img_modulos/btn_menu.png) no-repeat #1A344E 15px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
	position: fixed;
	font-size: 16px;
	top: 0;
}

@media screen and (max-width:780px){

.menu-btn
{
	left: 0;
}

}
.menu-btn:hover{
	background: url(../img_modulos/btn_menu.png) no-repeat #204162 15px;
	color: #FFF;
}

/* FIN Menu Button */


/* ------------------------------------------------ MENÚ DE OPCIONES -------------------------------------------------*/

.menu_opciones

{
	width: 100%;
	margin-bottom: 10px;
	padding: 0;

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menu_opciones nav .cont_izq

{
	display: inline-block;
	*display: inline-block;
	width: 65%;
	text-align: left;
}

@media screen and (max-width:780px){

.menu_opciones nav .cont_izq
{
	width: 50%;
}

}

.menu_opciones nav .cont_derecha

{
	display: inline-block;
	*display: inline-block;
	width: 34%;
	text-align: right;
}

@media screen and (max-width:780px){

.menu_opciones nav .cont_derecha
{
	width: 49%;
}

}

.menu_opciones nav .cont_izq fieldset ,.menu_opciones nav .cont_derecha fieldset
{
	border: none;
	*display: inline-block;
	display: inline-block;
	max-width: 100%;
	padding: 0;
	font-size: 0.7em;
}

.menu_opciones nav .cont_izq fieldset input[type="button"],.menu_opciones nav .cont_derecha fieldset input[type="button"],.menu_opciones nav .cont_izq fieldset select

{
	padding: 4px 15px 5px;
	border: 1px solid #a0a0a0;

	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 1%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(244,244,244,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menu_opciones nav .cont_izq fieldset input[type="button"]:hover,.menu_opciones nav .cont_derecha fieldset input[type="button"]:hover

{
	border: 1px solid #666;
}


/* ---------------------------------------------- FIN MENÚ DE OPCIONES -----------------------------------------------*/

/* -------------------------------------------------- PAGINADOR ----------------------------------------------------- */

ul.paginador

{
	list-style: none;padding: 0;margin: 0;
}

ul.paginador a li

{
	display: inline-block;
	*display: inline-block;
	width: 20px;
	vertical-align: middle;
	text-align: center;
	color: #000;
}

ul.paginador a li:hover

{
	color:#0080FF;
}

ul.paginador a li img

{
	max-width: 100%;
}

/* ------------------------------------------------ FIN PAGINADOR --------------------------------------------------- */

/* --------------------------------------- CONTENEDOR DE TABLAS -----------------------------------------------------*/

.barra_tablas

{
	width: 100%;
	margin-bottom: 30px;
}

.barra_tablas .nav_superior

{
	border: 1px solid #d4d4d4;
	padding: 8px;

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(186,186,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */

}


.barra_tablas .nav_inferior

{
	border: 1px solid #d4d4d4;
	padding: 8px;

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(186,186,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(186,186,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */

}

.barra_tablas .nav_superior .cont_izq ,.barra_tablas .nav_inferior .cont_izq

{
	display: inline-block;
	*display: inline-block;
	width: 65%;
	vertical-align: top;
	text-align: left;
}

@media screen and (max-width:780px){

.barra_tablas .nav_superior .cont_izq ,.barra_tablas .nav_inferior .cont_izq

{
	width: 50%;
}

}

.barra_tablas .nav_superior .cont_derecha ,.barra_tablas .nav_inferior .cont_derecha

{
	display: inline-block;
	*display: inline-block;
	width: 34%;
	text-align: right;
}

@media screen and (max-width:780px){

.barra_tablas .nav_superior .cont_derecha ,.barra_tablas .nav_inferior .cont_derecha

{
	width: 49%;
}

}


.barra_tablas .nav_superior .cont_izq fieldset ,.barra_tablas .nav_superior .cont_derecha fieldset,.barra_tablas .nav_inferior .cont_izq fieldset ,.barra_tablas .nav_inferior .cont_derecha fieldset

{
	border: none;
	*display: inline-block;
	display: inline-block;
	max-width: 100%;
	padding: 0;
	font-size: 0.7em;
}

.barra_tablas .nav_superior .cont_izq fieldset input[type="button"],.barra_tablas .nav_superior .cont_derecha fieldset input[type="button"],.barra_tablas .nav_superior .cont_izq fieldset select,
.barra_tablas .nav_inferior .cont_izq fieldset input[type="button"],.barra_tablas .nav_inferior .cont_derecha fieldset input[type="button"],.barra_tablas .nav_inferior .cont_izq fieldset select

{
	padding: 4px 15px 5px;
	border: 1px solid #a0a0a0;

	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 1%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(244,244,244,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.barra_tablas .nav_superior .cont_izq fieldset input[type="button"]:hover,.barra_tablas .nav_superior .cont_derecha fieldset input[type="button"]:hover,
.barra_tablas .nav_inferior .cont_izq fieldset input[type="button"]:hover,.barra_tablas .nav_inferior .cont_derecha fieldset input[type="button"]:hover

{
	border: 1px solid #666;
}

.cont_tabla

{
	width: 100%;
	border: 1px solid #eee;
	border-top: 1px solid #f3f3f3;
	border-bottom: 0px;
}


.cont_tabla .titulo_barra

{
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 1%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(244,244,244,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 1%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.cont_tabla fieldset
{
	border: none;
	padding: 0;
}

.cont_tabla tr

{
	border-bottom: 1px solid #eee;
}

.cont_tabla td

{
	max-width: 100%;
	padding: 5px 10px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.8em;
}

.cont_tabla td.campo_1

{
	width: 20px;
	text-align: center;
	color: #0080FF;
}

.cont_tabla td.campo_1:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.cont_tabla td.campo_2

{
	width: 10px;
	text-align: center;
}

.cont_tabla td.campo_3

{
	width: 350px;

}

/* --------------------------------------- FIN CONTENEDOR DE TABLAS -----------------------------------------------------*/


/* POP UP CERAR SESIÓN*/

nav.inicio_sesion ul li, .radio > .button {
  display: inline-block;
  vertical-align:top;
}

nav.inicio_sesion .button:hover
{
  box-shadow:none;
}

nav.inicio_sesion ul li a:active {
  color: #eee;
}
nav.inicio_sesion ul li a.active {
  color: #eee;
}
.dialog {

	text-align: center;
	margin: 0;
	z-index: 1;
	display: inline-block;
	min-width: 300px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	right: -5px;
	top: 40px;
	-webkit-box-shadow: 0 3px 17px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 17px rgba(0,0,0,.3);
	box-shadow: 0 3px 17px rgba(0,0,0,.3);
	display: none;
	padding:16px;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

@media screen and (max-width:780px){

.dialog

{
	width: 50%;
	top:60px;
}

}
.dialog:after,
.dialog:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dialog:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  left: 87%;
  margin-left: -15px;
}
.dialog:before {
  border-color: rgba(170, 170, 170, 0);
  border-width: 16px;
  left: 87%;
  margin-left: -16px;
}

@media screen and (max-width:780px){

.dialog:after {
  left: 88%;
}
.dialog:before {

  left: 88%;
}

}

/* ------------------------------------------------- CONTENIDO DE LOGIN ----------------------------------------------------*/

.img_login{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin: 0 10px 0 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.img_login img{
	max-width: 100%;
}

.txt_login{
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 64%;
	text-align: left;
}

.txt_login h1{
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0.2%;

}

.txt_login h2{
	color: #808080;
	font-size: 0.8em;
	text-align: left
}

.txt_login p

{
	color:#0080FF;
	text-align: left
}
.txt_login p:hover
{
	text-decoration: underline;
}
/* ----------------------------------------------- FIN CONTENIDO DE LOGIN --------------------------------------------------*/

nav.inicio_sesion .cerrar_sesion
{
  border:none;
  padding: 0;
  color: #DF2D43 !important;

}

/* POP UP CERAR SESIÓN*/

/* Menú vertical desplegable
----------------------------------------------- */
	.menu_list {
	width: 100%; /* Ancho del menú */
	}
	.menu_head {
	padding: 12px 20px;
	color:#848484; /* Color de las pestañas principales */
	cursor: pointer;
	position: relative;
	margin:1px 0;
	font-size: 1.1em;
	font-weight: 100;
	border-bottom:1px solid #d3d3d3;
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(222,222,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(222,222,222,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	background-position:center right;
	background-repeat:no-repeat;
	}

	.menu_head:hover

	{
		background: #eee;
	}

	.menu_body {
	display:none;
	}
	.menu_body a{
	display:block;
	text-align: left;
	font-size: 12px;
	color:#848484; /* Color de los enlaces */
	background-color:#eee; /* Color de fondo de los enlaces */
	padding:10px 20px;
	border-bottom: 1px solid #ddd;
	text-decoration:none;
	}
	.menu_body a:hover
{	color: #000000; /* Color de los enlaces al pasar el cursor */
	padding-left:23px;
}

.btn_barra

{
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #ddd;
  font-size: 1em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;

	box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

	background: rgb(56,85,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,85,115,1) 0%, rgba(32,65,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,85,115,1)), color-stop(100%,rgba(32,65,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,85,115,1) 0%,rgba(32,65,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,85,115,1) 0%,rgba(32,65,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,85,115,1) 0%,rgba(32,65,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,85,115,1) 0%,rgba(32,65,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385573', endColorstr='#204162',GradientType=0 ); /* IE6-9 */

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* BOTONES CON CAPAS - PRODUCTO EDITAR*/

.cont_botones_table

{
	width: 100%;
}

.cont_botones ul.tabs
{
	padding: 2% 0; margin: 1% 0; text-align: center; margin: 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background: rgb(255,255,255); /* Old browsers */
}

.cont_botones ul.tabs li {list-style: none; display: inline-block;*display: inline-block; max-width:100%; margin: 0;}
.cont_botones ul.tabs li:last-child { border: 0;}
.cont_botones ul.tabs li a { list-style: none;  display: block; text-decoration: none;}
.cont_botones ul.tabs li a p
{
	padding: 15px;
	margin: 0;
	line-height: 21px;
	font-size: 14px;
	border-bottom: 0;
	color: #666;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cont_botones ul.tabs li a.active p  { background:#eee;}
.cont_botones ul.tabs li a.active p {background-color: #eee ;}
.cont_botones ul.tabs li a.active p  { background-color: #eee ;}
.cont_botones ul.tabs li a.active p  { border-bottom: #A9D872 2px solid}



/* ---------------------------------------------- CONTENEDOR DE MANUALES -----------------------------------------------*/

.cont_manual

{
	width: 95%;
	margin: 0 auto;
}

.cont_manual p

{
	margin: 0;
	font-size: 0.8em;
}
.titulo_manual h1

{
	text-align: center;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 0.4em;
	font-size: 36px;
	color: #204162;
	margin-bottom: 0.8em;
	font-weight: 100;
}
.cont_manual ul.manual_lista ,.cont_manual ul.manual_categorias

{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.manual_categorias li

{
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 17%;
	margin: 0 8px 20px 8px;
}

.manual_categorias li:hover article

{
	background: #f3f3f3;
}

.manual_categorias li h1

{
	color: #fff ;
	text-align: left;
	font-size: 0.8em;
	padding: 7px 18px;
	margin: 0;
	background: #27A4C2;
}

.manual_categorias li article

{
	padding: 12px 15px;
	height: 100px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #f6f6f6;
	border: 1px solid #EBEBEB;
}

.manual_categorias  li article nav

{
	text-align: right;
}

.manual_categorias article nav  a

{
	color: #27A4C2;
	font-size: 14px;
	font-weight: 100;
}

.manual_categorias article nav  a:hover

{
	color: #666;
}




/* ------------------------------------------------------ SUBCATEGORIA --------------------------------------------*/

.manual_lista li

{
	display: inline-block;
	*display: inline-block;
	width: 100%;
	margin: 0 ;
	border-bottom: 1px dashed #EBEBEB;
	padding: 18px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.manual_lista li:hover

{
	background: #f4f4f4;
}

.manual_lista h1

{
	color: #27A4C2 ;
	margin: 0;
	text-align: left;
	font-size: 1em;
}

.manual_lista article

{
	padding: 0px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.manual_lista article img

{
	float: left;
	margin: 0 10px 0 0;
	max-width: 10%;
}

.manual_lista article p

{
	margin: 0 0 5px 0;
}

.manual_lista article nav

{
	text-align: right;
}

.manual_lista article nav  a

{
	color: #27A4C2;
	font-size: 14px;
	font-weight: 100;
	margin: 0 6px;
}

.manual_lista article nav  a:hover

{
	color: #666;
	text-decoration: underline;
}




/* ------------------------------------------------------ SUBCATEGORIA --------------------------------------------*/

/* miga de pan*/

	nav.miga
	{

		text-align: left;
		background: #f3f3f3;
		padding: 10px;
		margin-bottom: 15px;
		list-style: none;
		text-align: left;
		border: 1px solid #eee;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;;
		}


	nav.miga ul
		{
			margin: 0;
			padding: 0;
		}

	nav.miga ul li
		{
			display: inline-block;
			*display: inline;
			zoom:1;
			vertical-align: top;
		}

	nav.miga ul li a
		{
			font-size: 13px;
			text-decoration: none;
			color: #adadad;
			border-right: 1px solid #ccc;
			padding: 3px 20px 3px 10px;
		}

		nav.miga ul li a:hover
			{
				color: #444;
			}

	nav.miga ul li a span
		{
			font-size: 13px;
			color: #777;
			padding: 3px 20px;

		}

	nav.miga ul li a span:hover

	{
		color: #000;
	}

	nav.miga ul li span
		{
			font-size: 13px;
			color: #777;
			padding: 3px 10px;

		}
/*fin miga de pan*/

.txt_manual
{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 80%;
	margin: 0 auto;
}

.txt_manual h1

{
	text-align: left;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	font-size: 36px;
	color: #204162 ;
	margin-bottom: 0.5em;
	font-weight: 100;
}

.txt_manual p

{
	margin-bottom: 10px;
}


.txt_manual a

{
	color: #27A4C2;
	font-size: 14px;
	font-weight: 100;
	margin: 0 6px;
}


.txt_manual a:hover

{
	color: #666;
	text-decoration: underline;
}




/* ---------------------------------------------- CONTENEDOR DE MANUALES -----------------------------------------------*/
/* FORMULARIO HORIZONTAL*/

.cont_frm_horizontal

{
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 67%;
}
.cont_frm_horizontal form

{
	margin: 10px 0;
}

.cont_frm_horizontal fieldset
{
	display: inline-block;
	vertical-align: top;
	width: 46.6%;
	border: none;
	text-align: left;
	margin: 0 8px 10px 8px;
	padding: 0;
}

.cont_frm_horizontal fieldset .camp_requerido
{
	font-size: 12px;
	color: #D90000;
}

.cont_frm_horizontal label
{
	font-size: 12px ;
	color: #7F7F7F;
}

.cont_frm_horizontal input

{
	width: 100%;
}

.cont_frm_horizontal fieldset.direccion
{
	width: 97%;
}

.cont_frm_horizontal fieldset.textarea
{
	width: 97%;
}

.cont_frm_horizontal fieldset.textarea textarea
{
	width: 100%;
}

.cont_frm_horizontal fieldset.contenedor_capcha
{
	width:97% ;
	margin-top: 10px;
	text-align: right;
}

.cont_frm_horizontal fieldset.contenedor_capcha .img_capcha
{
	max-width:100% ;
	display: inline-block;
	*display: inline-block;
	text-align: right;
}

.cont_frm_horizontal fieldset.contenedor_capcha .or_cont
{
	width:48% ;
	display: inline-block;
	*display: inline-block;
	text-align: right;
	vertical-align: top;
}

.cont_frm_horizontal fieldset.btns
{
	float: right;
	width: 20%;
}

/* FIN FORMULARIO HORIZONTAL*/


/* -------------------------------------------- CONTENEDOR DE APPS -----------------------------------------------------*/
.tabla_index

{
	border: 1px solid #ddd;
	/*margin-bottom: 75px;*/
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 50%;
	position: relative;
}

.btn_informes

{
	position: absolute;
	bottom: -32px;
	width: 100%;
	text-align: center;

}

.btn_informes a

{
	padding: 15px 25px;
	font-size: 14px;
	color: #fff;
	background: rgb(226,77,53); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,77,53,1) 1%, rgba(230,106,80,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(226,77,53,1)), color-stop(100%,rgba(230,106,80,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,77,53,1) 1%,rgba(230,106,80,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,77,53,1) 1%,rgba(230,106,80,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,77,53,1) 1%,rgba(230,106,80,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,77,53,1) 1%,rgba(230,106,80,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24d35', endColorstr='#e66a50',GradientType=0 ); /* IE6-9 */

}

.btn_informes a:hover

{
	background:#E24D35;
}

.tabla_index td

{
	padding: 0;
}

.tbl_internas_index td
{
	padding: 5px 0;
}
.titulo_index

{
	padding: 0;
	background: #ddd;
}
.titulo_index h1

{
	color: #333333;
	margin: 0;
	font-size: 16px;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
}

.cont_blq_index

{
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-left: 25px;
}


.cont_blog , .cont_tickets

{
	background: #fff;
	margin-bottom: 30px;
}

.cont_tickets h1

{
	text-align: center;
}

.cont_blog ul , .cont_tickets ul

{
	margin: 0;
	padding: 20px;
	list-style: none;
}

.cont_tickets ul

{
	padding: 20px;
}

.cont_tickets ul li nav

{
	text-align: center;
	margin-top: 10px;
}
.cont_tickets ul li nav a p
{
	color: #fff;
	padding: 12px 22px;
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	max-width: 330px;
	font-size: 14px;
	text-transform: uppercase;
	background:#00CC66
}

.cont_tickets ul li nav a.btn2 p

{
	background: #FFCC00;
}

.cont_tickets ul li nav a:hover p

{
	text-decoration: underline;
}

.cont_blog p ,.cont_tickets p

{
	margin:0.2em 0;
	font-size: 13px;
}
.cont_tickets p
{
	color: #444444;
	font-size: 13px;
}


.cont_blog h2

{
	color: #333;
	margin: 0 0 10px 0;
	font-size: 22px;
}

.cont_blog ul img
{
	float: left;
	margin: 0 10px 0 0;
	max-width: 30%;
}
.cont_blog nav
{
	width: 100%;
	text-align: left;
}

.cont_blog nav a

{
	color: #CC0000;
	font-size: 12px;
}

.cont_blog nav a:hover

{
	color: #34C7CB;
}

.blq_apps_index

{
	background: #fff;
	margin-bottom: 25px;
}

.blq_apps_index p

{
	text-align: right;
	margin: 0;
	margin-top: 10px;
	color: #CC0000;
}


/*  ------------------------------------------------------ CARRUSEL ------------------------------------------------------ */

#carousel_inner
{
	width:100%; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden;  /* important (hide the items outside the div) */
	display: inline-block;
	margin: 0;
	padding: 0;
}

#carousel_container
{
       display: inline-block;
       width: 100%;
       margin: 0;
       padding: 15px 35px;
       position: relative;
       -o-box-sizing: border-box; /* Opera */
       -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
       box-sizing: border-box;
}

#carousel_container #left_scroll {

		height: auto;
		max-width: 100%;
		position: absolute;
		left: 10px;
		top:70px;
		z-index: 10;
}

#carousel_container #right_scroll{
		height: auto;
		max-width: 100%;
		position: absolute;
		right: 10px;
		top:70px;
		z-index: 10;
}


#carousel_ul {
		position:relative;
		left:-210px; /* important (this should be negative number of list items width(including margin) */
		list-style-type: none; /* removing the default styling for unordered list items */
		margin: 0px;
		padding: 0px;
		width:9999px; /* important */
		/* non-important styling bellow */
		padding-bottom:10px;
		}

#carousel_ul li{
		float: left; /* important for inline positioning of the list items */
		max-width:195px;  /* fixed width, important */
		height:120px;
		display: inline-block;
		margin: 5px;
		position: relative;
		left: 210px;
		background: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;

		padding: 10px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

#carousel_ul li img {
; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
		cursor:pointer;
		cursor: hand;
		border:none;
		margin: 0;
		padding: 0;
		max-width: 100%;
		display: inline-block;

}

#carousel_ul li a
{
        text-decoration: none;
        color: #fff;
}

#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}


/*  ---------------------------------------------------- FIN CARRUSEL ---------------------------------------------------- */
.titulo_plataforma

{
	display: inline-block;
	*display: inline-block;
	width:96%;
	text-align: right;
}

.titulo_plataforma h1 ,.titulo_plataforma h2

{
	display: inline-block;
	*display: inline-block;
	margin: 0;
}

.titulo_plataforma h1

{
	font-weight: 100;
	font-size: 0.8em;
	margin-right: 10px;
}

.titulo_plataforma h2

{
	font-weight: 700;
	font-size: 0.8em;
}


.titulo_crm

{
	background: #b2d100;
	color:#fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 8px !important;
}

.titulo_apps2
{
	text-align: center;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 0.4em;
	font-size: 36px;
	color: #204162;
	margin-bottom: 0.8em;
	font-weight: 100;
}

.titulo_apps

{
	background: #01999E;
	color:#fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 16px !important;
}

.titulo_tickets

{
	background: #FFCC00;
	color:#fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 16px !important;
}

.titulo_crm div , .titulo_apps div , .titulo_tickets div

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	width:20%;
}

.titulo_crm .titulo , .titulo_apps .titulo , .titulo_tickets .titulo

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	width:75%;
	text-align: left;
}

.titulo_crm .titulo h1 , .titulo_apps .titulo h1 , .titulo_tickets .titulo h1

{
	font-size: 24px;
	color: #fff;
	text-align: left;
	margin: 0;
}

.titulo_crm .titulo h2 , .titulo_apps .titulo h2 , .titulo_tickets .titulo h2

{
	font-weight: 200;
	font-size: 17px;
	color: #fff;
}


.titulo_blog

{
	background: #27A4C2;
	color:#fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 8px !important;
}

.titulo_blog h1

{
	margin: 0;
}

.titulo_blog div

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	width:10%;
}

.titulo_blog .titulo

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	width:85%;
	text-align: left;
}

.titulo_blog .titulo h1

{
	font-size: 24px;
}

.titulo_blog .titulo h2

{
	font-weight: 200;
	font-size: 17px;
	color: #fff;
}

.titulo_blog .titulo h1 span

{
	font-size: 16px;
}


/*.cont_carga_img

{
	background: #F3F3F3;
	padding: 10px 20px;
	margin: 15px 0;
	font-size: 13px;
	color: #888;
	line-height: 20px;
	display: inline-block;

}

.cont_img_muestra img

{
	max-width: 155px;
}
*/
.borrar

{
	padding: 4px 10px;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	border: 1px solid #e03410;
	color: #FFF !important;
	border-radius: 3px;
	background: #f14122;
	background: -moz-linear-gradient(top, #f14122 0%, #f02e26 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f14122), color-stop(100%,#f02e26));
	background: -webkit-linear-gradient(top, #f14122 0%,#f02e26 100%);
	background: -o-linear-gradient(top, #f14122 0%,#f02e26 100%);
	background: -ms-linear-gradient(top, #f14122 0%,#f02e26 100%);
	background: linear-gradient(to bottom, #f14122 0%,#f02e26 100%);
}


.borrar a

{
	color: #fff !important;
}

.cont_vista_movil

{
	background:#fff;
}

.cont_vista_movil td

{
	text-align: center;
}

.cont_vista_movil h1, .cont_vista_movil p{
	color: #444;
	text-align: center;
}
.cont_vista_movil p{
	font-size: 16px;
}

.cont_vista_movil h1{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 2em;
}

.info_vista_movil td{
	padding: 15px 40px 15px 0;
	width: 245px;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn_vista_movil td a{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	background: url(../img_modulos/eyes.png)no-repeat #666 12px;
	text-align: right;
	margin: 0;
	color: #fff;
	padding: 10px 20px 10px 50px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn_vista_movil td a:hover{
	background: url(../img_modulos/eyes.png)no-repeat #eee 12px;
	color: #666;
}

.campos_relacion td{
	background: #f6f6f6;
	margin: 10px;
	border: 9px solid #fff;
	padding: 10px 12px;
}

.campos_relacion tr td p{
	display: inline-block;
	*display: inline-block;
}

.campos_relacion tr td a{
	font-size: 12px;
	background: #eee;
	color: #B1B2B3;
	padding: 2px 5px;
	float: right;
	text-transform: uppercase;
}

.campos_relacion tr td a:hover{
	color:#27A4C2;
}

.descarga{
	background: url(http://www.comprandofacil.com/pide/corehome/img_modulos/descarga.png) no-repeat;
	padding: 5px 0 5px 30px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.descarga:hover

{
	background: url(http://www.comprandofacil.com/pide/corehome/img_modulos/descarga_on.png) no-repeat;
}


/* ----------------------------------------------- APPS  NEW ----------------------------------------------- */


/* ----------------------------------------------- APPS  NEW ----------------------------------------------- */

/* -------------------------------------------------- B2B -------------------------------------------------- */

	.cont_b2b

	{
		margin: 0 auto;
		width: 100%;
	}

	.cont_b2b .cont_blanco

	{
		background: #fff;
		padding: 20px;
		border: 1px solid #eee;
		margin:20px 0 0 0 ;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.cont_b2b .cont_blanco img

	{
		float: left;
		margin: 0 10px 0 0;
		max-width: 50px;
	}

	.cont_b2b .cont_blanco h2

	{
		color: #39ADC6;
		font-size: 16px;
	}

	.cont_b2b .cont_blanco p

	{
		margin: 0;
	}

	.cont_b2b nav

	{
		text-align: right;
	}

	.cont_b2b nav a p

	{
		background: #00999E ;
		color: #fff;
		padding: 10px;
		font-size: 14px;
		margin: 0 2px;
		display: inline-block;
		*display: inline-block;
	}

	.cont_b2b nav a p:hover

	{
		text-decoration: underline;
	}

	.tbl_b2b td

	{
		padding: 7px 12px;
		background: #fff;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-bottom: 2px solid #f6f6f6;
		text-align: center;
	}

	.tbl_b2b td p

	{
		font-size: 14px;
		color: #666;
		text-align: center;
		margin:0;
	}

	.tbl_b2b  tr:hover p

	{
		color:#39ADC6;
		cursor: pointer;
	}

	.titulo_b2b td

	{
		background:#999999;
	}

	.titulo_b2b td p

	{
		color:#fff !important;
		text-align: left;
	}

	.sub_b2b td p

	{
		font-size: 14px;
		color: #00999E !important;
		text-align: center;
	}



/* -------------------------------------------------- B2B -------------------------------------------------- */

/* --------------------------------------------- BARRA DE APPS --------------------------------------------- */
	.barra_apps

	{
		position: relative;
		display: inline-block;
		*display: inline-block;
		padding: 10px 20px;
		background: #eee;
		width: 100%;
		border: 1px solid #ececec;
	}

	.barra_apps ul

	{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.barra_apps ul li

	{
		display: inline-block;
		*display: inline-block;
		vertical-align: middle;
		width: 140px;
	}

	.barra_apps ul li p

	{
		text-align: center;
		margin: 0;
		color: #777;
	}

	.barra_apps ul li p:hover

	{
		text-decoration: underline;
		color: #000;
	}

	.barra_apps ul li h2
	{
		color: #27A4C2;
		font-size: 14px;
		margin: 0;
	}
/* --------------------------------------------- BARRA DE APPS --------------------------------------------- */

/* ------------------------------------------ BUSCADOR EN CONSOLA ------------------------------------------ */

	.buscador_consola{
		position: relative;
		display: inline-block;
		*display: inline-block;
		width: 100%;
		text-align: right;
		margin: 0;
	}

	.buscador_consola form

	{
		width: 25%;
		display: inline-block;
		*display: inline-block;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;

		box-sizing:border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;

	}

	.buscador_consola input[type="text"]

	{
		border: 1px solid #ddd;
		vertical-align: middle;
		width: 80%;
		height: 40px;
		font-size: 14px;
		background: #fff;
		padding: 5px 8px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.buscador_consola input[type="submit"]

	{
        vertical-align: middle;
        font-size: 11px;
        width: 40px;
        margin: 0 0 0 -5px;
        height: 40px;
        padding: 2px 5px;
        color: #333;
        border: 0;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: url(../img_modulos/modulos/lupa2.png)#999 no-repeat 8px;
        border-radius: 0px 4px 4px 0px;
	}

/* ------------------------------------------ BUSCADOR EN CONSOLA ------------------------------------------ */

/* ----------------------------------------- RESULTADO DE BUSQUEDA ----------------------------------------- */

	.resultado_busqueda

	{
		margin: 10px 0 0 0;
	}

	.resultado_busqueda h1

	{
		font-size: 16px;
	}

	.resultado_busqueda table

	{
		margin: 10px 0 0 0;
	}

	.resultado_busqueda h2

	{
		font-size: 16px;
		margin: 0;
		text-align: center;
		color: #27A4C2;
	}

	.resultado_busqueda table tr td

	{
		text-align: center;
		padding: 5px 8px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.resultado_busqueda table tr td p

	{
		margin: 0;
	}

	.resultado_busqueda table tr td a p

	{
		margin: 0;
		display: inline-block;
		*display: inline-block;
		color: #555;
		border-radius: 5px;
		padding: 4px 8px;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	}

	.resultado_busqueda table tr td a p:hover

	{
		text-decoration: underline;
	}
	.resultado_busqueda table tr td.campo
	{
		width: 210px;
	}

/* ----------------------------------------- RESULTADO DE BUSQUEDA ----------------------------------------- */

/* -------------------------------------------- BLOQUES MODULOS -------------------------------------------- */

	.blq_modulos ul

	{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.blq_modulos ul li

	{
		display: inline-block;
		*display: inline-block;
		vertical-align: top;
		width: 22%;
		margin: 15px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.blq_modulos ul li h1

	{
		text-align: center;font-size: 16px;color: #fff;
		margin: 0;
		padding: 10px 0;
	}

	.btn_modulos td a {
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	background: #4FB95E;
	color: #FFF;
	border-radius: 4px;
	}

	.tbl_cbz_core {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: #EEE;
	font-family: 'futura_lt_btlight';
	}
	.tbl_cbz_core td {
	 padding: 8px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}
	.blq_modulos ul li h1.txt1

	{
		background:#27A4C2;
	}
	.blq_modulos ul li h1.txt2
	{
		background: #E66A50;
	}
	.blq_modulos ul li h1.txt3
	{
		background: #FFCC00;
	}

	.blq_modulos ul li h1.txt4

	{
		background:  #01999E;
	}

	.blq_modulos ul li article

	{
		display: inline-block;
		*display: inline-block;
		background: #fff;
		border: 1px solid #eee;
		width: 100%;
		margin: 0 0;
	}

	.blq_modulos ul li div

	{
		padding: 10px 20px;
		color: #aaa;
		cursor: pointer;
		background: #f2f2f2;
		font-size: 14px;
		position: relative;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.blq_modulos ul li div span

	{
		background: #bbb;
		color: #fff;
		position: absolute;
		right: 10px;
		padding: 3px;
	}

	.blq_modulos ul li div:hover

	{
		color: #000;
	}

	.blq_modulos ul li div img

	{
		max-width: 25px;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

	.list_modulos

	{
		width: 90%;
		margin: 0 auto !important;
	}

	.list_modulos li

	{
		width: 100% !important;
		margin: 0 !important;
		border-bottom: 1px solid #eee;
		padding: 10px 0;
	}

	.list_modulos li:last-child

	{
		border: 0;
	}

	.list_modulos li p

	{
		margin: 0;
		font-size: 1em;
		text-align: left;
		color: #777;
	}

	.list_modulos li p:hover
	{
		color: #27A4C2;
	}




/* -------------------------------------------- BLOQUES MODULOS -------------------------------------------- */


.titulo_relaciones

{
	text-align: left;
	background: #eee;
	padding: 5px 10px 8px 10px;
	margin: 10px 0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.titulo_relaciones input

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
}

.titulo_relaciones h1

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	font-size: 0.8em !important;
	margin: 0;
	text-transform: uppercase;
	font-weight: 100;
}

.tbl_relaciones input ,.tbl_relaciones h1 ,.tbl_relaciones p

{
	display: inline-block;
	*display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.tbl_relaciones input[type="checkbox"]{
	margin: 0 10px 0 0;
}

.tbl_relaciones h1

{
	font-size: 0.9em;
	color: #444;
	font-weight: 100;
	color: #27A4C2;
}

.tbl_relaciones div

{
	background: #fafafa;
	padding: 2% 3%;
	display: inline-block;
	*display: inline-block;
	width: 100%;
	border-bottom: 3px solid #fff;
	position: relative;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.tbl_relaciones div a

{
	color:#39ADC6;
	position: absolute;
	right: 5%;
	font-size: 0.71em;
}

.tbl_relaciones div a:hover

{
	color:#58CFE8;
}

.tbl_relaciones td

{
	padding: 1px !important;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/*=========================================
BOTONES VISTA PREVIA
==========================================*/

ul.vista_previa2{
	list-style: none;
	text-decoration: none;
	margin:0;
	padding: 0;
}

ul.vista_previa2 li{
	list-style: none;
	text-decoration: none;
	margin:0;
	padding: 0;
	width: 45%;
	display: inline-block;
}

ul.vista_previa2 li a

{
	list-style: none;
	display: inline-block;
	*display: inline-block;
	max-width: 100%;
	margin: 0 1px;
	color:#848484;
	padding: 5px 10px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

ul.vista_previa2 li a:hover

{
	text-decoration: underline;
	color:#848484;
}

/*=========================================
BOTONES VISTA PREVIA
==========================================*/


/**/

.cont_btn_root{
	width: 90%;
	margin: 0 auto;
}

.cont_btn_root ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: -1% 0% 0% 0%;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cont_btn_root ul.tabs li {
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:
	inline-block;
	width:19.7%;
	text-align: left;
	margin: 0 0 15px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.cont_btn_root ul.tabs h2{
	font-size: 1.6em;
	margin: 0;
	text-transform: uppercase;
}

.cont_btn_root ul img{
	float: right;
}

.cont_btn_root ul.tabs a {
	display: block;
	color: #333;
	font-size: 0.9em;
	padding: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(206,206,206,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece', GradientType=0 );
}
.cont_btn_root ul.tabs a.active, .cont_btn_root ul.tabs a:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

/*==========tabs-comercial====*/
.cont_btn_root ul.tabs-comercial li {
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:
	inline-block;
	width:49.7%;
	text-align: left;
	margin:0;
}
.cont_btn_root ul.tabs-comercial a {
	display: block;
	color: #333;
	font-size: 0.9em;
	padding: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(220,220,220,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(220,220,220,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(220,220,220,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(220,220,220,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(220,220,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece', GradientType=0 );
}

ul.tabs-comercial a:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.cont_btn_root ul.tabs-comercial a.active{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	border-bottom: #99CB34 3px solid;
}
/*==========tabs-comercial====*/
/*==========tabs-pasos====*/
.cont_btn_root ul.tabs-pasos li {
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:
	inline-block;
	width:49.7%;
	text-align: left;
	margin: 0 0 15px 0px;
}
.cont_btn_root ul.tabs-pasos a {
	display: block;
	color: #333;
	font-size: 0.9em;
	padding: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(206,206,206,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece', GradientType=0 );
}

ul.tabs-pasos a:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.cont_btn_root ul.tabs-pasos a.active{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	border-bottom: #99CB34 3px solid;
}
/*==========tabs-pasos====*/
.cont_btn_root2 ul{
	width: 100%;
	display: inline-block;
	*display: inline-block;
	padding: 0;
	margin: 0;
	text-align: left;
}
.cont_btn_root2 ul li {
	padding: 0;
	list-style: none; display: inline-block;*display: inline-block; width:24.5%;
	text-align: left;
	margin: 0 0 15px 0px;
}


.cont_btn_root2 ul h2{
	font-size: 1.6em;
	margin: 0;
	text-transform: uppercase;
}

.cont_btn_root2 ul img{
	float: right;
}

.cont_btn_root2 ul a {
	display: block;
	color: #333;
	font-size: 0.9em;
	padding: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(206,206,206,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(206,206,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece', GradientType=0 );
}
.cont_btn_root2 ul a.active, .cont_btn_root2 ul a:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}


/**/


.botones{
    text-align: center;
    font-size: 0.78em;
    border: #4795c9 1px solid;
    padding: 11px 15px;
    display: inline-block;
    color: #fff;
    background: #4795c9;
    margin: 1.5% 0%;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
}

.botones:hover{
    background: #357CAB;
}

.botones2{
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	padding: 10px 20px;
	color: #fff;
	border: 0;
	font-size: 1em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #01A89E;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.botones2:hover{
	background: #444;
	color: #fff;
}


.botones_tb{
    text-align: center;
    display: inline-block;
    margin: 1.5% 0%;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
}

.botones_tb:hover{
    text-decoration: underline;
}

.campos_ingreso{
    background: #fff;
    margin: 1% 0% 0% 0%;
    width: 100%;
}

.campos_ingreso tr td{
   padding: 5px; 
}
.campos_ingreso tr td input{
    
}
.campos_ingreso tr td{
    
}

/**/

	.campos_detalle{
		margin:0 auto;
	}

	.campos_detalle p{
		text-align: right;
	}


	.campos_detalle td{
		padding: 2px 8px;
		vertical-align: middle;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		font-family: 'Poppins', sans-serif;

	}


	.campos_detalle a {
		list-style: none;
		display: inline-block;
		max-width: 100%;
		margin: 0.5%;
		padding: 1% 2%;
		border: 1px solid #eee;
		font-size: 0.8em;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));
		background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
		color: #999 !important;
		}

	.campos_detalle a:hover{
		color: #DF2D43 !important;
	}

	.campos_detalle img{
		max-width: 150px;
		float: none !important;
		margin-top: 1%;
	}

	.campos_detalle #imgFecha{
		max-width: 24px;
		float: none !important;
		margin-top: 1%;
	}

	.campos_detalle input[type="text"],
	.campos_detalle input[type="password"]{
    padding: 6px 14px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
	}

	.campos_detalle input[type="text"]:hover,
	.campos_detalle input[type="password"]:hover{
		border: 1px solid #bbb;
	}

	.campos_detalle .imgmod{
		float: none;
		display: inline-block;
		*display: inline-block;
		vertical-align: middle;
		width: 85%;
	}

	.campos_detalle textarea{
		padding: 6px;
		width: 100%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.campos_detalle select{
		padding: 6px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	table.msm_verde

{
	width:40%;
	border-radius:30px;
	margin: 5px auto;
	background: rgb(143,196,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(143,196,0,1) 0%, rgba(143,196,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,196,0,1)), color-stop(100%,rgba(143,196,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ); /* IE6-9 */

}

.msm_verde img ,.msm_verde h3
{
	vertical-align: middle;
	display: inline-block;
	*display: inline-block;
	max-width: 90%;
}

.msm_verde h3

{
	font-size: 14px;
	color:  #fff;
	text-align: left;
}

table.msm_rojo

{
	width:84%;
	margin: 5px auto;
}

.msm_rojo img ,.msm_rojo h3
{
	vertical-align: middle;
	display: inline-block;
	*display: inline-block;
	max-width: 90%;
}

.msm_rojo h3

{
	font-size: 14px;
	color:  #FF3E3E ;
	text-align: left;
}

.barra_contenido{
	padding: 0;
	list-style: none;
	margin: 0;
}

.mostrar_contenido{
	margin: 0;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mostrar_contenido iframe{
	min-height: 440px;
}

.barra_principal{
	width: 100% !important;
	background:#EAEAEA;
	padding: 10px !important;
	margin: 0 0 15px 0 !important;
	list-style: none !important;
	text-align: left !important;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.barra_principal:hover ,.barra_principal.on{
	background:#58C9F3;
}

.barra_principal:hover h1, .barra_principal.on h1{
	color: #fff;
}

.barra_contenido h1{
	margin: 0;
	color: #444;
	text-transform: uppercase;
  	font-size: 1.3em;
}

.cont_text{
	margin: 3% auto;
	width: 85%;
	border-bottom:1px solid rgba(235,235,235,1);
	padding-bottom:2%;
}

.cont_text h1{
	margin: 0 0 5px 0;
}

.aling_center{
    text-align: center;
    padding: 0% 0;
    margin-top: 0;
}

.aling_left{
	text-align: left;
}

.aling_right{
	text-align: right;
}

.textnegro {
    font-size: 0.9em;
    font-weight: 100;
    color: #000000;
    border: 1px solid #dfdfdf;
    padding: 7px 4px;
    border-radius: 4px;
/*    width: 100%;*/
    text-align: center;
}

p.alerta_ingreso{
	color:#FF3E3E ;
	text-align: left;
	font-size: 0.8em !important;
	margin:0;
}

/* TABLA EN LISTA */

	.tbl_lista{
        font-size: 12px;
        margin: 0 0 15px 0;
	}

	.tbl_lista img {
		max-width: 170px;
	}

	.tbl_lista td{
        padding: 10px 2px;
        position: relative;
        border: 1px solid #ededed;
        font-size: 90%;
	}

	.tbl_lista a {
        color: #1E9DB8;
        margin: 1% 0% 1% 0%;
        display: inline-block;
	}

	.tbl_lista a:hover {
		text-decoration: underline;
		color:#29CAEC;
	}

	.link_tbl_lista{
		color: #000 !important;
	}
    
    .tbl_lista2{
        font-size: 12px;
        margin: 0 0 15px 0;
        border: 1px solid #ededed;
        width: 65%;
        margin: 3% auto 5%;
    }

    .tbl_lista2 img {
        max-width: 170px;
    }

    .tbl_lista2 td{
        padding: 10px 10px;
        text-transform: uppercase;
        border: 1px solid #ededed;
    }

    .tbl_lista2 a:hover {
        text-decoration: underline;
        color:#29CAEC;
    }
    .tbl_lista2 .link_tbl_lista {
        color: #ffffff !important;
        background: #648fc4 !important;
        display: inline-block !important;
        padding: 7px 10px;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 90%;
        width: 30%;
        margin: 0% 1% 0% 0% !important;
    }
    .tbl_lista2 .link_tbl_lista:first-child{
        background: none !important;
        color: #005bcc !important;
    }
    
    .importar_btn{
        text-align: left;
        margin: 0.5% 0% 0.5% 0%;
    }
    .importar_btn td{
        padding: 5px 12px;
    }
    .importar_btn .btn_impotar{
        padding: 4px 28px;
        background: #8fc400;
        color: #FFF;
        margin: 0% 0% 0% 0%;
        border-radius: 25px;
    }
    
    .tb_scr{
        overflow: scroll;
        width: 100.6%;
        margin: 0% 0% 3% 0%;
    }

    .tb_scr .tit_tb_general td {
        padding: 6px 48px;
        font-size: 80%;
        text-transform: uppercase;
        color: #010101;
        border: 1px solid #ededed;
        position: relative;
        font-weight: 600;
    }

    .tbl_lista3{
        font-size: 12px;
        margin: 0 0 15px 0;
        border: 1px solid #ededed;
        width: 65%;
        margin: 0% auto 5%;
    }

    .tbl_lista3 img {
        max-width: 170px;
    }

    .tbl_lista3 td{
        padding: 10px 10px;
        text-transform: uppercase;
        border: 1px solid #ededed;
    }

    .tbl_lista3 a:hover {
        text-decoration: underline;
        color:#29CAEC;
    }
    .tbl_lista3 .link_tbl_lista {
        color: #ffffff !important;
        background: #648fc4 !important;
        display: inline-block !important;
        padding: 7px 0px;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 90%;
        width: 100%;
        margin: 0% 1% 0% 0% !important;
    }
    .tbl_lista3 .link_tbl_lista:first-child{
        background: none !important;
        color: #005bcc !important;
    }

.tbl_lista4{
        font-size: 12px;
        margin: 2% 0 15px 0;
	}

	.tbl_lista4 img {
		max-width: 170px;
	}

	.tbl_lista4 td{
        padding: 10px 5px;
        position: relative;
        border: 1px solid #ededed;
        text-align:center;
	}

	.tbl_lista4 a {
        color: #1E9DB8;
        margin: 1% 0% 1% 0%;
        display: inline-block;
	}

	.tbl_lista4 a:hover {
		text-decoration: underline;
		color:#29CAEC;
	}

/**/
	.encabezado_tabla1{
		margin: 2% 0% 0% 0%
	}

	.encabezado_tabla{
        border: 0;
        padding: 0;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #ededed;
	}

	.encabezado_tabla td{
    padding: 10px 10px 11px 15px;
    color: #737373;
    font-size: 90%;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
	}
	.encabezado_tabla td span {
    font-size: 13px;
}
	.encabezado_tabla p ,.encabezado_tabla a{
        display: inline-block;
        max-width: 100%;
        margin: 0;
        font-size: 14px;
        color: #2e9adb;
	}

	.encabezado_tabla tr td a p:hover{
		text-decoration: underline;
	}

	.encabezado_tabla img{
		vertical-align: middle;
	}

	/* BUSCADOR */

	.buscador{
        text-align: center;
        padding: 0;
        margin: 10px 0 10px 0;
        width: 100%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
	}

	.buscador fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		display: inline-block;
		*display: inline-block;
		vertical-align: middle;
		max-width: 25%;
	}

	.buscador img ,.buscador p {
		vertical-align: middle;
		display: inline-block;
		*display: inline-block;
		margin: 0;
	}

	.buscador p{
		color: #39ADC6;
	}

	.buscador input[type="text"] , .buscador select

	{
		padding: 1px 7px;
		border:1px solid #e9e9e9;
		background: #ffffff;
		font-size: 0.8em;
		margin: 0;
		color: #555;
		width: 150px;
		height: 35px;
		font-weight: 100;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.buscador input[type="submit"]{
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px;
        padding: 7px 25px;
        color: #fff;
        border: 0;
        font-size: 0.8em;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background: #013a81;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
	}

	.buscador input[type="submit"]:hover{
		background: #777;
	}

	.buscador ul {
		margin: 8px 0 0 0;
		padding: 0;
		border: 0;
		list-style: none;
	}

	.buscador ul li a {
		display: inline-block;
		*display: inline-block;
		vertical-align: middle;
		background: #ccc;
		padding: 5px 8px;
		color:  #fff;
		font-size: 0.7em;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.buscador ul li a:last-child{
        background: #013a81;
        padding: 8px 15px;
	}

	.buscador ul li a:hover,
	.buscador ul li a:focus {
		background: #777;
		color: #fff;
	}

	.btn_papelera{
		display: inline-block;
		*display: inline-block;
		padding: 4px 10px;
		font-size: 0.8em;
		cursor: pointer;
		vertical-align: middle;
		color: #FFF !important;
		border-radius: 20px;
		background: #DF2D43;
	}

	.btn_papelera:hover{
		text-decoration: underline;
	}

	.btn_papelera img

	{
		margin-right: 5px;
		vertical-align: middle;
	}

/**/

/* -------------------------------------------- BLOQUES MODULOS -------------------------------------------- */

	.blq_precarga ul

	{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.blq_precarga ul li

	{
		display: inline-block;
		*display: inline-block;
		vertical-align: top;
		width:18.6%;
		margin: 0 15px 0 0;
		background: #fff;
	}

	.blq_precarga ul li:last-child{
		margin: 0;
	}

	.blq_precarga article:hover h1,
	.blq_precarga article:hover span,
	.blq_precarga article .titu_modulos.on h1,
	.blq_precarga article .titu_modulos.on span{
		color: #fff;
	}


	.blq_precarga ul li:nth-child(5n+1) article .titu_modulos:hover,
	.blq_precarga ul li:nth-child(5n+1) article .titu_modulos.on{
		background: #00CC65;
	}

	.blq_precarga ul li:nth-child(5n+2) article .titu_modulos:hover,
	.blq_precarga ul li:nth-child(5n+2) article .titu_modulos.on{
		background: #E66A50;
	}

	.blq_precarga ul li:nth-child(5n+3) article .titu_modulos:hover,
	.blq_precarga ul li:nth-child(5n+3) article .titu_modulos.on{
		background: #00CC65;
	}
	.blq_precarga ul li:nth-child(5n+4) article .titu_modulos:hover,
	.blq_precarga ul li:nth-child(5n+4) article .titu_modulos.on{
		background: #3EB0C7
	}

	.blq_precarga ul li:nth-child(5n+5) article .titu_modulos:hover,
	.blq_precarga ul li:nth-child(5n+5) article .titu_modulos.on{
		background: #FFCC00;
	}

	.titu_modulos img{
		float: none !important;
	}

	.blq_precarga h1{
		text-align: left;
		font-size: 1.5em;
		color: #000;
		margin: 0;
		text-align: center;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.blq_precarga p{
		color: #000;
		font-size: 1em;
		text-align: center;
		margin: 2px 0 0 0;
	}

	.blq_precarga a{
		display: inline-block;
		font-size: 0.8em;
		color: #39ADC6;
	}

	.blq_precarga article{
		display: inline-block;
		*display: inline-block;
		border: 0;
		width: 100%;
		margin: 0;
		padding:0;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(219,219,219,1);
		-moz-box-shadow: 0px 4px 5px 0px rgba(219,219,219,1);
		box-shadow: 0px 4px 5px 0px rgba(219,219,219,1);
	}

	.blq_precarga span{
		color: #999;
	}

	.blq_precarga div

	{
		padding: 15px 15px 20px 15px;
		color: #aaa;
		cursor: pointer;
		font-size: 14px;
		text-align: center;
		position: relative;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-shadow: 0px 2px 10px 1px rgba(219,219,219,1);
		-moz-box-shadow: 0px 2px 10px 1px rgba(219,219,219,1);
		box-shadow: 0px 2px 10px 1px rgba(219,219,219,1);
	}


	.blq_precarga img

	{
		float: right;

	}


	.blq_precarga .imgmod

	{
		float: none;
		width: 6%;
		vertical-align: middle;
		margin: -0.5em 0.2em 0 0.5em;

	}


	.tr_blq-importar
	{
		background: #f2f2f2;
		border-radius: 5px;
	}
	.tr_blq-importar td
		{
			border-bottom: 1px solid #EEE;
			border-top: 1px solid #EEE;
			background: #f2f2f2;
			text-align: right;
		}

	.tr_blq-importar .td-text
		{
			padding: 3px 10px;
			text-align: right;
			font-size: 12px;
			vertical-align: middle;
			border:none;
			width: 50%;
			color: #000;
		}

	.tr_blq-importar .td-btn
		{
			width: 50%;
			padding: 0px;
			text-align: left;
			border:none;
			vertical-align: middle;
		}

	.tr_blq-importar .td-btn input[type="button"]
		{
			padding: 5px 10px;
			font-size: 13px;
			cursor: pointer;
			color: #FFF;
			border: none;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			background: #82C43B;
			box-sizing: border-box;
			-o-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
	.tr_blq-importar .td-btn input[type="button"]:hover
		{
			text-decoration: underline;
		}
	.tr_blq-importar .td-btn input[type="button"]:active
		{
			border: 1px solid #e03410;
			box-shadow: 1px 1px 2px #df1916 inset;
			background: #e03410;
		}

	.cont_btn_index{
		padding: 0;
		margin: 0;
		list-style: none;

	}

	.cont_btn_index li{
    display: inline-block;
    vertical-align: top;
    width: 31% !important;
    border-radius: 4px;
    margin: 0 20px 0 0 !important;
    text-align: center;
    padding: 40px 18px !important;
    border: 4px solid #fff;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

	.cont_btn_index a{
		color: #777 !important;
		font-size: 0.95em !important;
		background: #fff !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.cont_btn_index img{
		float: none !important;
	}

	.cont_btn_index h2{
		color: #39ADC6 !important;
		font-size: 1.8em !important;
		text-transform: none !important;
	}
	.cont_btn_index li:hover h2{
        color: #013a81 !important;
	}


	/*------------------------------------------------------
		INDEX PROTOTIPOS COMENZAR
	------------------------------------------------------*/
	.cont_titulo_s{
		margin: 0 auto 2% auto;
		text-align: center;
		width: 60%;
	}

	.cont_titulo_s h1{
		margin: 0 0 1% 0;
		text-align: center;
		font-size: 2.2em;
		color: #666;
	}

	.cont_titulo_s p{
		margin: 0;
		text-align: center;
		font-size: 1em;
		line-height: 1.5em;
	}

	.cont_titulo_s img{
		display: block;
		margin: 1.5% auto;
		width: 75%;
	}

	/*------------------------------------------------------
		INDEX PROTOTIPOS COMENZAR
	------------------------------------------------------*/

	.cont_index_precarga{
		width: 78%;
		margin: 0 auto;
		text-align: center;
	}

	.cont_index_precarga ul.tabs{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
		text-align:center;
	}

	.cont_index_precarga ul.tabs li{
		display: inline-block;
		vertical-align: top;
		width: 31%;
		margin: 0 20px 0 0;
		background: #fff;
		text-align: center;
		padding: 18px;
		border: 4px solid #fff;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(219,219,219,1);
		-moz-box-shadow: 0px 4px 5px 0px rgba(219,219,219,1);
		box-shadow: 0px 4px 5px 0px rgba(219,219,219,1);
	}

	.cont_index_precarga ul.tabs li:hover{
		border: 4px solid #eee;
	}

	.cont_index_precarga ul.tabs div{
		position: relative;
	}

	.cont_index_precarga ul.tabs h2{
		color: #444;
	}

	.cont_index_precarga .btn_general{
		display: inline-block;
		*display: inline-block;
		vertical-align: middle;
		background: #444;
		color: #fff;
		font-size: 1.2em;
		padding: 15px 40px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.cont_index_precarga .btn_general:hover{
		background:#00CC65;
	}

	.percent{
		position: absolute !important;
		text-align: center;
		width: 100%;
		line-height: 120px;
		font-size: 1.6em;
	}

	/* VIDEOS */

	.tutorial_video{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	.tutorial_video li{
		text-align: left;
		display: inline-block;
		*display: inline-block;
		vertical-align: top;
		width: 32%;
		background: #fff;
		padding: 5px;
		margin: 0 5px 10px 0;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.tutorial_video img{
		float: left;
		margin: 0 5px 0 0;
		max-width: 50px;
	}

	.tutorial_video a{
		font-size: 0.8em;
		color:#39ADC6;
	}

	.tutorial_video a:hover{
		text-decoration: underline;
	}


	/* ------------------------------------ REMATE ------------------------------------ */

	.cont_remate{
        width: 100%;
        height: auto;
        background-color: #f9f9f9;
        margin: 3% 0 0 0;
	}

	footer{
        width: 90%;
        margin: auto;
        overflow: hidden;
        position: relative;
        font-size: 13px;
        padding: 5px 0px;
	}

	footer .cont_izq{
		vertical-align: top;
		width: 60%;
		display: inline-block;
		*display: inline-block;
	}

	footer .cont_izq .img_fija{

		display: inline-block;
		*display: inline-block;
		position: relative;
		bottom: -40px;
	}

	footer .cont_derecha{
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 7px 0px 6px 0px;
        margin: 0 0 0 0px;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: center;
	}

	footer .cont_derecha p{
        margin: 5px 0;
        color: #364a65;
        font-size: 1.1em;
        display: inline-block;
        font-weight: 600;
	}

	footer .cont_derecha img{
		max-width:100%;
	}

	footer .cont_derecha .cont_derecha2{
	    width: 50%;
	    vertical-align: middle;
	    display: inline-block;
	    margin: 0 auto;
	}
    footer .cont_derecha .cont_derecha1{
        width: 14%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0px 0 0px;
        box-sizing: border-box;
        padding: 0% 0;
	}

	.tbl_css{
		font-size: 0.8em;
		margin: 0 0 10px 0;
	}

	.tbl_css td{
		padding: 5px;
		color: #999;
		box-sizing:border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.tbl_css a{
		color: #39ADC6;
		box-sizing:border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.tbl_css a:hover{
		color: #58CFE8;
	}

	.tbl_css p{
		text-align: right;
		margin: 0;
		font-size: 1em;
	}

	.tbl_css tr:nth-child(2n+1) {
		background: #fff;
	}

	.tbl_css tr:nth-child(2n+2) {
		background: #f4f4f4;
	}

	.links_ints{
		list-style: none;
		display: inline-block;
		max-width: 100%;
		margin: 1%;
		padding: 1% 2%;
		border: 1px solid #eee;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));
		background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
		color: #999 !important;

	}

	.links_ints:hover{
		color: #39ADC6 !important;
	}

	.cont_bnts_gnal{
		padding: 1% 0;
    	border-bottom: 1px solid rgba(230,230,230,1);
	}

	.cont_bnts_pag2{
		padding: 1% 0;
    	border-top: 1px solid rgba(230,230,230,1);
    	margin-top: 1.5%;
	}

	.cont_bnts_pag{
		padding:1.5% 0!important;
	}

	.pasos{
		color:#99CB34;
		font-weight: bold;
		text-align: center;
		font-size: 1.8em;
	}

	.texto_pasos{
		text-align: center;
	}


/*--------------------------------------------------------------------// NUEVOS //--------------------------------------------------------------------*/
.btn_gnal{
	text-align: center;
	font-size: 1.2em;
	border-bottom: #33A69D 5px solid;
	padding: 2% 7%;
	display: inline-block;
	border-radius: 8px;
	color: #FFF;
	background: #3FCBC2;
	margin-top: 1.5%;
}


.btn_gnal:hover {
	background: #33A69D;
}

.cont_pag_disp{
	margin: 0 auto 2% auto;
	text-align: center;
	width: 60%;
}

.cont_pag_disp h1{
	margin: 0 0 1% 0;
	text-align: center;
	font-size: 2.2em;
	color: #666;
}

.cont_pag_disp .btn_regre{
	margin-top: 3.5%;
	padding: 1.2% 7%;
	text-align: center;
	font-size: 1.2em;
	border-bottom: #CF472C 5px solid;
	display: inline-block;
	border-radius: 8px;
	color: #fff;
	background: #F25845;
}


.cont_pag_disp .btn_regre:hover {
	background: #CF472C;
}

/*----------------------------------------------------------------
	TABLA PROTOTIPOS
------------------------------------------------------------------*/
.tbl_prttp{
	width: 70%;
	margin: 0 auto;
	border-collapse: collapse;
}

.tbl_prttp .tr_ppal{
	background: #E8E8E8!important;
	border-bottom: 1px solid #C8C8C8;
	color:#999;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.tbl_prttp tr td{
	padding: 1.5% 0;
}

.tbl_prttp tr td:first-child{
	padding-left: 2%;
}

.tbl_prttp tr td:last-child{
	text-align: center;
}

.tbl_prttp tr:nth-child(odd){
	background: #f1f1f1;
}

.vistap{
	float: none!important;
    width: 22%;
    vertical-align: middle;
    /*margin: -2% 0 0 2%;*/
}

.vistap:hover{
	color:#ccc;
}

.ico_estado{
	float: none!important;
    width: 8%;
    vertical-align: middle;
    margin: -2% 0 0 6%;
}

/*----------------------------------------------------------------
	TABLA PROTOTIPOS
------------------------------------------------------------------*/

/*TABLA ADICIONAR CONTENEDORES*/

.tbl_adicionar_cont{
	margin: 0 auto;
	width: 100%;
}

.tbl_adicionar_cont p{
	text-align: left;
	display: inline-block;
	font-weight: 600;
	vertical-align: middle;
	margin-left:2%;
}

.tbl_adicionar_cont .ico_contenedor{
	vertical-align: middle;
	margin:0;
}
/*TABLA ADICIONAR CONTENEDORES*/

.img_cont_ico{
    position: absolute;
    top: 4px;
    right: 4px;
    margin: 0!important;
    width: 3.5%;
}

/*==================================================================================================
	PASO 1 ARMAR Y CONFIGURAR COMERCIAL
==================================================================================================*/

.ps1_comercial{
	width: 100%;
	border-collapse: collapse;
	border:none;
}

.ps1_comercial .th_title{
    text-align: left;
    border-bottom: 1px #ccc solid;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 1.15em;
}

.ps1_comercial .th_title tr th{
    padding-top: 3%;
}

.td_empresa, .td_contacto{
	padding-top:2%;
}

/*==================================================================================================
	PASO 1 ARMAR Y CONFIGURAR COMERCIAL
==================================================================================================*/


/*PASO 2 de ARMAR Y CONFIGURAR*/
.tr_cont_mod{
	background: #58c9f3;
}

.tr_cont_mod td strong .nombre_modulo{
	color:#fff;
	text-transform: uppercase;
	padding: 0.2%;
}

.tr_titulos_tbl_p2 td{
	padding:1.2% 0 0.5% 0;
}

.tr_act_inact{
	background: #DDD;
}

.tr_act_inact td{
	padding: 0.4%;
}

.tr_act_inact td strong{
	background: #DDD;
	text-transform: uppercase;
}
/*PASO 2 de ARMAR Y CONFIGURAR*/

/*================================================================================
	CONSOLA CLIENTE
================================================================================*/
.cont_qsomos li:hover{
	background: #ccc;
}
/*================================================================================
	CONSOLA CLIENTE
================================================================================*/
.notif_mail {
    width: 2.3%;
    display: block;
    position: absolute;
    top: 5px;
    right: -133px;
    height: 22px;
}
.notif_mail a {
    background: none!important;
    display: block!important;
    width: auto!important;
    height: auto!important;
    position: relative!important;
    top: 0!important;
    left: 0!important;
}
.notif_mail a img {
    width: 100%;
}
.tbl_datos td {
    text-align: left;
    padding: 1.5% 0% 0% 0%;
}
.txt_sp_tit {
    color: #4795c9;
    font-size: 95%;
}
.txt_p_dato {
    margin: 1.5% 0% 0% 0%;
    padding: 0;
    text-align: left;/*display: inline-block;*/

}
.txt_p_dato1 {
    margin: 0;
    text-transform: uppercase;
}
.info_web ul li .con_web {
    width: 85%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.info_web ul li .con_web h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    width: 71%;
    display: inline-block;
    text-align: left;
    margin: 0;
}
.info_web ul li .con_web span {
    font-size: 0.85em;
    width: 26%;
    display: inline-block;
    text-align: right;
    margin: 0;
    color: #9E9E9E;
}
.info_web ul li .con_web h3 {
    font-size: 1.1em;
    width: 71%;
    display: inline-block;
    text-align: left;
    margin: 1% 0 0 0;
    text-transform: uppercase;
}
.info_web ul li .con_web .tel_web {
    font-size: 0.85em;
    width: 26%;
    display: inline-block;
    text-align: right;
    margin: 0;
}
.info_web ul li .con_web .email_web {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.info_web ul li .con_web p {
    margin: 0.5%;
}
.info_web ul li .link_web {
    width: 14%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.info_web ul li .link_web .botones {
    text-align: center;
    font-size: .78em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 6px;
    display: inline-block;
    color: #fff;
    background: #4795c9;
    margin: 0 11%;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.info_web ul li .link_web .botones:hover {
    background: #357CAB;
}


.link_web > .btn-general{
    text-align: center;
    font-size: 0.78em;
    border: #4795c9 1px solid;
    padding: 10% 10%;
    display: inline-block;
    color: #fff;
    background: #4795c9;
    margin: 1.5% 0.2%;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.btn-general{
    text-align: center;
    font-size: 0.78em;
    border: #4795c9 1px solid;
    padding: 10px 13px;
    display: inline-block;
    color: #fff;
    background: #4795c9;
    margin: 1.5% 0.2%;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
}
.btn-general:hover{
    background: #357CAB;
}

.botones_botonera{
    text-align: center;
    font-size: 0.78em;
    border: #4795c9 1px solid;
    padding: 10px 13px;
    display: inline-block;
    color: #fff;
    background: #4795c9;
    margin: 0% 0.2%;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
}
.botones_botonera:hover{
    background: #357CAB;
}

.cont_registro_v2{
    width: 82%;
    margin: 0 auto;
}

.cont_registro_v2 .btn_derecha, .cont_btns_gestion{
    text-align: center;
}
.cont_registro_v2  fieldset{
    width: 47%;
    display: inline-block;
    border: none;
}

.text1 select{
	height: none;
}

fieldset{
	border:1px solid #fff;
}

.form_cons fieldset{
    border: 1px solid #fff;
    width: 30%;
    display: inline-block;
    margin: 0 3% 0 0;
    box-sizing: border-box;
    vertical-align: top;
}

.form_cons fieldset:nth-child(1n+16){
/*	width: 46%;*/
}

.form_cons fieldset label:nth-child(1){
	color: #4795c9;
    width: 100%;
    display: inline-block;
}

.form_cons fieldset label{
    margin: 0% 0% 2% 0%;
}

.form_cons fieldset select, .form_cons fieldset input,{
    padding: 8px 10px 8px 7px;
    width: 66%;
    margin: 0% 0% 0% 0%;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.form_cons fieldset textarea {
    padding: 8px 10px 8px 7px;
    width: 100%;
    margin: 0% 0% 0% 0%;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.checkeds input{
    padding: 0% !important;
    width: 5% !important;
}

.nav_centro{
    text-align: center;
}
/*
.cont_registro_v2 input[type="text"],
     input[type="password"],input[type="email"], input[type="text"], textarea, select{
    width: 100%;
    height: 6%;
    border-radius: 0px;
    padding: 0 2%;
}
*/

.dts_web{
    width: 90%;
    margin: 0 10%;
}

.titpopup {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 1% 0;
    background: #FBFBFB;
    border-bottom: 1px solid #F6F6F6;
}

.titpopup img {
    width: 12%;
    display: inline-block;
    position: relative;
    margin: 1% 0 0 0;
    padding: 0;
    left: 2%;
    vertical-align: middle;
}

.titpopup h1 {
	width: auto;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 0 0 2%;
	border-left: 2px solid #f3f3f3;
	left: 4%;
	font-size: 1.7em;
	font-weight: 100;
	color: #4795c9;
	vertical-align: middle;
	text-transform: uppercase;
}

.tb_envio_info{
    width: 50%;
    margin: 0 auto;
}

.tb_envio_info input[type="text"],textarea{
    border-radius: 0px;
    width: 100%;
    height: 100%;
    padding: 2% 2%;
    border: 1px solid #e8e7e7;
}

.tb_envio_info tbody tr td{
	padding: 1% 0% 1% 0%;
    text-align: center;
}

h1.tit_gestion {
    clear:both;
    display:block;
    font-size:2.5em;
    font-weight:100;
    margin:20px 0;
    overflow:hidden;
    padding:0;
    text-align:center !important;
}


.tbl_titulos_agen{
		width: 100%;
		padding: 0;
		margin: -6px 0;
		position: relative;
	}

	.encabezado_tabla{

	}

	.tbl_titulos_agen h1{
		width: 100%;
	    padding:.72% 0 .72% 2.5%;
		background: #262626;
		color: #fff;
		font-size:1.2em;
	}

	.tbl_titulos_agen p{
		font-size: 1.4em;
		text-align: center;
	    margin: 2.5% 0 1% 0;
	}

	.tbl_titulos_agen .btn_salir_call{
		top: 5.5%;
		padding: .6% 1% .6% 1%;
		right: 1%;
		border: 0;
		margin: 0;
	}

	.cont_user{
		width: 100%;
	}
	.cont_user p {
		font-size: 1em;
	    width: auto;
	    display: inline-block;
	}
	.cont_user #idusuario{
		display: inline-block;
    	width: 50%;
	}
	.cont_tb{
		border: 1px solid #dcdcdc;
		width: 100%;
	}
	.cont_tb .cont_tb_titulos{
	    background: #274161;
	}
	.cont_tb .cont_tb_titulos th{
		padding: 10px;
		border: 1px solid #032958;
		color: #FFF;
		font-weight: 100;
		text-align: center;
		font-size: 90%;
		width: 200px;
	}
	.cont_tb_2{

	}
	.cont_tb_2 tr{

	}
	.cont_tb_2 tr:nth-child(odd){
        background: #f1f1f1;
	}
	.cont_tb_2 tr td{
	    text-align: center;
	    border: 1px solid #ececec;
	    font-size: 85%;
	    padding: 10px 10px;
	}
    .cont_tb_2 tr .tb_ob{
        width: 50%;
    }
	.cont_tb_2 tr td p{
		text-align: center;
	}
	.cont_tb_2 tr td a{
		color: #4795c9;
	}
	.cont_tb_2 .btn-general{
	    display: block;
	    padding: 5px 10px;
	    margin: 0% 0% 5% 0%;
	    font-size: 100%;
	    background: #4f5f73;
	    border: 1px solid #4f5f73;
	    color: #FFF;
	    font-size: 12px;
	}
	.cont_tb_2 .btn-general:hover{
		background: #6a82a0;
		border: 1px solid #6a82a0;
	}
	.tb_menu_estados{
	    text-align: center;
	    margin: 0% 0% 1% 0%;
	}
	.tb_menu_estados .btn-general{
    	padding: 13px 11px;
	}
	.tbl_gestiones{
	    margin: 1% auto 1%;
	    width: 100%;
	}
	.tbl_gestiones tbody .tbl_cbz_lista{
	    background: #274161;
	}
	.tbl_gestiones tbody .tbl_cbz_lista td{
		padding: 1% 2%;
		color: #FFF;
		font-size: 85%;
	}
	.tbl_gestiones tbody .tbl_cbz_lista2{

	}
	.tbl_gestiones tbody .tbl_cbz_lista2:nth-child(odd){
		background: #fbfbfb;
	}
	.tbl_gestiones tbody .tbl_cbz_lista2 td{
	    border: 1px solid #ececec;
	    padding: 1%;
	    font-size: 80%;
	}
	.cerrar_box{
		position: absolute;
		right: 2%;
		top: 2.5%;
		width: 30%;
		text-align: right;
	}
	.cerrar_box .btn-general{
		background: #013a81;
		border: 1px solid #013a81;
		padding: 10px 15px 10px;
	}
	.cerrar_box .btn-general:hover{
		background: #4795c9;
		border: 1px solid #4795c9;
	}

.tb_editar{
	text-align: left;

}
.tb_editar form {
    margin: 0;
    text-align: left;
    width: 98%;
}
.tb_editar tbody tr td fieldset{
	border: none;
	text-align: left;
	padding: 1% 0% 0% 0%;
	margin: 0% 1% 0% 0%;
	width: 49%;
	display: inline-block;
}

.tb_editar tbody tr td fieldset input[type="text"],.tb_editar tbody tr td fieldset input[type="submit"],.tb_editar tbody tr td fieldset input[type="checked"],.tb_editar tbody tr td fieldset select, .tb_editar tbody tr td fieldset #correo_email, .tb_editar tbody tr td fieldset input[type="button"]:focus, .tb_editar tbody tr td fieldset textarea {
    background: #fff;
    margin: 0;
    padding: 2% 2% 2% 2%;
    width: 100%;
    color: #bfbbbb;
    font-size: 0.9em;
    text-align: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cont_tb_titulos2{
	background: #274161;
}

.cont_tb_titulos2 h1{
    color: #FFF;
    margin: 0% 0% 0% 0%;
    font-size: 1.2em;
}

.tb_editar1 tbody tr td{
    padding: 1% 1% 1% 1%;
}
.tb_editar1 tbody tr td select, .tb_editar1 tbody tr td .text1{
	background: #fff;
	margin: 0;
	padding: 2% 2% 2% 2%;
	width: 100%;
	color: #bfbbbb;
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#param{
    width: 75%;
    height: 40px;
    border: none;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 4px 4px 4px 4px;
}

#param option{
    
}

.tb_general{
  width: 100%;  
}

.tb_general tbody{
    
}
.tb_general tbody .tit_tb_general{
background: #e1e1e1;
}
.tb_general tbody .tit_tb_general td{
padding: 8px 10px;
font-size: 98%;
color: #013a81;
border: 1px solid #ededed;
position: relative;
font-weight: 600;
}
.tb_general tbody tr{
    
}
.tb_general tbody tr td{
padding: 14px 10px;
text-align: center
}
.tb_general tbody tr td input{
border: 1px solid #efefef;
padding: 10px 10px;
border-radius: 4px;
font-size: 0.85em;
}
.tb_general tbody tr td select{
border: 1px solid #efefef;
padding: 5px 10px;
border-radius: 4px;
}

.tit_tb_general{
    border: 1px solid #dfdfdf;
    background: #e8e8e8;
    color: #333;
    font-size: .9em;
}
.tit_tb_general td{
     padding: 11px 0px !important;
    background: #313446 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #313446 !important;
    text-align: center;
    font-size: 1.1em !important;
}
.text1 tr td{
    position: relative;
    border: 1px solid #ededed;
    font-size: 1.1em;
    font-weight: 400;
    color: #000000;
    padding: 8px;
    text-align: center;
    border-radius: 0px;
}
.tit_tb_general td a{
color: #FFF;
}
.tbl_lista td #imgFecha{
/* position: absolute !important; */
margin: 13% 0% 0% 0%;
right: 0;
transform: translateY(-50%);
width: 17px;
}

.tbl_lista td .text1{
font-size: 0.9em;
font-weight: 100;
color: #000000;
border: 1px solid #dfdfdf;
padding: 7px 4px;
border-radius: 4px;
width: 100%;
text-align: center;   
}


.tb_terceros{
margin: 0 auto;  
}

.tb_terceros caption{
background: #013a81;
color: #FFF;
padding: 3% 0% 3% 0%;    
}

.tb_terceros thead{
    
}

.tb_terceros thead tr{
    
}

.tb_terceros thead tr th{
background: #d5d5d5;
color: #9d9d9d;
font-weight: 100;
padding: 11px;
text-align: center;
border: 1px solid #cacaca;
}

.tb_terceros tr td{
padding: 10px;
font-size: 89%;
text-align: center;
border: 1px solid #cacaca;
}

.campos_ingreso tr td input[type="text"],.campos_ingreso tr td input[type="submit"], .campos_ingreso tr tdinput[type="checked"],.campos_ingreso tr td select,.campos_ingreso tr td textarea,.campos_ingreso tr td input[type="button"]:focus {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.asg_color{
    
}
.asg_color ul{
    padding: 0;
}
.asg_color ul li{
    display: inline-block;
    list-style: none;
    margin: 0% 0.5% 0% 0%;
    border-right: 1px solid #e3e3e3;
    padding: 0% 1% 0% 0%;
}
.asg_color ul li div{
    display: inline-block;
    vertical-align: middle;
}
.asg_color ul li p{
    display: inline-block;
    vertical-align: middle;
}
.asg_color ul li:last-child{
    border: none;
}
.aler-err tr td a{
    background: 0;
    border: none;
}
.aler-err tr td a img{
    height: 30px;
    width: auto;
    padding: 0 45px
}
.aler-err tr td p{
	padding: 17px;
    background: #ffcfcf;
    border-radius: 8px;
    color: #e33;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
}


@media screen and (min-width: 1275px) and (max-width: 1360px){
	.tb_menu_estados .btn-general {
	    padding: 10px 4px;
	}
}
@media screen and (min-width: 1361px) and (max-width: 1435px){
	.tb_menu_estados .btn-general {
       padding: 9px 7px;
	}
}
@media screen and (min-width: 1436px) and (max-width: 1589px){

}

@media screen and (min-width: 1590px) and (max-width: 1890px){

}
@media screen and (min-width: 1891px) and (max-width: 2220px){

}