/*! css default del proyecto */

.form-inline .form-group > div.col-xs-8 {
    padding-left: 0;
    padding-right: 0;
}
.form-inline label {
    line-height: 34px;
}
.form-inline .form-control {
    width: 100%;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 15px;
  }
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?iefix') format('eot'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;

}
@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?iefix') format('eot'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;

}
@font-face {
    font-family: 'grounded';
    src: url('../fonts/GothamRnd-Bold.otf');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'grounded';
    src: url('../fonts/GothamRnd-Light.otf');
    font-weight: normal;
    font-style: normal;
}
.nav > li > a { 
	padding: 10px; 
}
a img {
	cursor:pointer;
	cursor:hand;
}
.navbar-header {
	padding-right:20px;
}
.titulo{
	padding: 3px;
}
label.valid {
    width: 24px;
    height: 24px;
    background: url(../img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}
.radio-home label.error {
	position: absolute;
	top: -5px;
	right: -170px;
}
.cuadro-captcha label.error {
	position: absolute;
	top: 130px;
	left: 0px;
	width:100%;
}
h1,h2,h3,h4,h5{
    font-family: 'opensans';
}
h2 {
	margin-top:10px;
}
body{
    /*color: #666666;*/
    font-family: 'opensans';
    /*color:#777676;*/
    background-color: #f6f6f5;
	/*padding-top: 0px;*/
}
.bloque-centrado {
    display: table;
    margin: 0 auto;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #59a0de;
}
input[readonly] {
	pointer:no-drop;
	cursor:no-drop;
}
div.titulo h2{
    margin: 0;
    font-size: 36px;
}
div.logo{
    padding: 0;
    margin-bottom: 10px;
}
div.secciones div.row a{
    color: #666;
}
div.secciones div.row div{
    margin-bottom: 20px;
}
div.secciones div.row{
    text-align: center;
}
div.secciones h2{
    font-size: 27px;
}
div.secciones .glyphicon{
    color: #1e93c1;
}
.jumbotron{
    padding: 35px 0;
    background-color:#428bca;
}
.datos{
    color: #428bca
}
.navbar-default .navbar-nav>li>a{
    color: #fff
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color: #fff;
    background-color: #3174AF;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: #3174AF;
    color: #fff;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #fff;
}
.navbar-default .navbar-toggle{
    background-color: #ccc;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #fff;
    background-color: #428BCA !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    background-color: #3174AF !important;
}
.navbar-nav > li > .dropdown-menu{
	background-color: #3174AF;
}
.navbar-right{
	margin: 0 15px;
}
.navbar .dropdown-menu{
    border:none;
    border-top: 1px solid #285F8F;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    color: #fff;
}
.help-block{
	color: #2D6A9F;
}
.encabezado { 
  background: url("../img/encabezado_home.jpg") no-repeat center  top; 
  height: 120px !important;
  width: 100% !important;
}
.form-horizontal .control-label {
	text-align: left;
}
.tab-content {
	margin-left:10px;
}
.nav-tabs > li {
	cursor:pointer;
	cursor:hand;	
}
.disabledTab {
	pointer-events: none;
}
legend {
	font-weight:bold;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {font-weight:bold;}
/*.well {
	background:none;
}*/
.admin{
	background-color: #428bca;
}
footer.well{
	margin-bottom:0px;
	bottom:0px;
}
/*.btn-file {display:inline;}*/
.btn-file .error {
	left: 400px;
    position: absolute;	
}
.radio-inline .form-control {
	height:15px;
}
img.delete {
	cursor:pointer;
	cursor:hand;
}
#formFiltro select > option {
	border-right:1px solid #888;
}
select[readonly]{
	background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
/* $submenu horizontal */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
    background-color: #3174af !important;
    color: #fff;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
}
.dropdown-submenu.pull-left>.dropdown-menu:hover {
	background-color: #428bca !important;
}
.dropdown-menu {
	border-radius:0;
}
.busq_rep label,.pers_loc label,.func label{
	color:#0071BB;
}

.busq_rep input,.busq_rep select,.busq_rep textarea,
.pers_loc input,.pers_loc select,.pers_loc textarea,
.func input,.func select,.func textarea,.func span.input-group-addon{
	border:1px solid #0071BB;
}
.func span.input-group-addon{
	border-right: 0;
}
select option[disabled]{
	color: #000; 
	font-weight: bold 
}
.eliminar {
	float: right;
}
.barra {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}
.accordion-body .form-group{
	margin-bottom: 15px;
}
.panel .accordion-heading .glyphicon{
	font-size: 25px;
}
#accordion .form-group label{
    color:#0071BB !important;
}
#ui-datepicker-div {
    z-index: 1122 !important;
}

