@charset "UTF-8";
/* CSS Document */
/*
@font-face {
	font-family: fontStom;
	src:url(fontStom.eot);
	src:url(fontStom.ttf);
}
*/
@font-face {
    font-family: 'fontStom';
    src: url('fontStom/fontstom-webfont.woff2') format('woff2'),
         url('fontStom/fontstom-webfont.woff') format('woff');	 
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0px;
  padding: 0px;
	/*color: black;*/
}

html, body{
	/*background-color: rgba(0,0,0,1.00);*/
	font-family: 'Roboto', sans-serif !important;
	
	align-content: center;
}

.container{
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  color: white;
  text-align: left;
  overflow: hidden;
  left: 1px;	/*
	border-left: 2px solid #1C3956;
	border-right: 2px solid #1C3956;
	*/
}

.header{
	height:130px;
	background-color: #1C3956;
}

.logo{
	float:left;
	width:25%;
	height: 100%;
	padding-left:20px;
	padding-top: 5px;
	box-sizing:border-box;
}

.logo img{
	/*border-radius:30%;*/
}

.titulo{
	float:left;
	width:50%;
}

.conexion{
	/*float:left;
	width:25%;
	padding-top: 40px;*/
	
}

.content{
	height: 80%;
	position: relative;
	box-sizing: border-box;
}

.content2{
	height: 100%;
	box-sizing: border-box;
}
.contenido_interior{
	height: 100%;
	box-sizing: border-box;
}

.contenido_interior div{
	box-sizing: border-box;
}

.footer{
	padding-top:20px;
	box-sizing:border-box;
	color:white;
	position: absolute;
	height:150px;
	width: 100%;
	bottom: 0;
}

/* CABECERA */
.titulo .titulo{
	font-size:40px;
	/*padding-top:30px;*/
	font-family: 'Roboto', sans-serif !important;
}

.panel{
	height:30px;
	padding-top:7px;
	box-sizing:border-box;
	background-color: #FFFFFF;
	border-radius: 2px;
	font-weight:bold;
	color: #1C3956;
	text-align:center;
}

.usuarios{
	box-sizing:border-box;
	border:1px solid rgba(248,177,41,1.00);
	height:100px;
}

.usuarios input[type="text"], .usuarios input[type="password"] {
	padding:2px;
	font-size:14px;
	width:85%;
	margin-top:5px;
}

