
@font-face {
	font-family: 'telefonica';
	src:  url('../fonts/Telefonica-Regular.woff') format('woff');
}
body {
   overflow-y:auto; 
	background: #fff;
	margin:0px;
	height: 100%;
	color: #50535a;
	font-family: 'LatoWeb','telefonica', sans-serif;
}

input, select {
	border:1px solid #0299d8;
	color:#555555;
	border-radius: 5px 0 0 5px;
	line-height: 40px;
	height:49px ;
	padding: 5px ;
	width: 98%;
}
input[type=radio] {
	padding:2px;
	color:#555555;
	height: 20px;
	width: 20%;
}

/*Centrar div horizontal y vertical*/
.divAbs {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 1.8em;
	color: #fff;
	width: 75%;
}
h2 {
	font-size: 1.8em;
	color: #2aaad4
}

h2 .white {
	color: #FFF;
	font-size: 1.8em;
}

h4 {
	color : #2aaad4;
}
.white {
	color: #FFF !important;
}
.azul {
	color: #2aaad4;
}

.fondo {
	position: relative;
	float: left;
	background: url(../images/bg-wrap.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
}

.tope{
	border-bottom: 2px solid #5bc500;
	margin: 0px;
	width: 100%;

}
.menu_tope {
	margin: 0px;
	background-color: #f4f4f3;
	height: 30px;
	top: 0px;
	right:0px;
	padding: 10px;
	width: 100%;
	position: absolute;
}

.con_footer {
	position:relative;
}
.footer {
	margin-top: 20px;
	border-bottom: 18px solid #0092bc;
	background-color: #5bc500;
	height: 74px;
	bottom: 0px;
	right:0px;
	width: 100%;
	padding: 20px;
	position: fixed;
}

#row-pdf {
	position: relative;
	height: 100%;
	background-color: #0092bc ;
	/*width: 100%;*/
	margin-top: 10px;
}

.row-pdf-full{
	position: absolute;
	height: 95% !important;
	background-color: #0092bc;
	top: 0px;
	width: 100%;
	left: 0px;
}

#visorPDF {
	margin-top: 10px;
	width: 100%;
	height: 95%;
	min-height: 250px;
}


.container {
	background-color: #fff;
	height: 100%;
	padding-right: 0px;
	padding-left:  0px;
	opacity: 0.9;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #20a4cb;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-weight: 600;
}

.menu_bar {
	display:none;
}

header {
	width: 100%;
	border-radius: 5px 0 0 5px;
}

header nav {
	background:#fff;
	z-index:1000;
	width:100%;
	margin:10px auto;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	color: #0299d8 !important;
	background:#fff;
	text-decoration: none;
}

header nav ul li a {
	color:#63666d;
	display:block;
	text-decoration:none;
	padding: 10px;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
	color: #fff !important;
	text-decoration: none;
}

header nav ul li .children {
	display: none;
	background:#011826;
	position: absolute;
	width: 150%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

ol, ul {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13pt;
	font-family: 'telefonica', sans-serif;
}

p {
	font-size: 13pt;
	font-family: 'telefonica', sans-serif;
}


@media screen and (max-width: 760px) {

	body{
		font-size: 12px;
	}

	li > a.accion {

		font-size: 12px;

	}
	.footer {
		margin-top: 20px;
		border-bottom: 5px solid #0092bc;
		background-color: #5bc500;
		height: 30px;
		bottom: 0px;
		right:0px;
		width: 100%;
		padding: 20px;
		position: sticky;
		font-size: 11px;

	}

	div.dataTables_wrapper div.dataTables_info {
		padding-top: 8px;
		white-space: none;
		font-size: 11px;
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#0092BC;
		left: 0;
		z-index: 1000;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 10px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 30px;
	}

	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:15px;
	}

	header nav ul li .caret {
		float: right;
	}
}


/************************************/
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	line-height: 1;
	width: 100%;
}
.cuerpo{
	margin-top: 45px;
}

.login-panel.panel.panel-default.col-md-8.col-md-offset-2 {
	margin-top: 50px;
	margin-bottom: 75px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#tabResultados_wrapper {
	font-size: 12px;
}

#resultados{

	font-size: 12px;

}

.navbar-default {
	background-color: #f4f4f3;
	border-color: #e7e7e7;
}

#logo-fsend{
	width: 250px;
}
label {
   font-family: 'LatoWeb','telefonica', sans-serif; 
   font-size: 1.5rem;
   font-weight: 500;
}
form {
    padding: 20px 20px 18px;
    background-color: #e9efef;
    border: 1px solid #c7c6c6;
    border-radius: 5px;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
    min-width: 318px;
    display: inline-block;
    margin-bottom: 20px; 
}
.inp_control {
    /*border: 1px solid #c7c6c6;*/
    border-radius: 0px;
}

.inp_control:focus{
    box-shadow: none !important;
    border: 2px solid #245185 !important;
    border-radius: 5px;
}

#btn-login {
    font-size: 12px;
    /*background-color: #f2b45f;*/
    color: #fff;
    /*background-image: linear-gradient(rgb(255, 194, 85), rgb(255, 194, 85), rgb(244, 159, 58), rgb(244, 159, 58));*/
    border-radius: 3px;
}
.btn_inicio {
	font-size: 12px;
    /*background-color: #f2b45f;*/
    color: #4c4c4c;
    border: 1px solid rgb(185, 185, 185);
    background-image: linear-gradient(rgb(252, 252, 252), rgb(252, 252, 252), rgb(237, 238, 238), rgb(237, 238, 238));
    border-radius: 3px;
}
.panel-default {
    border: none;
    background-color: transparent !important;
}
.container-fluid#contLogin {
    /*height: 794px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
body {
    background-color: #eef7f7;
}
#cont-captcha {
    display: inline-block;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
}
#cont-captcha #reloadRcpt {
    height: 40px;
    border: none;
    border-radius: 0px;
}
#cont-captcha .form-control {
    border: none;
    border-radius: 0px;
    border-top: 1px solid #c6c6c6;
}
.control-label{
   position: relative;
   text-align: right;
}

.alert p,
.alert span {
   font-family: 'LatoWeb','telefonica', sans-serif; 
}

.form-group label.error{
   color: #D32F2F;
   font-size:13px;
}

input.form-control:focus,
input.form-control:active
{
   text-decoration: none;
   box-shadow: none;
   border-radius: 1px;
   border: 1px;
}
.anchor {
	cursor: pointer;
}