.header-page{
    color:#999;
    background-color: #FFF;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}
.contacto{
    background-color:#1c93c1;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-weight: bold;
}
.header{
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-image: url(../img/encabezado_home.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    margin-bottom: 20px;
    color: #999;
    font-size: 1.2em;
    font-family: grounded;
}
.header h2{
    font-family: grounded;
    font-weight: bold;
}
#headerTable .centro {
	text-align:center;
}
.container>div.redes{
    line-height: 15px;
    font-size: 1.1em;
}
.container{
  min-height: 0px !important;

}
.fleft{float: left;}
button.btn.fb,button.btn.tw,button.btn.gp{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 27px;
    height: 27px;
    background-color: transparent;
}
button.btn.fb{
    background-image: url(../img/fb.png);
    width: 15px;
}
button.btn.tw{
    background-image: url(../img/tw.png);
    width: 30px;
}
button.btn.gp{
    background-image: url(../img/gp.png);
    width: 40px;
}
footer.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #C4C4C4;
}
footer .img-responsive{
    display: inline-block;
    margin-right: 15px;
}
/*.form-group>label{text-transform: uppercase;}*/
.ms-options{border-radius: 6px;}
.radio-inline .error {
	clear: both;
	position: absolute;
	bottom: -28px;
	margin: 0 0 0 -28px;
}
.ms-options-wrap button{display:none;}
.ms-options-wrap>.ms-options{
    height:165px;
    width:360px;
    visibility:visible;
    position: initial;
    display: block;
    clear: both;
}
img.img-thumbnail.capt{margin-bottom:15px;}
@media (max-width: 768px) {
    div.titulo h2{
        margin-top: 20px;        font-size: 30px;
    }
}
.pagination > li > span.current {
    background-color: #eee;
}
@media (max-width: 992px) {
    div.titulo h2{
        margin-top: 20px;
        font-size: 34px;
    }
}
@media (min-width: 1200px) {
}
/*#content {
   
}*/
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#content {
  flex: 1;
  padding: 20px;
   margin-top:10px;    
}

#footer {
  padding: 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-top:5px;
}

.multiselect {
	border: 1px solid #ccc;
	background-color:#fff;
}
.cuadro {
	margin:15px 0;	
}




















/*

.cuadro_tramite{
  display: none;
}

*/









.titulo-azul {
	color: #337AB7;
	font-size:20px;
  margin-left: 10px;
}
.radio-home .radio {
	margin-top:0;
}
.ui-datepicker-trigger {
	cursor:pointer;
	cursor:hand;
	margin:0 5px;
	position: absolute;
	top: 0;
	right: 70px;
}
.fijo {
	position:fixed;
	width:100%;
	top: 0;
	background-color:#fff;	
	z-index:1100;
	min-height:180px;
}
.parallax {
	margin-top:200px;
}
.control-label h3 {
	font-size:20;
	color:#6DABC4;
}
.parallax .well {
	margin-bottom:0;
}
.cuadro_recurrente .well, #tramite .well {
	padding:15px;
	margin-bottom:10px;
}
#ui-datepicker-div 
{
 z-index: 9000 !important; /* must be > than popup editor (950) */
}


.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}






/****************************************************************/





 #circle, #circle2 {
    background: #337AB7;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height:40px;
    vertical-align:middle;
    padding:10px;
    text-align:center;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    /*margin-right:10px;*/
    /*margin-left: 60px;*/
    margin-bottom: 20px;
    
    /*float:left;*/
    border-top: 1px solid #ccc;
    border-left: none;
    left: 75%;

}
#circle2 {
    width: 40px;
    height: 40px;
    padding:0;
    font-size:18px;
    float:left;
}
a > #circle {
    background: none;
    color:#337AB7;
    border:1px solid #ccc;
}
a:hover > #circle, a.active > #circle{
    background: #337AB7;
    color:#fff;
    border:none;
}
.title-circle {
    float:left;
    font-size:14px;
    color:#999;
    text-align: center;
   /*  margin-left: -30px;*/
    
}


/****************************************************************/