.boton_acceso {
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgb(102,229,50);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(45,134,180);
	border-radius:1px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_acceso:hover{
	color: rgb(102,229,50);
	background: rgb(255,255,255);
	cursor:hand; cursor: pointer;
}

.boton_registro {
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgba(0,36,255,1.00);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(45,134,180);
	border-radius:1px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_registro:hover{
	color: rgba(0,36,255,1.00);
	background: rgb(255,255,255);
	cursor:hand; cursor: pointer;
}

.boton_eliminar {
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgba(255,70,70,1.00);
	padding:2px 5px 3px 5px;
	border:1px solid rgba(255,0,0,1.00);
	border-radius:1px;
	box-shadow:2px 2px 2px rgba(255,70,70,1.00);
	cursor:hand; cursor: pointer;
}

.boton_eliminar:hover{
	color: rgba(255,0,0,1.00);
	background: rgb(255,255,255);
	cursor:hand; cursor: pointer;
}

.imagen_perfil{
	cursor:hand;
	cursor:pointer;
}

.imagen_seguidos{
	border:2px solid rgba(57,130,195,1.00);
	border-radius:19px;	
}

A.descolink:visited {
	color: rgb(255,0,0);
	text-decoration: none;}
A.descolink:active {
	color:#F00;
	text-decoration: none;} 
A.descolink:link {
	color:rgb(255,0,0);
	text-decoration: none;}
A.descolink:hover {
	color:rgb(255,255,0);
	text-decoration: none;}
A.descolink:focus {
	color:rgb(255,255,0);
	text-decoration: none;}

.userlink{
	color:blue;
	text-decoration:none;
}

/*
INPUT DE ARCHIVOS PERSONALIZADO
*/
.input-file{
	cursor: pointer;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
    z-index: 99;
    /*This makes the button huge. If you want a bigger button, increase the font size*/
    font-size:50px;
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.contenedorInput {
    height: 32px;
    width: 64px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /*Using a background color, but you can use a background image to represent a button
    background-color: #DDF;*/
}

.contenedorInputPerfil {
    height: 120px;
    width: 120px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /*Using a background color, but you can use a background image to represent a button
    background-color: #DDF;*/
}
	
/* BARRA DIVISORA */
.linea {
	padding:0px 40px 0px 40px;
	border: 0;
	height: 24px;
	box-shadow: inset 0 24px 24px -24px #1587CB;
}

/*
NUEVO MENÚ DE NAVEGACIÓN EN LOS TÍTULOS DE LAS PÁGINAS
*/
.navegacion{
	
}

.navegacion .volver{
	float: left;
	width: 20%;
	text-align: center;
}

.navegacion .centro{
	float:left;
	width: 60%;
	text-align: center;
}

.navegacion	.cambiar{
	float: left;
	width: 20%;
	text-align: center;
}

.clearfloat{
	clear:both;
}

.columna4{
	box-sizing:border-box;
	float:left;
	width:25%;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}


/*
APLICACIÓN : INICIO
*/
.grafica{
	height: 370px;
	background: white;
	/*background-image: url(../images/pescadatos/analisis.png);
	background-size: contain;*/
	margin-left: 10%;
	margin-right: 10%;
	box-sizing: border-box;
	border: 2px solid rgba(255,123,7,1.00);
	padding: 2%;
}

.grafica canvas{
	width: 96% !important;
	height: 336px !important;
}

.boton_ver_horas {
	font-size:20px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgb(102,229,50);
	padding:8px 20px 12px 20px;
	border:2px solid rgb(45,134,180);
	border-radius:1px;
	box-shadow:4px 4px 4px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_ver_horas:hover{
	color: rgb(102,229,50);
	background: rgb(255,255,255);
	cursor:hand; cursor: pointer;
}

.primeros_botones{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border: 2px solid #1587CB;
}

.primeros_botones legend{
	margin-left: 10px;
	color: orange;
	background-color: #1587CB;
	padding: 3px 10px 3px 10px;
	border-radius: 10px;
}

.primeros_botones > div {
	position: relative;
}

.columna3{
	float: left;
	width: 33%;
}

.columna5{
	float: left;
	width: 20%;
}

.primeros_botones > div > form{
	width:150px;
	height:150px;
	border:2px solid orange;
	box-shadow:4px 4px 4px rgb(45,134,180);
	background-color:white;
	background-position: center;
	cursor:hand;
	cursor:pointer;
	position: relative;
}

.primeros_botones > div > form:hover{
	width:150px;
	height:150px;
	border:2px solid orange;
	background-color: rgba(230,205,206,1.00);
}

.botones_primeros{
	font-size:20px !important;
	font-weight:bold;
	color: rgb(0,0,0);
	background: white;
	height: 150px;
	width: 150px;
	border:2px solid rgb(45,134,180);
	border-radius:1px;
	box-shadow:4px 4px 4px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.botones_primeros:hover{
	color: rgb(102,229,50);
	background: rgb(255,255,255);
	cursor:hand; cursor: pointer;
}

.boton_manuales{
	background-image:url(../images/aplicacion/manual2.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position: 0px 10px;
}

.boton_mantenimientos{
	background-image:url(../images/aplicacion/mantenimiento.png);
	background-repeat:no-repeat;
	background-size: 90%;
  background-position: 50% 50%;
}

.boton_historicos{
	background-image:url(../images/aplicacion/listado.png);
	background-repeat:no-repeat;
	background-size: 90%;
  background-position: 50% 50%;
}

.boton_inventarios{
	background-image:url(../images/aplicacion/stock.png);
	background-repeat:no-repeat;
	background-size: 100%;
  background-position: 50% 50%;
}

.boton_diario{
	background-image:url(../images/aplicacion/diario.png);
	background-repeat:no-repeat;
	background-size: 90%;
  background-position: 50% 50%;
}

.boton_informes{
	background-image:url(../images/aplicacion/informes.png);
	background-repeat:no-repeat;
	background-size: 90%;
  background-position: 50% 50%;
}

.boton_certificados{
	background-image:url(../images/aplicacion/documentos.png);
	background-repeat:no-repeat;
	background-size: 90%;
  background-position: 10px 5px;
}

.boton_capacidades{
	background-image:url(../images/aplicacion/capacidades.png);
	background-repeat:no-repeat;
	background-size: 80%;
  background-position: 13px 50%;
}

.boton_mareas{
	background-image:url(../images/aplicacion/mareas.png);
	background-repeat:no-repeat;
	background-size: 80%;
  background-position: 50% 50%;
}

.boton_personal{
	background-image:url(../images/aplicacion/personal.png);
	background-repeat:no-repeat;
	background-size: 80%;
  background-position: 12px 50%;
}

.boton_clientes{
	background-image:url(../images/aplicacion/clientes.png);
	background-repeat:no-repeat;
	background-size: 100%;
  background-position: 50% 50%;
}

.boton_comunicaciones{
	background-image:url(../images/aplicacion/comunicacion.png);
	background-repeat:no-repeat;
	background-size: 90%;
  background-position: 50% 50%;
}

.boton_proveedores{
	background-image:url(../images/aplicacion/proveedores.png);
	background-repeat:no-repeat;
	background-size: 100%;
  background-position: 50% 50%;
}

.boton_filiales{
	background-image:url(../images/aplicacion/filiales.png);
	background-repeat:no-repeat;
	background-size: 100%;
  background-position: 50% 50%;
}

.boton_barcos{
	background-image:url(../images/aplicacion/barcos.png);
	background-repeat:no-repeat;
	background-size: 100%;
  background-position: 50% 50%;
}

/*
ORGANIGRAMA
*/
.organigrama{
	
}

.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
	padding-top: 20px;
  position: relative;
	display: inline-block;
}

.organigrama li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 20px 5px 0px 5px;
  position: relative;
  margin-bottom:20px;
}

.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
  top: 0px;
  right: 50%;
	border-top: 1px solid #f80;
	width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 1px solid #f80;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 1px solid #f80;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	content: '';
	position: absolute;
  top: 0;
  left: 50%;
	border-left: 1px solid #f80;
	width: 0;
  height: 20px;
}

.organigrama li a {
	border: 1px solid #f80;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #333;
  background-color: rgba(255,255,255,0.5);
	font-family: 'Roboto', sans-serif !important;
	font-size: 0.85em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
	border: 1px solid #fff;
	color: #ddd;
  background-color: rgba(255,128,0,0.7);
	display: inline-block;
}

.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  width: 8em;
}

/*
DIVS DE BÚSQUEDA
*/
.mitad{
	float: left;
	width: 50%;
}

/*
CSS PARA BOTONES DE DATATABLES
*/
.botones_tablas{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.botones_tablas > div{
	display:inline-block !important;
	float:none !important;
}

/*
ESTRUCTURA POR COLUMNAS
*/
.columna_izquierda{
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.columna_derecha{
	float: left;
	width: 75%;
	box-sizing: border-box;
	background-color: white;
	padding-left: 10px;
}

/*
MENÚ ACORDEON
*/
.menu_acordeon {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(255,128,0,1.00);
	color: rgba(255,128,0,1.00);
}

.menu_acordeon:hover {
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(255,128,0,1.00);
	color: blue;
	cursor: pointer;
}

/*
CSS PARA DATATABLES EN AGRUPACIÓN
*/
tr.group1, tr.group1:hover {
    background-color: rgba(187,187,187,1.00) !important;
}

tr.group1 td{
	text-align:center;
	font-weight:bold;
}

tr.group2, tr.group2:hover {
    background-color: rgba(221,221,221,1.00) !important;
}

tr.group2 td{
	text-align:left;
	font-weight:bold;
}

tr.group3, tr.group3:hover {
    
}

tr.group3 td{
	text-align:left;
	text-decoration:underline;
}


/*
CSS PARA LAS ALERTAS
*/
.alerta{
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: 47%;
	width: 20px;
	height: 20px;
	border: 1px solid red;
	background-color: red;
	border-radius: 50%;
	color: white;
	padding-top: 2px;
	font-size: 10px;
	z-index: 10;
	cursor: pointer;
}

.alerta strong{
	margin-left: -1px;
}

/*
CSS PARA CAPACIDADES
*/
.plano > div{
	display: none;
	position: absolute;
	z-index: 100;
	right: 0;
	background: white;
	border: 2px solid orange;
}

.plano:hover > div{
	display: block;
}

.plano > img{
	width: 60px;
}

.plano > div > img{
	max-height: 700px;
}

.capacidades_img{
	width: 50px;
	cursor: pointer;
}

/*
CSS PARA INVENTARIOS
*/
.inventarios_img{
	height: 40px;
	cursor: pointer;
}


/*
CSS PARA HACER GRÁFICOS DE LOS TANQUES
*/
/**
 * Animated pie chart - style loader with CSS
 * Based in http://dabblet.com/gist/127de0e3bb8ae0bbb75b from Lea Verou
 */
/*
@keyframes spin-rotate {
  to { transform: rotate(.5turn); }
}

@keyframes spin-color {
  25% { background-color: currentColor; }
  75% { background-color: inherit; }
}

@keyframes bg-pie {
  50% { background-position: 100px; }
}
*/

.grafico_pie {
  /* color 1 */
  background-color: red;
  /* color 2 */
  color: green;
  /* circle radius */
  height: 200px;
  width: 200px;
  
  background-image: linear-gradient(90deg, transparent 50%, currentColor 0);
  border: 2px solid orange;
  border-radius: 50%;
  overflow: hidden;
  /*animation: bg-pie 12s step-end infinite;*/
}

.grafico_pie .grafico_pie1 {
  background-color: inherit;
  border-radius: 0 100% 100% 0 / 50%;
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  transform-origin: left;
  /*animation: spin-rotate 3s linear infinite, spin-color 12s step-end infinite;*/
}

.grafico_pie .grafico_pie2 {
  background-color: inherit;
  border-radius: 0 100% 100% 0 / 50%;
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  transform-origin: left;
  /*animation: spin-rotate 3s linear infinite, spin-color 12s step-end infinite;*/
}


/*
NUEVO FORMATO DE BOTÓN DE OJO DE BUEY
*/
.boton_ojo{
	background-color: white;
	background-image: url(../images/aplicacion/ojobuey.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.boton_ojo:hover{
	background-color: rgba(255,132,0,0.61);
	cursor: hand; cursor: pointer;
}

.boton_ojo form{
	margin: 20px;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	display: inline-block;
}

.boton_compras{
	background-image:url(../images/aplicacion/carrito.png);
	background-repeat:no-repeat;
	background-size:contain;
}



/*
CLASES PARA FORMULARIOS
*/
.formulario1 fieldset{
	margin: 10px;
	padding: 5px;
}

.formulario1 fieldset legend{
	padding-left: 10px;
	padding-right: 10px;
}

.formulario1 td, .formulario1 th{
	padding: 2px;
}



/*
NUEVO PANEL DE USUARIOS Y DE IDIOMAS DE LAS APLICACIÓN
*/
.nuevo_panel{
	padding-top: 15px;
}

.nuevo_panel a{
	position: relative;
}

.nuevo_panel a > p{
	display: inline-block;
	padding: 5px 20px 5px 20px;
	border: 1px solid rgba(0,37,255,1.00);
	box-shadow: 2px 2px 2px rgba(0,37,255,1.00);
}

.nuevo_panel a div{
	display:none;
	position:absolute;
	z-index:1000;
	width: 200px;
	margin-top: 2px;
	background-color: white;
	border-radius: 5px;
	height: 60px;
	margin-top: 0px;
	left: 50%;
	margin-left: -100px;
}

.nuevo_panel a:hover div{
	display:block;
}

.circulosin{
	border:1px solid rgba(197,225,242,1.00);
	box-shadow:1px 1px 1px white;
	margin-top: -3px;
}

.circulo{
	border:1px solid rgba(197,225,242,1.00);
	box-shadow:1px 1px 1px white;
	max-height:22px;
	max-width:30px;
	position:relative;
}


.circulo:hover{
	border-radius : 50% ;
}


.fondo_argos{
	background-image:url(../images/aplicacion/argos.png);
	background-repeat:no-repeat;
	background-size: 100%;
  	background-position: 50% 50%;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

/*
SISTEMA PARA OCULTAR EL SELECT EN UNA TABLA
*/
.div_oculto .div_oculto2{
	display:none;
}

.div_oculto:hover .div_oculto1{
	display:none;
}

.div_oculto:hover .div_oculto2{
	display:inline-block;
}



/*
CLASES PARA LAS GRAFICAS DE LOS TANQUES DE COMBUSTIBLE
*/
.plano_tanques{
	width: 800px; 
	height: 500px; 
	overflow: scroll;
	position: relative;
	padding-top: 40px;
}

.plano_tanques img{
	width: 100%;
}

.grafica_tanque{
	display: inline-block;
	position: absolute;
	z-index: 99999;
	/*
	width: 40px;
	height: 70px;
	*/
	width: 100px;
	height: 80px;
	overflow: visible;
	text-align: left;
}

.grafica_tanque canvas{
	width: 100px;
	height: 80px;
	overflow: visible;
}


/*
CLASES PARA LOS NUEVOS FORMATOS DE PANTALLAS
*/
.div_principal{
	float: left;
	box-sizing: border-box;
	width: 75%;
	height: 100%;
	background-color: #FFFFFF;
}

.div_barra{
	float: left;
	position: fixed;
  right: 2px;
	box-sizing: border-box;
	width: 25%;
	height: 100%;
	background-color: #E0E0E0;
	border-left: 2px solid #1C3956;
}

.header2{
	height:130px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #1C3956;
	/*padding-top: 15px;*/
	box-sizing: border-box;
}

.header2 img{
	max-width: 96%; 
	max-height: 96%;
}

.boton_alargado{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 90%;
	display: inline-block;
}

.boton_alargado form{
	cursor: pointer;
}

.boton_alargado form img{
	max-height: 80px;
	max-width:100%;
}

.boton_columna{
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 80%;
	display: inline-block;
}

.boton_columna form{
	cursor: pointer;
}

.boton_columna form img{
	max-width:100px;
	max-height:100px;
}

.boton_pie{
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*width: 29%;*/
	display: inline-block;
}

.boton_pie form{
	cursor: pointer;
}

.boton_pie form img{
	max-width:120px;
	max-height: 60px;
}

.boton_pie form p{
	color:white;
	font-size: 14px;
}

.boton_pro{
	cursor: pointer;
	margin: 10px;
	padding: 5px;
	border: 1px solid #1C3956;
	border-radius: 3px;
	box-shadow: -1px 1px 1px #1C3956;
	display: inline-block;
	background-color: #FFFFFF;
}

.boton_pro:hover{
	background-color: #CFCDCD;
}

.boton_pro2{
	cursor: pointer;
	margin: 10px;
	padding: 5px;
	border: 1px solid #1C3956;
	border-radius: 3px;
	box-shadow: -1px 1px 1px #1C3956;
	display: inline-block;
	background-color: #CFCDCD;
}

.boton_pro2:hover{
	background-color: #FFFFFF;
}


.pie{
	height: 50px;
	width: 100%;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color:white;
}

.pie .tercio {
	float: left;
	width: 33%;
	text-align: center;
}

.migas_de_pan{
	height: 40px;
	width:100%;
	box-sizing: border-box;
	border-bottom:2px solid #1C3956;
	/*padding-left: 20px;
	padding-right: 20px;*/
}

.migas_de_pan a{
	color: orange;
	font-weight: bold;
	text-transform: uppercase;
}

.migas_de_pan .boton{
	background-color: #BEBEBE;
	margin-left: 50px;
	border-radius: 5px;
	padding: 6px;
  top: -15px;
  position: relative;
	text-decoration: none;
	color: #1B3956 !important;
}

.migas_de_pan .boton:hover{
	background-color: #949494;
}

.migas_de_pan .boton img{
	position: relative;
  top: 9px;
  height: 28px;
}

.migas_de_pan p{
	display:inline-block;
	font-weight: bold;
	color: orange;
	top: -14px;
  position: relative;
	text-transform: uppercase;
}

.migas_de_pan > a > img{
	height:36px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:5px;
}

.migas_de_pan > img{
	height:26px;
	position: relative;
	top:-4px;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:5px;
}


.boton_alertas{
	cursor: pointer;
	margin: 5px;
	margin-left: 50px;
	padding: 2px;
	border: 1px solid #1C3956;
	width: 120px;
	border-radius: 3px;
	box-shadow: -1px 1px 1px #1C3956;
	display: inline-block;
	background-color: #CFCDCD;
	text-align: left;
}

.boton_alertas:hover{
	background-color: #FFFFFF;
}

.boton_alertas p{
	font-weight: bold;
	color:#1C3956;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	display: inline-block;
}

.boton_alertas div{
	height: 20px;
	width: 20px;
  margin: 0px;
  position: relative;
	/*display: inline-block;
  top: 4px;*/
	float:right;
	margin-right: 5px;
	text-align: center;
	border: 2px solid #1B3956;
	border-radius: 50%;
	font-size: 14px;
}

.hay_alertas{
	background-color: red;
	color: white;
}

.no_hay_alertas{
	background-color: green;
	color: #1B3956;
}




/* PRIMERA CLASE DE TABLA */
.tabla1{
	border-collapse: collapse;
	border: 1px solid black;
}

.tabla1 th{
	background-color: #1B3956;
	color:white;
	border: 1px solid black;
}

.tabla1 tbody tr:nth-child(odd) {
	background-color: rgba(208,208,208,1.00);
}

.tabla1 tbody tr:nth-child(even) {
	background-color: white;
}

/* PADING EN LAS TABLAS */
.tabla1 td, .tabla1 th{
	padding: 3px;
}



/*
FIELDSETS PARA FORMULARIOS
*/
.fieldset1 {
	margin-top: 10px;
	border-color: #1B3956;
	padding: 5px;
}

.fieldset1 legend{
	color: white;
	background-color: #1B3956;
	padding: 5px;
	border-radius: 2px;
}

.texto-vertical-1 {
  writing-mode: vertical-lr;
}

.texto-vertical-2 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.texto-vertical-3 {
  width:16px;
  word-wrap: break-word;
  text-align:center;
}

.texto-vertical-4 {
  transform: rotate(270deg);
	margin-left: -50%;
  margin-right: -50%;
}

.texto-vertical-5 {
  writing-mode: vertical-rl;
	max-width: 50px;
	max-height: 250px;
	min-height: 200px;
	transform: rotate(180deg);
}



/*
DIVS FLOTANTES
*/
.div_2{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.div_3{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
}

.div_25{
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.div_75{
	float: left;
	width: 75%;
	box-sizing: border-box;
}


/*
DIV OCULKTO CON ENLACE
*/
.enlace_div_oculto > div{
	display: none;
	z-index: 99999;
	background-color: white;
	border: 1px solid #1B3956;
	border-radius: 5px;
	position: absolute;
	padding: 10px;
	cursor: auto;
}

.enlace_div_oculto:hover > div{
	display: block;
}

.enlace{
	margin: 3px;
	cursor: pointer;
}

.enlace:hover{
	text-decoration: underline;
}







.interior {
	width: 100%;
	text-align:left;
}

/* CABECERA */
.divisor{
	height:45px;
	border-top: 2px solid rgb(0,0,153);
	border-bottom: 2px solid rgb(0,0,153);
}

.titulo_divisor{
	color:rgb(0,0,153);
	font:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	margin:0px;
	padding:0px;
}

.menu_nuevo{
	padding-top:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:15px;
}

.menu_pieza {
	float:left;
	width:20%
}

.imagen_mano{
	cursor:hand;
	cursor:pointer;	
}

.contenido_interior2{
	margin-left:2%;
	margin-right:2%;
}

.nuevo_proyecto{
	width:100% !important;
}

.nuevo_proyecto tr td{
	padding:5px;
}

.boton_continuar{
	margin-top:10px;
	cursor: hand;
	cursor:pointer;
}

.div_mitad{
	width:50%;
	float:left;
}

.div_tercio{
	width:33.33%;
	float:left;
}


/* PIE DE PÁGINA */
.piedepagina{
	width:20%;
	height:90px;
	float:left;
	text-align:center;
	margin-left:2%;
	margin-right:2%;
}

.piedepagina_i{
	width:20%;
	height:90px;
	float:left;
	text-align:center;
	margin-left:4%;
	margin-right:2%;
}

.letrapie {
	margin:0px; 
	padding:0px;
	font-size:14px;
	color: white;
}

.letrapie a{
	color: white;
}

.titulopie {
	margin:0px; 
	padding:0px;
	padding-bottom:5px;
	font-size:16px;
	text-decoration: underline;
	color:white;
}


/* VENTANAS EMERGENTES */
.oculto{
	display:none;
}



/* OTROS */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Link del usuario */
A.userlink:visited {
	color: rgb(47,30,77);
	text-decoration: none;} 
A.userlink:active {
	color:rgb(0,0,255);
	text-decoration: none;}
A.userlink:link {
	color:rgb(47,30,77);
	text-decoration: none;} 
A.userlink:hover {
	color: rgb(0,0,255);
	text-decoration: none;}
A.userlink:focus {
	color:rgb(0,0,255);
	text-decoration: none;}
	
/* Link de desconexión del usuario */
A.descolink:visited {
	color: rgb(255,0,0);
	text-decoration: none;}
A.descolink:active {
	color:#F00;
	text-decoration: none;} 
A.descolink:link {
	color:rgb(255,0,0);
	text-decoration: none;}
A.descolink:hover {
	color:rgb(255,255,0);
	text-decoration: none;}
A.descolink:focus {
	color:rgb(255,255,0);
	text-decoration: none;}
	

/* Mensaje de error de jquery validate */
label.error {
    color: #FB3A3A;
    display: inline-block;
    margin: 4px 0 5px 5px;
    padding: 0;
    text-align: left;
    width: 220px;
}

/* Para el mensaje del check legal del registro */
#legal-error {
	display: block;
	margin-right: 130px;
}

input[type='text'] {
	border-radius:5px;
}
input[type='number'] {
	border-radius:5px;
}
input[type='date'] {
	border-radius:5px;
}
input[type='password'] {
	border-radius:5px;
}

textarea {
	border-radius:7px;
}


/* COMPATIBILIDAD CON LOS NAVEGADORES */
table {
	margin:0px;
}

table tr td{
	padding:1px;
}

input {
	margin:1px;
}

/* CLASES PARA TABLAS */
.padding td{
	padding:5px !important;
}
.padding th{
	padding:5px !important;
}

/* PÁGINA DE CONTACTO */
.content0 {
	padding: 0px;
	padding-right:2%;
	width: 70%;
	float: left;
	margin-left:1%;
	margin-right:0%;
	margin-top:0px;
	display:block;
	margin-bottom: 5px;
}

.sidebar2 {
	float: left;
	width: 26%;
	height:100%;
	padding-bottom: 0px;
	margin-top:0px;
	margin-left:0%;
	padding-left:5px;
	margin-bottom:15px;
}


.titulillos{
	font-family: 'Roboto', sans-serif !important;
	font-size:40px;
	letter-spacing:2px;
	margin:0px !important;
	margin-bottom:5px;
	color: white;
}


.div_azul {
	background: url(../images/web/cinta_B.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center;
	height:30px;
}

.div_amarillo {
	background: url(../images/web/cinta_A.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center;
	height:30px;
}

.div_rojo {
	background: url(../images/web/cinta_R.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center;
	height:30px;
	cursor:hand;
	cursor:pointer;
}

.div_boton {
	margin-left:5%;
	margin-right:5%;
	height:170px;
	cursor:pointer;
	cursor:hand;
	border:2px solid rgb(0,80,156);
	border-radius: 20px;
	box-shadow: 5px 5px 5px #8A8A8A;
	background: rgba(0,0,255,0.8);
}


/* CLASES PARA EL INPUT TYPE FILE */
.contenedorInput {
    height: 32px;
    width: 64px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /*Using a background color, but you can use a background image to represent a button
    background-color: #DDF;*/
}
.fileInput {
    cursor: pointer;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
    z-index: 99;
    /*This makes the button huge. If you want a bigger button, increase the font size*/
    font-size:50px;
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}


/* Clases de la calculadora */
.calcula{
	height:36px;
	width:36px;
	border:1px solid #0055FF;
	border-radius:5px;
	cursor:hand;
	cursor:pointer;
	box-shadow:3px 3px 3px #0055FF;
}



.parimpar td{
	padding:3px;
}

.parimpar tr:nth-child(even) {
	background: #ddd 
}

.parimpar tr:nth-child(odd) {
	background: #fff 
}


.botones_tablas{
	margin-top:5px;
	margin-bottom:5px;
}


/* NUEVO CENTRO */
.nuevo_centro{
	border:0px;
	border-collapse:collapse;
}

.nuevo_centro th{
	background:#228bda;
	border:0px solid #228bda;
	border-radius:7px 7px 0px 0px;
	padding:10px;
}

.nuevo_centro td{
	border:1px solid #00B4FF;
	border-top: 0px;
	border-bottom:0px;
	padding:5px;
}

.nuevo_centro tr:last-child td{
	border-bottom:1px solid #00B4FF;
}


/* LISTAS DE VALORES DICCIONARIOS, VARIABLES TABLAS, ... */
.tabla_lista{
	border:0px;
	border-collapse:collapse;
}

.tabla_lista th{
	background:#228bda;
	border:0px solid #228bda;
	border-radius:7px 7px 0px 0px;
	padding:10px;
}

.tabla_lista td{
	border:1px solid #00B4FF;
	padding:5px;
}


.tabla_lista2{
	border:0px;
	border-collapse:collapse;
}

.tabla_lista2 tr th:first-child{
	background:#228bda;
	border:0px solid #228bda;
	border-radius:7px 0px 0px 0px;
	padding:10px;
}

.tabla_lista2 tr th:last-child{
	background:#228bda;
	border:0px solid #228bda;
	border-radius:0px 7px 0px 0px;
	padding:10px;
}

.tabla_lista2 tr th{
	background:#228bda;
	border:0px solid #228bda;
	border-radius:0px 0px 0px 0px;
	padding:10px;
}

.tabla_lista2 td{
	border:1px solid #00B4FF;
	padding:5px;
}

.tabla_lista3{
	border:0px;
	border-collapse:collapse;
}

.tabla_lista3 th{
	background:#228bda;
	border:0px solid #228bda;
	padding:10px;
}

.tabla_lista3 td{
	border:1px solid #00B4FF;
	padding:5px;
}

/* CURSOR MANO */
.cursor_mano{
	cursor:hand;
	cursor:pointer;
}

/*
NUEVO DISEÑO DE FORMULARIO CON CUADROS Y DIVS
*/
.div25{
	float:left;
	width:25%;
	box-sizing:border-box;
	padding-left:5px; padding-right:5px;
	min-height:30px;
}

.div75{
	float:left;
	width:75%;
	box-sizing:border-box;
	padding-left:5px; padding-right:5px;
	min-height:30px;
}

.div100{
	float:left;
	width:100%;
	min-height:30px;
	box-sizing:border-box;
	padding-left:5px; padding-right:5px;
}

.fieldset1{
	margin-bottom:20px;
}

.fieldset1 legend{
	color:white;
	padding-left:10px;
	padding-right:10px;
	border-radius:4px;
}

.fieldset1 input[type="email"], .fieldset1 input[type="password"], .fieldset1 input[type="text"]{
	width: 90%;
	padding: 2px;
	border-radius: 1px;
	margin-bottom: 5px;
}

.fieldset1 p{
	text-align: center;
}

.fieldset2{
	width:90%;
	border-radius:10px;
	text-align:left;
	box-sizing:border-box;
}

.fieldset2 .div1{
	float:left;
	width:40%;
	margin-left:10%;
}

.fieldset2 .div2{
	float:left;
	width:40%;
	margin-right:10%;
}

.fieldset3{
	border:2px solid rgb(255,150,5);
}

.fieldset3 legend{
	background: rgb(255,150,5);
}

.fieldset3 .div_mitad p{
	font-size:12px;
	margin-bottom:0px;
}

.cabecera_id{
	color:#FF820C;
}

.formulario input[type="date"]{
	height:22px;
}

.formulario select{
	max-width:100%;
}

.formulario .margen{
	padding-bottom:2px;
}

.boton_exportar {
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgb(82,180,230);
	padding:5px 15px 5px 15px;
	border:1px solid rgb(45,134,180);
	border-radius:4px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_exportar:hover{
	color: rgb(82,180,230);
	background: rgb(255,255,255);
	border:1px solid rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.informacion{
	position:relative;	
}

.informacion div{
	position: absolute;
	border:1px solid rgb(0,0,255);
	border-radius:5px;
	background: rgb(200,200,200);
	padding:10px;
	display:none;
	min-width: 300px;
	text-align: center;
}

.informacion div p{
	margin:0px;
	padding:0px;
}

.informacion:hover div{
	display:block;
	z-index:1000;
}

.carga{
	/*display:none;
	background:rgba(207,207,207,1.00);*/
	display:block; 
    width:340px; 
    height:220px; 
    position:absolute; 
    top:50%; 
    left:50%; 
    margin-top:-110px; 
    margin-left:-170px;
	z-index:1000;
}

.carga img{
	margin:20px;
}

/*
FORMULARIO DE CONTCATO
*/
#contacto1{
	font-size:18px;
}

#contacto1 input[type='text']{
	padding:2px;
	font-size:16px;
}

#contacto textarea{
	width:90%;
}

/*
PANEL DE USUARIOS
*/
.boton_acceso {
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgb(102,229,50);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(45,134,180);
	border-radius:3px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_acceso:hover{
	color: rgb(102,229,50);
	background: rgb(255,255,255);
	border:1px solid rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_registro {
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgb(82,180,230);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(45,134,180);
	border-radius:3px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_registro:hover{
	color: rgb(82,180,230);
	background: rgb(255,255,255);
	border:1px solid rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_eliminar {
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgb(253,45,48);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(253,45,48);
	border-radius:3px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_eliminar:hover{
	color: rgb(253,45,48);
	background: rgb(255,255,255);
	border:1px solid rgb(253,45,48);
	cursor:hand; cursor: pointer;
}


/*
MODIFICACIONES TABLA LISTADO DE VARIABLES
*/
#tabla_tablas2 input{
	font-size:12px;
}


/*
BOTONES PARA IMAGENES
*/
.contenedorInput {
    /*
	height: 32px;
    width: 64px;
	
	height:200px;
	*/
	width:180px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /*Using a background color, but you can use a background image to represent a button
    background-color: #DDF;*/
}
.fileInput {
    cursor: pointer;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
    z-index: 99;
    /*This makes the button huge. If you want a bigger button, increase the font size*/
    font-size:50px;
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

/*
PERFIL
*/
.imagen_perfil{
	cursor:hand;
	cursor:pointer;
}

.imagen_seguidos{
	border:2px solid rgba(57,130,195,1.00);
	border-radius:19px;	
}


/*
MURO DE PUBLICACIONES
*/
#publicaciones {
	max-height:1000px;
	overflow-x:hidden;
	overflow-y:scroll;
	border-radius:50px 0px;
	/*box-shadow:2px -5px 5px #999;*/
}

.publicacion{
	margin-left:10%;
	margin-right:8%;
	margin-bottom:20px;
	background:rgba(238,238,238,1.00);
	border:1px solid rgba(176,176,176,1.00);
	padding:2%;
}

#publicaciones .importante{
	font-family: 'Roboto', sans-serif !important;
	color: white;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	background: #1B3956;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	margin-right:5px;
	border-radius: 35px 0px 35px 0px;
	-moz-border-radius: 35px 0px 35px 0px;
	-webkit-border-radius: 35px 0px 35px 0px;
	border: 2px solid black;
}

.publicacion *{
	color: black;
}

 hr{
	border:1px solid white;
}

.publicacion .cabecera{
	height: 45px;
	overflow: hidden;
}

.publicacion .cabecera .foto{
	float: left;
	width: 60px;
}

.publicacion .cabecera .texto{
	float: left;
	padding-top: 10px;
}

.publicacion .cabecera .publicador{
	color:rgb(200,200,0);
	font-weight:800;
}

.publicacion .publi{
	margin:15px;
	max-height:200px;
	overflow: hidden;
	padding-right:10px;
}
.publicacion .publi:hover{
	overflow-y:scroll;
	overflow-x:hidden;
	padding-right:0px;
}

.publicacion .puntuacion{
	font-size:10px;
	color:rgba(255,47,47,1.00);
	/*margin-left:15px;*/
	padding:0px;
	margin:0px;
}

.publicacion .puntuacion p{
	padding:0px;
}

.publicacion .comentarios{
	background:rgba(250,250,250,1.00);
	/*padding:0px 10px 0px 10px;*/
	margin:0px 10px 0px 10px;
}

#publicaciones .importante .comentarios{
	background: rgba(190,295,253,1.00);
}

.publicacion .comentarios2{
	/*padding:2px 5px 2px 5px;*/
	max-height:124px;
	/*overflow:scroll;*/
}

.publicacion .comentarios .comentario{
	height:40px;
	margin-bottom:2px;
}

.publicacion .comentarios .nuevo_comentario{
	height:40px;
	padding:2px 5px 2px 5px;
	margin-top:3px;
	background-color: #1B3956;
}

.publicacion .comentarios .nuevo_comentario input{
	padding:2px;
	font-size:14px;
}

.seguido{
	height:40px;
	color:rgba(0,69,232,1.00);
	font-weight:800;
	vertical-align:middle;
	margin:3%;
	margin-bottom:10px;
	margin-top:10px;
	text-align: left;
}

.estrellas{
	cursor:hand;
	cursor:pointer;
}

#nueva_publi{
	width:100%;
}

.nueva_publi{
	margin-bottom:20px;
	background: #1B3956;
	-webkit-border-radius:35px 0px 35px 0px;
	border:2px solid black;
	padding:2%;
}

.nueva_publi2{
	border:1px solid black;
	border-radius:5px;
	background:rgba(255,255,255,1.00);
}

.buscar{
	padding:5px;
	padding-top:0px;
	margin-top:0px;
}

.buscar  input{
	font-size:16px;
}

/*
BUSQUEDAS DE INVESTIGADORES
*/
.investigador{
	height:80px;
	color:rgba(0,69,232,1.00);
	font-weight:800;
	vertical-align:middle;
	margin:3%;
	margin-bottom:10px;
	margin-top:10px;
}

.imagen_investigador{
	border:2px solid rgba(57,130,195,1.00);
	border-radius:38px;	
}

.comentario_texto{
	padding:2px;
	font-size:24px;
}



/*
SEPARADOR
*/
.separador{
	background: rgba(28,57,86,1);
	background: -moz-linear-gradient(top, rgba(28,57,86,1) 0%, rgba(28,57,86,1) 30%, rgba(28,57,86,0.9) 60%, rgba(28,57,86,0.7) 85%, rgba(28,57,86,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,57,86,1)), color-stop(30%, rgba(28,57,86,1)), color-stop(60%, rgba(28,57,86,0.9)), color-stop(85%, rgba(28,57,86,0.7)), color-stop(100%, rgba(28,57,86,0.5)));
	background: -webkit-linear-gradient(top, rgba(28,57,86,1) 0%, rgba(28,57,86,1) 30%, rgba(28,57,86,0.9) 60%, rgba(28,57,86,0.7) 85%, rgba(28,57,86,0.5) 100%);
	background: -o-linear-gradient(top, rgba(28,57,86,1) 0%, rgba(28,57,86,1) 30%, rgba(28,57,86,0.9) 60%, rgba(28,57,86,0.7) 85%, rgba(28,57,86,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(28,57,86,1) 0%, rgba(28,57,86,1) 30%, rgba(28,57,86,0.9) 60%, rgba(28,57,86,0.7) 85%, rgba(28,57,86,0.5) 100%);
	background: linear-gradient(to bottom, rgba(28,57,86,1) 0%, rgba(28,57,86,1) 30%, rgba(28,57,86,0.9) 60%, rgba(28,57,86,0.7) 85%, rgba(28,57,86,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3956', endColorstr='#1c3956', GradientType=0 );
	color:white;
	padding:8px 40px 6px 40px;
}


/* MENSAJERÍA INTERNA */
.mensajes{
	border-bottom:double black;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}

.mensajes_imagenl{
	float: left;
	width:20%;
	text-align:center;
}

.mensajes_imagenl img{
	max-width: 100px;
	max-height:100px;
	border:2px solid lightgray;
	border-radius:50%;
	cursor:hand;
	cursor:pointer;
}

.mensajes_imagenl p{
	font-size:12px;
}

.mensajes_imagenr{
	float: right;
	width:20%;
	text-align:center;
}

.mensajes_imagenr img{
	max-width: 100px;
	max-height:100px;
	border:2px solid lightgray;
	border-radius:50%;
	cursor:hand;
	cursor:pointer;
}

.mensajes_imagenr p{
	font-size:12px;
}

.mensajes_mensaje{
	float: left;
	width:80%;
	text-align:justify;
}

/* NOTIFICACIONES */
.notificaciones {
	position:absolute;
	display:inline-block;
	background-color:red;
	border-radius:50%;
	color:white;
	z-index:2;
	height:18px;
	width:18px;
	font-size:14px;
	box-sizing:border-box;
	margin-top:25px;
	margin-left:-10px;
}

.notificaciones > span{
	margin:0px;
	display:inline-block;
	overflow:hidden;
	height:18px;
	width:18px;
}

.notificaciones:hover {
	cursor:hand;
	cursor:pointer;
}

.notificaciones:hover:before {
  content: "";
  position: absolute;
  top: 5px;
  margin-left: -10px;
  border-top: 10px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #1B3956;
  border-left: 20px solid transparent; 
}

.notificaciones > div{
	display:none;
	position:absolute;
	z-index:3;
	/*width:250px;*/
	width:350px;
	background:white;
	/*margin-left:-127px;
	margin-top:25px;*/
	margin-left:-185px;
	top:25px;
	border:1px solid white;
	padding:0px;
	overflow:hidden;
}

.notificaciones > div a{
	text-decoration:none;
}

.notificaciones > div a:hover{
	text-decoration:underline;
}

.notificaciones > div h3{
	color: rgb(0,0,255);
}

.notificaciones > div span{
	color:red;
	font-weight:bold;
}

.notificaciones > div p{
	color: black;
}

.notificaciones:hover > div{
	display:inline-block;
}


/*
ESTILOS PARA LA BARRA DE IDIOMAS
*/
.idiomas{
	float:left;
	position:relative;
	margin-top: -4px;
}

.idiomas:hover:before {
  content: "";
  position: absolute;
  top: 18px;
  margin-left: -4px;
  border-top: 10px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgb(0,0,255);
  border-left: 20px solid transparent;
  z-index:9999999;
}

.idiomas > div{
	display:none;
	position:absolute;
	z-index:9999999;
	width:100px;
	background:white;
	margin-left:-72px;
	margin-top:37px;
	border:1px solid rgb(0,0,255);
	padding:5px;
	overflow:hidden;
	text-align:center;
}

.idiomas:hover div{
	display:inline-block;
}

.circulo{
	border:1px solid rgba(197,225,242,1.00);
	box-shadow:1px 1px 1px white;
	max-height:22px;
	max-width:30px;
	position:relative;
	top:5px;
}


.circulo:hover{
	border-radius : 50% ;
}


/*
ESTILOS PROPIOS DE P-FORMACION
*/
.tabla_curso{
	width:100%;
	border:0px;
	border-collapse:collapse;
}

.tabla_curso td, .tabla_curso th{
	padding:5px;
}

	/*
	GALERIA DE INICIO
	*/
	.buscador{
		margin-bottom:20px;
	}
	
	.galeria_cursos{
		padding-top:15px;
		padding-bottom:15px;
		font-family: 'Arima Madurai', cursive;
	}
	
	.gal_curso{
		float:left;
		width:29%;
		box-sizing:content-box;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:30px;
		box-shadow:5px 5px 5px rgba(136,136,136,1.00);
		border:1px solid rgba(136,136,136,1.00);
		height:350px;
	}
	
	.gal_curso p{
		margin-top:2px;
		margin-bottom:2px;
	}
	
	.imagen_curso {
		background-size:cover;
		background-position:center;
		height:150px;
	}
	
	.titulo_galeria{
		border-top:1px solid grey;
		color:black;
		padding-top:5px;
		height:70px;
	}
	
	.titulo_galeria h2{
		margin-bottom:10px;
		font-weight:100;
		line-height:1.1em !important;
	}
	
	.otros_galeria{
		margin-bottom:15px;	
	}
	
	.boton_curso {
		font-family: 'Arima Madurai', cursive;
		font-size:18px !important;
		font-weight:bold;
		color: rgb(255,255,255);
		background: rgb(82,180,230);
		padding:5px 35px 5px 35px;
		border:1px solid rgb(45,134,180);
		border-radius:2px;
		cursor:hand; cursor: pointer;
	}
	
	.boton_curso:hover{
		color: rgb(82,180,230);
		background: rgb(255,255,255);
		border:1px solid rgb(45,134,180);
		cursor:hand; cursor: pointer;
	}

	
	.ira_curso{
		margin-bottom:10px;
	}
	
	


/*
DIVS PARA LA PARTE 1
*/
.cabecerita3 {
	/*
	background:#02A0EB;
	*/
	background: #1B3956;
	background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, #1B3956), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
	background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
	background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
	color:white;
	padding:8px 40px 6px 40px;
}


.div_linea {
	background-color:white;
}

.div_linea hr{
	margin:0px;
	border: 0;
	height: 12px;
	box-shadow: inset 0 12px 12px -12px #1B3956;
}

.div_linea2 {
	background-color:#1B3956;
}

.div_linea2 hr{
	margin:0px;
	border: 0;
	height: 18px;
	box-shadow:inset 0px 0px 15px 6px white;
}

.div_linea2 p{
	margin:0px;
	border: 0;
	height: 26px;
	box-shadow:inset 0px 0px 15px 6px white;
	color:black;
	font-size:18px;
	text-align:center;
}

	/*
	PÁGINA DE INICIO
	*/
	.div_menu{
		background-color:rgba(179,220,237,1);
		/*background-color:rgba(142,249,116,1.00);*/
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.div_buscador{
		background-color:rgba(255,255,255,1.00);
		padding-top:15px;
		padding-bottom:1px;
	}
	
	.filtro_categoria{
		margin-top:10px;
	}
	
	.div_galeria{
		background-color:rgba(255,255,255,1.00);
		padding-top:15px;
		padding-bottom:20px;
		min-height:800px;
	}



	/*
	PAGINA DE CURSO
	*/
	.div_nombre_curso{
		background-color:rgba(142,249,116,1.00);
		padding-bottom:5px;
	}
	
	.curso{
		/*
		background-image:url(../images/web/cursos-distancia.png);
		background-repeat:no-repeat;
		background-size:contain;
		*/
/*		padding-left:130px;*/
		padding-bottom:10px;
/*		padding-top:15px;*/
		box-sizing:border-box;
		height:120px;
	}

	.curso .escalera{
		float: left;
		min-width: 120px;
		max-width: 250px;
		height: 120px;
		margin-right: 10px;
	}

	.curso .titulos{
		float: left;
		height: 120px;
	}
	
	.curso h1{
		color: white;
		margin:0px;
		padding:0px;
	}
	
	.curso h3{
		color: white;
		margin-top:10px;
	}
	
	.desplegable_escalera {
		position: relative;
	}

	.desplegable_escalera > img{
		background-color: white;
		border-radius: 30px;
		cursor: hand;
		cursor: pointer;
	}

	.desplegable_escalera > div{
		display:none;
		min-width:500px;
		max-width: 600px;
		padding-right: 30px;
		min-height:300px;
		max-height: 600px;
		overflow-y:scroll;
		overflow-x:hidden;
		background-color:#087FD6;
		color: white;
		font-weight: 400;
		text-shadow: 1px 1px black, -1px -1px black;
		position: absolute;
		z-index: 9999;
		border-radius: 10px;
		border: 3px solid aquamarine;
		box-shadow: 5px 5px 5px black;
	}
	
	.desplegable_escalera:hover > div{
		display:block;
	}

	.desplegable_escalera:hover:before {
		content: "";
		position: absolute;
		top: 17px;
		left: 50%;
		margin-left: -20px;
		border-top: 9px solid #009dff;
		border-right: 20px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 20px solid transparent;
	}

	.foco > div{
		display: block;
	}

	.foco:before{
		content: "";
		position: absolute;
		top: 17px;
		left: 50%;
		margin-left: -20px;
		border-top: 9px solid #009dff;
		border-right: 20px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 20px solid transparent;
	}

	.desplegable_escalera div ul{
		list-style: none;
	}
	
	.div_datos_generales{
		background-color: white;
		padding-bottom:15px;
		padding-top:15px;
	}
	
	.curso_presentacion .columna{
		float:left;
		width:30%;
		box-sizing:border-box;
		padding:10px;
	}
	
	.curso_presentacion .columna div{
		padding-right: 15px;
    	padding-left: 15px;
	}
	
	.curso_presentacion .cuerpo{
		float:left;
		width:70%;
		box-sizing:border-box;
		padding:10px;
	}
	
	.div_otros_datos{
		background-color:rgba(104,245,249,1.00);
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.div_diploma{
		background-color: white;
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.div_estructura{
		background-color: rgba(54,247,181,1.00);
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.div_estructura2{
		background-color: white;
		padding-top:15px;
		padding-bottom:15px;
	}
	
	/*
	PÁGINA DE REGISTRO
	*/
	.div_titulo{
		padding-top:15px;
		padding-bottom:15px;
		background-color: rgba(178,220,238,1.00);
	}
	
	.div_titulo2{
		background-image:url(../images/web/registro-usuarios.png);
		background-size:contain;
		height:100px;
		background-repeat:no-repeat;
	}
	
	.div_titulo2 h1{
		color:white;
		text-align:left;
		margin-left:50px;
		padding-top:30px;
	}
	
	.div_registro{
		padding-top:10px;
		padding-bottom:20px;
		background-color:white;
	}
	
	.div_registro2{
		border:1px solid rgba(168,168,168,1.00);
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
	
	.form1 input[type="text"], .form1 input[type="password"], .form1 input[type="email"], .form1 input[type="date"], .form1 select, .form1 input[type="search"] {
		padding:5px;
		font-size:16px;
		border-radius:3px;	
	}
	
/*
CURSOS
*/
.curso_estructura{
	float: left;
	width:70%;
}

.curso_masinfo{
	float:left;
	width:30%;
	padding-top:10px;
}

.lista_modulos{
	list-style:none;
}

.lista_modulos div{
	float:left;
}

.lista_modulos input[type="image"]{
	max-width:150px;
	max-height:150px;
}

.lista_modulos h1{
	color:rgba(0,34,255,1.00);
	/*margin-top:65px;*/
	margin-bottom:0px;
}

.lista_modulos ul{
	margin-left:25px;
}
	
	/*
	CONTENIDOS
	*/
	.contenidos_modulos{
		float:left;
		width:40%;
	}
	
	.contenidos_contenidos{
		width: 100%;
	}
	
	.contenidos_cabecera{
		border-top:2px solid black;
		/*background-color:rgba(142,249,116,1.00);*/
		height:50px;
		background: #1B3956;
		background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, #1B3956), color-stop(100%, rgba(188,224,238,1)));
		background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
		background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
		background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
		background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, #1B3956 50%, rgba(188,224,238,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
		color:white;
	}
	
	.contenidos_cabecera .anterior{
		float:left;
		width:25%;
	}
	
	.contenidos_cabecera .cabecera_titulo{
		float:left;
		width:50%;
		text-align:center;
	}
	
	.contenidos_cabecera .siguiente{
		float: left;
		width:25%;
	}
	
	.contenidos_capitulo{
		color:rgba(0,0,255,1.00);
		height:50px;	
	}
	
	.contenidos_contenidos2{
		min-height:500px;
		max-height:700px;
		overflow-x:scroll;
	}
	
	.contenidos_barra{
		border-top:2px solid black;
		height:50px;
	}
	
	.contenidos_barra .anterior{
		float:left;
	}
	
	.contenidos_barra .siguiente{
		float:right;
	}
	
	.ul_estructura{
		
	}
	
	.ul_estructura > li{
		/*list-style-image:url(../images/web/flecha2.png);*/
		list-style:none;
		font-size:24px;
	}
	
	.ul_estructura > .li_oculto{
		/*list-style-image:url(../images/web/flecha1.png);*/
		list-style:none;
	}
	
	.ul_estructura .li_oculto ul{
		display:none;
	}
	
	.ul_estructura > li > ul{
		margin-left:20px;
	}
	
	.ul_estructura > li > ul > li > ul > li{
		cursor:hand;
		cursor:pointer;
	}
	
	.ul_estructura li ul{
		list-style:circle !important;
		font-size:20px;
	}
	
	.completado{
		list-style-image:url(../images/web/completadoP.png);
	}
	
	.navegacion{
		margin-top:5px;
		cursor:hand;
		cursor:pointer;
	}
	
		/*
		ENCUESTAS Y EXAMENES
		*/
		.imagen_encuesta{
			max-height:300px;
			max-width:300px;
		}
		
		.imagen_pregunta{
			max-height:150px;
			max-width:150px;
		}
		
		.contenidos_encuesta fieldset *{
			margin: 5px;
		}

		.contenidos_encuesta input{
			padding:5px;
			font-size:16px;
			border-radius:3px;	
		}
		
		.contenidos_encuesta h3{
			margin-top:15px;
			margin-bottom:5px;
		}
		
		.correcto{
			background-color:rgba(24,190,0,0.79);
			border:1px solid rgba(24,190,0,1);
		}
		
		.incorrecto{
			background-color:rgba(255,0,4,0.71);
			border:1px solid rgba(255,0,4,1);
		}
		
		.slider {
			width:90%;
			margin-left:5%;
		}
		
		.contenidos_responder{
			margin-top:20px;
			margin-bottom:10px;
		}
/*BOTONES PREGUNTAS*/
.contenedor_botones{
	padding:10px;
}
	/*BOTON IZQUIERDA*/
		.boton_izq{
			width:30%;
			float:left;
		}
		.boton_izq img {
			width:40px;
			height:40px;
			cursor:pointer;
		}
			/*BOTON CENTRO*/
		.boton_cen{
			width:40%;
			float:left;
		}
			/*BOTON DERECHA*/
		.boton_der{
			width:30%;
			float:left;
		}
		.boton_der  img {
			width:40px;
			height:40px;
			cursor:pointer;
		}


/*
COLOCA LA NOTA DENTRO DE LA MEDALLA DEL EXAMEN
*/
.nota{
	width: 175px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
}

.nota h2{
	padding-top: 45px;
	margin-left: -5px;
	text-align: center;
}

.nota img{
	width: 60px;
	padding-top: 38px;
	margin-left: -5px;
}


/*
CLASES PARA MOSTRAR LOS DIPLOMAS EN INICIO
*/
.diploma{
		display: inline-block;
		width: 25%;
		min-height: 200px;
		margin-bottom: 20px;
}

.diploma h2{
	color: blue;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 0px;
}

.diploma p{
	text-align: center;
}

/*
MENÚ DE NAVEGACIÓN DE CONTENIDOS
*/
.textos_navegacion_d{
	display: inline-block;
	top:-13px;
	padding-left: 5px;
	position: relative;
	cursor: pointer;
}

.textos_navegacion_i{
	display: inline-block;
	top:-13px;
	padding-right: 5px;
	position: relative;
	text-align: right;
	cursor: pointer;
}

/*
MENU DESPLEGABLE DE LOS CONTENIDOS DEL CURSO
*/
.menu_escalera{
	list-style: none;
}

.menu_escalera li{
	height: 50px;
}

.menu_escalera li img{
	width: 50px;
	height: 50px;
}


/*
ACCESO RÁPIDO AL CURSO 
*/
.acceso_rapido *{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.acceso_rapido h2 {
	margin-bottom: 0px;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px !important;
}

.acceso_rapido input{
	background-color:#6BC6F7;
	border: 3px solid #6F8B9A;
	padding: 5px;
	border-radius: 5px;
}

.acceso_rapido input:hover{
	border: 3px solid #BC1838;
	box-shadow: 3px 3px 3px #BC1838;
	background-color: #F3484B;
}

.boton_grande {
	font-size:28px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: #FF6100;
	padding:10px;
	border:3px solid rgb(45,134,180);
	border-radius:3px;
	box-shadow:5px 5px 5px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.boton_grande:hover{
	color: #FF6100;
	background: rgb(255,255,255);
	border:3px solid rgb(45,134,180);
	cursor:hand; cursor: pointer;
}


/*
LISTA DE CONTENIDOS
*/
.lista_contenidos ul{
	list-style: none;
}



/*
NUEVOS ESTILOS PARA LA NUEVA VERSIÓN 
*/
#barra-lateral ul{
	list-style: none;
	margin-left: 20px;
}

.ui-progressbar {
	position: relative;
}
.progress-label {
	position: absolute;
	left: 40%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 black;
	color: white;
}

.contenidos_texto {
	margin: 15px;
	padding: 10px;
}

.dialogo_menu ul{
	list-style: none;
	margin-left: 20px;
}

.titulo_letra{
	font-family: 'Roboto', sans-serif !important;
	font-size:70px;
	letter-spacing:5px;
	position: relative;
	top: 20px;
	color: white;
}

.titulo_letra b{
	color:white;
}

.float{
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding:8px;
}


/*
MENU DE LA BARRA LATERAL
*/
.menu_lateral {
	float: left;
	height: 100%;
	width: 60px;
	background-color: black;
	overflow-y:scroll;
}

.menu_lateral ul{
	list-style:none;
	margin-top:0px;
}

.menu_lateral ul li{
	width:100%;
	height:76px;
	box-sizing:border-box;
	border-top:2px solid white;
	border-bottom:2px solid white;
}

.menu_lateral ul li:hover{
	background-color:rgba(104,104,104,1.00);
}

.menu_lateral ul li form{
	display:inline-block;
	width:100%;
	height:100%;
	box-sizing:border-box;
}

.menu_lateral ul li form input{
	max-width:100%;
	max-height:100%;
	padding:7px;
	padding-top:10px;
	padding-bottom:10px;
	box-sizing: border-box;
}

.contenido_central{
  padding-left: 60px;
	width: 100%;
	height: 100% !important;
	box-sizing: border-box;
}

.tabs_verticales{
	margin-left: 0px !important;
}

.tabs_verticales li{
	padding: 7px;
	background-color: #0125FF;
	border: 1px solid #1B3956;
	color:white;
	font-weight: bold;
	cursor: pointer;
}

.tabs_verticales li:hover {
	background-color:#4B5ED2;
}

.tabs_verticales li img{
	max-height:24px;
	cursor:pointer;
	float:right;
	margin-right:7px;
	padding: 3px;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    top: -3px;
    box-shadow: 1px 1px 1px black;
}

.tabs_verticales li img:hover {
	background-color: rgba(176,176,176,1.00);
}


.tabs_verticales .seleccionado{
	background-color:#4B5ED2;
}

.imagenes_resumen{
	width:24px;
}


/*
TABLA DEL FORMULARIO DE ACCESO
*/
.tabla_acceso{
	border-collapse:collapse; background-color:rgba(255,255,255,1.00)
}

.tabla_acceso thead tr{
	background-color: #1B3956;
	color: white;
}

.tabla_acceso thead tr th{
	background-color: #1B3956;
	color: white;
}

.tabla_acceso input[type=email], .tabla_acceso input[type=password]{
	margin: 5px;
	padding: 2px;
	font-size: 18px;
	border-radius: 1px;
	min-width: 220px;
}

/*
FORMULARIO DE ACCESO
*/
.form_acceso input[type=image]{
	border-radius: 5px;
	border: 1px solid black;
	box-shadow: 5px 5px 5px black;
}


/*
TRANSICIÓN PARA LAS AYUDAS
*/
.transicion_ayuda{
  position:absolute; 
  z-index:999;
  animation-duration: 3s;
  animation-name: ayudin;
  animation-iteration-count: infinite;
	display: none;
}

@keyframes ayudin {
  from {
    left: 150px;
    top: 150px;
  }

  to {
    left: 50%;
    top: 50%;
  }
}

/*
@keyframes ayudin {
  from {
    padding-left: 150px;
    padding-top: 50px;
  }

  to {
    left: 10px;
    top: -30px;
  }
}
*/


/*
MENU DEL MANUAL
*/
.menu_asistencia{
	margin-top: 10px;
	margin-left: 20px;
}

.menu_asistencia a{
	text-decoration: none;
	font-size: 20px;
}

.menu_asistencia a:hover{
	text-decoration: underline;
}

/*
	ESTILOS PARA EL NUEVO FORMULARIO DE ENCUESTAS
*/
.encuesta .cabecera_encuesta{
	margin-bottom: 2px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: bold;
  color: indigo;
  text-shadow: 1px 1px 1px black;
}

.encuesta .descripcion_encuesta{
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 0px;
}

.fieldsetE{
	margin-bottom:20px;
	border:2px solid #585858;
	background-color: ivory;
	box-shadow: 4px 4px 4px #585858;
	padding-bottom: 20px;
}

.fieldsetE legend{
	color:black;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.encuesta .cabecera_fieldset{
	margin-bottom: 4px;
	padding-bottom: 0px;
	margin-left: 5px;
	padding-left: 0px;
	margin-top: 20px;
}

.fieldsetP{
/*	margin-bottom:20px;*/
	border:2px solid black;
}

.encuesta input{
	margin-bottom: 5px;
	border-radius: 1px;
}
.encuesta select{
	margin-bottom: 5px;
}

.encuesta input[type='text']{
	width: 300px;
}

.encuesta input[type='number']{
	width: 50px;
}

.encuesta textarea{
	border-radius: 1px;
	width: 99%;
}


/*
ESTILOS PARA EL CRD
*/

/*
ESTILOS PARA LA LEYANDA DE ESTADOS
*/
.leyenda2{
	margin-left: 50px;
	margin-right: 50px;
	background-color: darkgrey;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
}

.leyenda2 ul{
	list-style: none;
	margin: 0px;
	display: inline-block;
}

.leyenda2 ul li{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

/*
DIALOG DE QUERIES
*/
.querie{
	min-height: 50px;
}

.querie .querie_fotol{
	float: left;
	width: 15%;
}

.querie .querie_fotor{
	float: right;
	width: 15%;
}

.querie .querie_fotor img, .querie .querie_fotol img{
	max-width: 80%;
	/*max-height: 45px;*/
	border-radius: 50%;
}

.querie .querie_textol{
	float: left;
	width: 85%;
}

.querie .querie_textor{
	float: right;
	width: 85%;
}

.respuesta .cerrar{
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgba(242,51,54,1.00);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(45,134,180);
	border-radius:3px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

.respuesta .guardar{
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgb(82,180,230);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(45,134,180);
	border-radius:3px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

/*
ESTILOS PARA EL RESUMEN DE PACIENTE
*/
.eliminar_paciente{
	font-size:14px !important;
	font-weight:bold;
	color: rgb(255,255,255);
	background: rgba(242,51,54,1.00);
	padding:2px 5px 3px 5px;
	border:1px solid rgb(45,134,180);
	border-radius:3px;
	box-shadow:2px 2px 2px rgb(45,134,180);
	cursor:hand; cursor: pointer;
}

/*
ESTILOS PARA EL FORMULARIO UNICO
*/
.form_querie{
	display: inline-block;
	width: 25px;
	height: 25px;
}

.form_querie img{
	cursor: hand;
	cursor: pointer;
	position: relative;
	top: 4px;
}

/*
ESTILOS PARA EL FORMULARIO UNICO DEL MONITOR
*/
.tabla_monitor{
	width: 100%;
}
	.tabla_monitor tr:nth-child(odd) {
			background-color:#f2f2f2;
	}
	.tabla_monitor tr:nth-child(even) {
			background-color:#fbfbfb;
	}

/*
ESTILOAS PARA LA MENSAJERIA INTERNA
*/
.tabla_nuevo_mensaje{
	border-collapse: collapse;
	border: 3px solid rgba(1,37,255,1.00);
}

.tabla_nuevo_mensaje td, .tabla_nuevo_mensaje th{
	padding: 3px;
	border: 3px solid rgba(1,37,255,1.00);
}


/* RESALTAR VARIABLES ESCENCIALES */
.var_esen {
	font-weight:bold;
	color:#FF820C;
}


.conexion{
	/*float:left;*/
	height:100%;
}

.panel{
	border: 1px #1B3956 solid;
	border-bottom:0px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif !important;
	font-size:20px;
	letter-spacing:2px;
	background: #1B3956;
	color: white !important;
	margin-bottom: 0px;
	margin-top:0px;
	margin-right: 0px;
  padding-right: 0px;
	padding-left:5px;
	padding-top: 2px;
}

.panel div{
	color:white;
}

.usuarios{
	border: 1px #1B3956 solid;
	border-right:0px;
	border-bottom: 0px;
	/*padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom:10px;*/
	height:99px;
	background:rgb(255,255,255);
}
.usuarios td{
	padding-top: 0px;
	padding-bottom: 0px;
}


.bg-azul{
	background-color: #1B3956 !important;
}

.text-azul{
	color: #1B3956 !important;
}

.border-b-azul{
	border-bottom: 2px solid #1B3956 !important;
}

.border-r-azul{
	border-right: 2px solid #1B3956 !important;
}

.fieldset_boot {
	margin-top: 10px;
	border:2px solid;
	border-color: #1B3956;
	padding: 5px;
}

.fieldset_boot legend{
	color: white;
	background-color: #1B3956;
	padding: 5px;
	border-radius: 2px;
	text-align: center;
}

.fieldset_boot p{
	margin-bottom: 5px;
}


.fieldset_boot2 {
	margin-top: 10px;
	border:2px solid;
	border-color: #1B3956;
}

.fieldset_boot2 .legend{
	color: white;
	background-color: #1B3956;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}

.fieldset_boot2 p{
	margin-bottom: 5px;
}

/* estilos para el card group del equipo */
.card-equipo {
	
}

.foto-equipo{
	
}

/*
	estilos de la red de investigación
*/
.bg-red{
	background-color: rgba(215,229,240,1.00) !important;
}

.boton-ver-mas:hover{
	border:1px solid black;
	background-color: white;
	border-radius: 3px;
}

.boton-ver-mas:hover div{
	display: inline-block !important;
}


/*Estilos red*/
.ojo_leer_mas{
  
}

.ojo_leer_mas i{
  background-color: #e9ecef;
  border-radius: 50%;
  padding: 1px;
  padding-bottom: 2px;
  padding-top: 2px;
  color: #1b3653;
  cursor:pointer;
}

/*
.ojo_leer_mas:hover .card-body i{
  color: #189cb3 !important;
}
*/
.ojo_leer_mas:hover .card-body i{
  background-color: #1b3653 !important;
  color: #e9ecef !important;
}