/*-----------------------------------*/
/*************** RESET ***************/
/*-----------------------------------*/

*{ outline:none !important;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-weight:normal;}
a img{ border:none;}
ul, figure{ margin:0; padding:0;}
ul li{list-style-position:inside }

/*-----------------------------------*/
/*************** FONTS **************/
/*-----------------------------------*/

@font-face {
    font-family: 'swis721_roman';
    src: url('../fonts/tt0003m_-webfont.eot');
    src: url('../fonts/tt0003m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0003m_-webfont.woff2') format('woff2'),
         url('../fonts/tt0003m_-webfont.woff') format('woff'),
         url('../fonts/tt0003m_-webfont.ttf') format('truetype'),
         url('../fonts/tt0003m_-webfont.svg#swis721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'swis721_bold';
    src: url('../fonts/tt0005m_-webfont.eot');
    src: url('../fonts/tt0005m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0005m_-webfont.woff2') format('woff2'),
         url('../fonts/tt0005m_-webfont.woff') format('woff'),
         url('../fonts/tt0005m_-webfont.ttf') format('truetype'),
         url('../fonts/tt0005m_-webfont.svg#swis721_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


.button{
	padding: 10px 20px !important;
	color: #fff;
	text-shadow:none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button i{
	margin-left: 10px;

	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button:hover{
	color: inherit;
}

.button:hover i{
	margin-left: 15px;
}

.bgblue{background-color: #104b71;}
.bgblue2{background-color: #2d80df;}
.bgcel{background-color: #35bfe9;}
.bggreen{background-color: #77c84c;}
.bggreen2{background-color: #5caa33;}
.bglight{background-color: #fff; color: #104b71;}
.bgbrown{background-color: #949578;}
.bgbrown2{background-color: #aaab90;}
.bggrey{background-color: #BED1E0;}
.bgred{background-color: #d73e69;}

.bgblue:hover{color: #fff;}
.bgblue2:hover{color: #fff;}
.bgcel:hover{color: #fff;}
.bggreen:hover{color: #fff;}
.bggreen2:hover{color: #fff;}
.bglight:hover{color: #104b71;}
.bgbrown:hover{color: #fff;}
.bgbrown2:hover{color: #fff;}
.bggrey:hover{color: #fff;}
.bgred:hover{color: #fff;}


a{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*body [class*='col-']:first-child{padding-left:0 !important;}*/

/*-----------------------------------*/
/*************** STYLES **************/
/*-----------------------------------*/

body{
	font-family: 'swis721_roman';	
	/*width:100%;*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.wrapper {
	width: 1000px;
}
header{
	border-top: solid 5px #104b71;
	position: fixed;
	z-index: 3;
	background: #fff;
	top: 0;
}

header .navbar-header{
    float: left;
}

header .navbar-brand img{
    width: 100%;
    height: auto;  
}

header #mainMenu{
    margin-right: 20px;   
}

header #mainMenu li a{
    text-transform: uppercase;
    font-family: 'swis721_bold';
    font-size: 15px;
    color: #000;
    line-height: 60px;
    padding: 15px 20px;    
}

header #mainMenu li.active a,
header #mainMenu li a:focus,
header #mainMenu li a:hover{
    background: #35bfe9;
    color: #fff;   
}

header #mainMenu li a i{
    font-size: 11px;
    margin-left: 10px;   
}

header #loginButtons{
    top: 30px;
    position: relative;    
}

header #loginButtons .tooltip{
    display: none !important;
}

header #loginButtons a{
    margin-left: 10px;
    padding: 5px 15px !important;
	color: #fff;
	display: inline-block;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

header #loginButtons a:focus,
header #loginButtons a:hover{
    background: #104b71;
}

header #loginButtons a i{
    margin-right: 5px;
}

.navbar-toggle {
    margin-top: 20px;
}

/*----Usuario logueado----*/

#loggedButtons .item{
	padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 85px;
    border-right: solid 1px #E8E8E8;
}

#loggedButtons .userName i.ion-person{
    font-size: 20px;
    color: #d3d3d3;
    padding: 5px 10px;
    margin-right: 10px;
    box-shadow: 0 2px 2px #DADADA inset;
    text-align: center;
    background: #f0f0f0;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#loggedButtons .userName span{
    font-size: 15px;
    color: #666;
}

#loggedButtons .userName > a{
    font-size: 15px;
    color: #333;
    font-family: 'swis721_bold';
}

#loggedButtons .userName > a i{
    font-size: 11px;
    margin-left: 5px;
}

#loggedButtons .userName .dropdown-menu li a:hover {
    color: #fff;
    background-color: #2d80df;
}

#loggedButtons #notifications i{
    position: relative;    
    font-size: 30px;
    color: #2d80df;
    font-style: normal;
}

#loggedButtons #notifications .badge{
    background: #e10845;
    position: absolute;
    top: 2px;
    right: -6px;
    font-size: 11px;
    padding: 2px 7px;    
}

#loggedButtons #notifications .dropdown-menu{
	width: 360px;
	margin-top: 0;
	padding-top: 0;
}

#loggedButtons #notifications .dropdown-menu li{
    background: rgb(239,239,239);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 10%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(10%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%);
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%);
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%);
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

#loggedButtons #notifications .dropdown-menu li a{
    font-size: 13px;
    color: #666;
    white-space: normal; 
	padding: 15px;
}

#loggedButtons #notifications .dropdown-menu li a i{
    float: left;
    margin: 0 15px 0 0px;
}

#loggedButtons #notifications .dropdown-menu li.verTodas a{
    text-align: center;
    background-color: #2D80DF;
    padding: 10px;
    color: #fff;
}

#loggedButtons #notifications .dropdown-menu li.verTodas a:hover{
    background: #104b71
}

#loggedButtons #infoUtil a{
    color: #666;   
}

#loggedButtons #infoUtil a:hover,
#loggedButtons #infoUtil a:hover i{
    color: #2d80df;   
}

#loggedButtons #infoUtil i{
    color: #666;
    font-size: 28px;
    display: inline-block;
    vertical-align: sub; 
}

header .closeButton{
    padding: 4px 10px !important;
	color: #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

header .closeButton:hover{
	background: #104b71;
}

/*----Usuario logueado----*/

header .megaMenu{
	display: none;
	position: absolute;
	width: 100%;	
}

header .megaMenu a.itemBlock{
	padding: 20px;
	vertical-align: top;
	width: 100%;
}

header .megaMenu a.itemBlock:hover{
	background: #28b1db;
}

header .megaMenu figure{
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 58px;
}

header .megaMenu figure img{
	width: 100%;
}

header .megaMenu dd{
    display: inline-block;
    vertical-align: top;
    width: 61%;
    margin-left: 15px;
}

header .megaMenu h2{
	color: #fff;
	font-family: 'swis721_bold';
	font-size: 17px;
	margin-top: 8px;	
}

header .megaMenu p{
	color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
}

.loginForms{
	padding: 20px 10px;
}

.loginForms form{
	display: inline-block;
	vertical-align: top;
}

.loginForms input,
.loginForms select{
	border:none;
	padding: 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #666;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.loginForms select{
	padding: 11px 10px 12px 10px;
}

.loginForms input[type="button"],
.loginForms input[type="submit"]{	
	color: #fff;
	padding: 10px 20px;
	width: inherit;
}

.loginForms input[type="button"]:hover,
.loginForms input[type="submit"]:hover{
	background: #fff;
	color: #104b71;
}

.loginForms select.tipo{
	background: url(../images/ic-input-tipo.png) 15px center no-repeat #fff;
	padding-left: 37px;
}
.loginForms input.dni{
	background: url(../images/ic-input-dni.png) 15px center no-repeat #fff;
	padding-left: 37px;
}
.loginForms select.genero{
	background: url(../images/ic-input-genero.png) 15px center no-repeat #fff;
	padding-left: 37px;
}
.loginForms input.pass{
	background: url(../images/ic-input-pass.png) 15px center no-repeat #fff;
	padding-left: 37px;
}

.loginForms .recordar{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin-left: 10px;
}

.loginForms .recordar a{
	color: #fff;
}

.loginForms .recordar a:hover{
	text-decoration: underline;
}

.loginForms .recordar label{
	font-weight: normal;
	color: #fff;
	line-height: 15px;
}

.loginForms .ofiVirtual{
	display: inline-block;
	margin-right: 30px;
}

.loginForms .ofiVirtual h3{
	margin: 0;
	color: #fff;
}

.loginForms .ofiVirtual p{
	margin: 0;
}

.blackout{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}


/*-----------------------------------*/
/************** SLIDESHOW ************/
/*-----------------------------------*/

.mainSlider{
    display: inline-block;
    width: 100%;  
    float: left;
    overflow: hidden;
}

#sliderBeneficios .container{
    position: relative;    
}

#sliderBeneficios .carousel-inner{
	text-align: center;
}

#sliderBeneficios .carousel-inner>.item>a>img, #sliderBeneficios .carousel-inner>.item>img{
	display: inline-block;
}

#sliderInstitucional .item{
	background-position:  50% 0 fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 430px;
}

#sliderBeneficios .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: 20px;
    left: 0;
    width: 34%;
    z-index: 0;
    padding: 40px;
    color: #fff;
    text-align: left;
    text-shadow: none;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.2)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=0 );

}

#sliderBeneficios .carousel-caption h2{
	color: #104b71;
	font-size: 32px;
}

#sliderBeneficios .carousel-caption p{
	color: #272727;
	margin: 20px 0;
	font-size: 14px;
    line-height: 21px;
}

#sliderBeneficios .carousel-caption .button{
    padding: 10px 25px !important;
    font-size: 17px;
}

.carousel-indicators{
    bottom: 10px;
    top: inherit;
}

#sliderInstitucional .carousel-indicators .active,
#sliderBeneficios .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #666666;
    border:none;
}

#sliderInstitucional .carousel-indicators l,
#sliderBeneficios .carousel-indicators li{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: #D2D2D2;
	border: none;
	border-radius: 10px;
}

/*-----------------------------------*/
/************** BENEFICIOS ************/
/*-----------------------------------*/

#serviciosIcons{
	clear: both;

	background: rgb(16,75,113);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwNGI3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzEwNGI3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzEwNGI3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM1YmZlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNWJmZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(16,75,113,1) 0%, rgba(16,75,113,1) 50%, rgba(16,75,113,1) 50%, rgba(53,191,233,1) 50%, rgba(53,191,233,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(16,75,113,1)), color-stop(50%,rgba(16,75,113,1)), color-stop(50%,rgba(16,75,113,1)), color-stop(50%,rgba(53,191,233,1)), color-stop(100%,rgba(53,191,233,1)));
	background: -webkit-linear-gradient(left,  rgba(16,75,113,1) 0%,rgba(16,75,113,1) 50%,rgba(16,75,113,1) 50%,rgba(53,191,233,1) 50%,rgba(53,191,233,1) 100%);
	background: -o-linear-gradient(left,  rgba(16,75,113,1) 0%,rgba(16,75,113,1) 50%,rgba(16,75,113,1) 50%,rgba(53,191,233,1) 50%,rgba(53,191,233,1) 100%);
	background: -ms-linear-gradient(left,  rgba(16,75,113,1) 0%,rgba(16,75,113,1) 50%,rgba(16,75,113,1) 50%,rgba(53,191,233,1) 50%,rgba(53,191,233,1) 100%);
	background: linear-gradient(to right,  rgba(16,75,113,1) 0%,rgba(16,75,113,1) 50%,rgba(16,75,113,1) 50%,rgba(53,191,233,1) 50%,rgba(53,191,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104b71', endColorstr='#35bfe9',GradientType=1 );
}

#serviciosIcons #beneficios{
	background: #104b71;
	padding: 30px 0;
	position: relative;
}

#serviciosIcons #beneficios .button{
	position: absolute;
	right: 30px;
	top: 30px;
	background: #0B4163;
}

#serviciosIcons #beneficios .button:hover{
	color: #0B4163;
	background: #fff;
}

#serviciosIcons #beneficios h3{
	color: #35bfe9;
	font-size: 30px;
}

#serviciosIcons #beneficios h4{
	color: #fff;
	font-size: 17px;
}

#serviciosIcons #beneIcons [class*='col-']{
	text-align: center;
	margin: 30px 0 10px;
	border-right: solid 1px #2f78a8;
}

#serviciosIcons #beneIcons [class*='col-']:last-child{
	border-right: none;
}

#serviciosIcons #beneIcons img{
	margin-bottom: 20px;
}

#serviciosIcons #beneIcons h5{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.nuevo{
	color: #fff;
	padding: 5px 10px !important;
	color: #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#serviciosIcons #descargarFact{
	background: url(../images/bg-descargar.png) left center no-repeat #35bfe9;
	padding: 30px 0 15px 50px;
}

#serviciosIcons #descargarFact h3{
	color: #fff;
	font-size: 30px;
	font-family: 'swis721_bold';
	margin: 10px 0;
	width: 70%;
}

#serviciosIcons #descargarFact p{
	color: #fff;
	margin: 10px 0;
}

#serviciosIcons #descargarFact a.button{
    font-size: 17px;
    padding: 8px 20px !important;
    margin-top: 15px;
    display: inline-block;
}

/*-----------------------------------*/
/**************** PODS ***************/
/*-----------------------------------*/

#pods{
	padding: 30px 15px 0;
}

#pods article{
	padding: 25px;
	min-height: 270px;
}

#pods article h3{
	color: #fff;
	margin: 10px 0;
	font-family: 'swis721_bold';
	font-size: 26px;
}

#pods article p{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

#pods article#preguntas{
	background: url(../images/bg-preguntas.png) right center no-repeat #35bfe9;
}

#pods article#denuncias{
	background: url(../images/bg-denuncias.png) right center no-repeat #aaab90;
}

#pods article#debito{
	padding: 25px 40px;
	background: url(../images/bg-debito.jpg) right center no-repeat #ececec;
}

#pods article#faqs{
	padding: 25px 40px;
	background: url(../images/bg-faqs.jpg) right center no-repeat #ececec;
}

#pods article#faqs h3,
#pods article#debito h3{
    color: #104b71;
    font-size: 32px;
    width: 250px;
    line-height: 30px;
}

#pods article#faqs h3 span,
#pods article#debito h3 span{
    font-family: 'swis721_roman';
}

#pods article#faqs p,
#pods article#debito p{
	color: #404040;
    width: 220px;
    margin-bottom: 30px;
}

aside#pods article{
	min-height: inherit;
	margin-bottom: 20px;
}

aside#pods article#bienvenido{
	background: url(../images/bg-bienvenido.png) right center no-repeat #aaab90 !important;
}

aside#pods article#masFacil{
	background: url(../images/bg-mas-facil.png) right center no-repeat #35bfe9 !important;
}

aside#pods article#masComodo{
	background: url(../images/bg-mas-comodo.png) right center no-repeat #a0cc5a !important;
}

/*-----------------------------------*/
/************** TELEFONOS ************/
/*-----------------------------------*/

#telContacto{
	background: #063b5d;
	padding: 30px 0;
	color: #fff;
	margin-top: 30px;
}

#telContacto span{
	color: #35bfe9;
}

#telContacto p{
	color: #b2dbf8;
	text-transform: uppercase;
	margin: 0;
}

#telContacto figure{
	display: inline-block;
	margin-right: 15px;
}

#telContacto div.tel{
	display: inline-block;
    vertical-align: top;
}

/*-----------------------------------*/
/************** FOOTER ************/
/*-----------------------------------*/

footer .topInfo{
	padding: 40px 0;
	color: #fff;
	border-bottom: solid 1px #D0D0D0;
}

footer p{	
	font-size: 13px;
}

footer ul li a{	
	color: #fff;
	font-size: 13px;
}

footer ul li a:hover{	
	color: #35bfe9;
}

footer h4{	
	color: #35bfe9;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'swis721_bold';
	margin-bottom: 20px;
}

footer .legal p{	
	width: 90%;
}

footer .ion-social-twitter{	
    color: #104b71;
    background: #35bfe9;
    padding: 1px 4px 1px 5px;
    font-size: 16px;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

footer .legal a{	
	color: #35bfe9;
	font-size: 22px;
	margin-left: 10px;
}

footer .copy{	
	padding: 25px 0;
}

footer .copy p{	
	font-size: 13px;
	margin: 0;
}

footer .qkstudio .by{
	display: inline-block;
    vertical-align: sub;
    font-size: 12px;
}

footer .qkstudio .qkracha{
	display: inline-block;
}

footer .qkstudio .qkracha a{
	opacity: 0.6;
}

footer .qkstudio .qkracha a:hover{
	opacity: 0.9;
}


/*-----------------------------------*/
/************** REGISTRO ************/
/*-----------------------------------*/

.innerWrapper{
	background: #f0f0f0;
}

#headSection{
	margin-top: 95px;
	padding: 10px 0;
	color: #fff;	
}

#headSection a{
	padding: 3px 15px;
	color: #fff;
	border:solid 1px #fff;
	display: inline-block;
	vertical-align: super;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#headSection a:hover{
	background: #fff;
	color: #35bfe9;
}

#headSection a i{
	margin-right: 6px;
}

#headSection .titleSection{
    font-size: 20px;
    margin-left: 15px;
    display: inline-block;
}

#mainColumn{
	margin-top: 30px;
}

#mainColumn ol,
#mainColumn ul{
	padding: 0 0 0 20px;
	margin: 30px 0;
}

#mainColumn ol li,
#mainColumn ul li{
	margin-bottom: 15px;
}

#mainColumn ol li h2,
#mainColumn ul li h2{
    display: block;
    font-size: 14px;
    font-family: 'swis721_bold';
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
    margin: 0;
    padding: 0;
    border: none;
}

#mainColumn h2{
	display: block;
	font-size: 26px;
	margin-bottom: 25px;
	color: #104B71;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

#mainColumn h3{
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

#mainColumn h4{
    font-family: 'swis721_bold';
}

#mainColumn h5{
	color: #35bfe9;
    font-family: 'swis721_bold';
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.registerForm{
	background: #fff;
}

.registerForm .steps{
	padding: 20px 30px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.registerForm .steps article{
	display: inline-block;
	vertical-align: top;
}

.registerForm .steps article span{
    background: #c7d4dd;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    padding: 0;
    width: 40px;
    margin: 0;
    display: inline-block;
    color: #fff;

    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#mainColumn .registerForm .steps article h5{
    color: #c7d4dd;
    font-family: 'swis721_bold';
    text-transform: uppercase;
    font-size: 15px;
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 15px;
    border-bottom: none;
    padding-bottom: 0;
}

.registerForm .steps article.currentStep span{
    background: #104b71;
}

.registerForm .steps article.currentStep h5{
    color: #104b71;
}

.registerForm .itemsForm{
	padding: 30px;
    border-bottom: solid #2D80DF;
    display: inline-block;
    width: 100%;
}

.registerForm .itemsForm label{
	display: block;
	margin-top: 20px;
	position: relative;
	font-size: 14px;
}

.registerForm .itemsForm label i{
	font-size: 18px;
    color: #35bfe9;
    margin-left: 10px;
    cursor: pointer;
}

.registerForm .itemsForm input, 
.registerForm .itemsForm select {
    border: solid 1px #bcbcbc;
    padding: 12px 15px;
    margin-right: 10px;
    font-size: 14px;
    color: #777;
    width: 450px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.registerForm .itemsForm input.shortField, 
.registerForm .itemsForm select.shortField {
    width: auto !important;
}

.registerForm .itemsForm [class*='col-'] input, 
.registerForm .itemsForm [class*='col-'] select {
    width: 100%;
}

.registerForm input[type="button"],
.registerForm input[type="reset"],
.registerForm input[type="submit"]{
	width: auto;
	color: #fff;
	border: none;
	clear: both;
	padding: 10px 40px;
	display: block;
	margin-top: 20px;
}

.registerForm .text-center input[type="button"],
.registerForm .text-center input[type="reset"],
.registerForm .text-center input[type="submit"]{
	display: inline-block;
}

.registerForm input[type="button"]:hover,
.registerForm input[type="submit"]:hover{
	background: #35bfe9;
}

.registerForm input[type="radio"],
.registerForm input[type="checkbox"]{
	width: auto !important;	
}

.registerForm textarea{
	min-width: 100%;
	padding: 15px;
}

.registerForm .validation i{
	font-size: 30px;
}

.registerForm .validation.correct{
	color: #76bf50;
}

.registerForm .validation.incorrect{
	color: #de3b3b;
}

.registerForm .validation.incorrect span{
    display: inline-block;
    float: right;
    width: 260px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px;
}

.registerForm input.errorValidation{
    border-color:#de3b3b; 
}

.registerForm .atencion{
	display: inline-block;
    width: 100%;
    background: #EBF0F3;
    border: solid 1px #C4D1DA;
    padding: 15px;
    color: #063B5D;
    margin: 30px 0;
    font-size: 12px;
}

#dragandrophandler{
    border: 2px dotted #B1B1B1;
    width: 100%;
    color: #777777;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    margin: 20px 0;
    background-color: #f8f8f8;
    font-size: 17px;
}

.resumenCuenta article{
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 25px;
    border-bottom: solid #2D80DF;
    margin-bottom: 30px;
}

.resumenCuenta .collapse{
    float: left;
    width: 100%;
}

.resumenCuenta article ul{
    padding: 0 !important;
}

.resumenCuenta article li{
    margin: 0;
    margin-bottom: 0 !important;
}

.resumenCuenta article .actionButtons{
    display: inline-block;
    margin: 0 !important;
}

.resumenCuenta article .actionButtons li.dropdown{
    display: inline-block;
}

.resumenCuenta article .actionButtons li.dropdown > a{
    font-size: 14px;
    color: #104B71;
    margin-right: 20px;
}

.resumenCuenta article .actionButtons li a i{
    font-size: 20px;
    line-height: 13px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: text-bottom;
}

.resumenCuenta article .actionButtons li .dropdown-menu li a:hover{
    background: #2d80df;
    color: #fff;
}

.resumenCuenta article .nisNumber{
    padding: 15px 0;
    margin-top: 15px;
    border-top: solid 1px #ccc;
}

.resumenCuenta article .nisNumber span{
    display: inline-block;
    color: #104b71;
    font-size: 18px;
    font-family: 'swis721_bold';
}

.resumenCuenta article .nisNumber .tipo{
    display: inline-block;
    font-size: 13px;
}

.resumenCuenta article .tipo span.label{
    font-size: 13px;
    color: #fff;
    padding: 5px 9px;
    margin-left: 10px;
}

.resumenCuenta article .deudaTotal{
    background: #f4f3f1;
    padding: 10px;
    display: inline-block;
    width: 100%;
    line-height: 37px;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.resumenCuenta article .deudaTotal .valorDeuda{
    font-size: 24px;
    vertical-align: sub;
    margin:0 10px;
}

.resumenCuenta article .deudaTotal span{
    display: inline-block;
}

.resumenCuenta article .deudaTotal a{
    line-height: initial;
}

a.pagarAhora:hover{
    color: #fff;
    background: #5BA932;
}

.resumenCuenta article .deudaTotal .detallesOpen{
    font-size: 12px;
    color: #fff;
    padding: 4px 7px;
    letter-spacing: 0.09em;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.resumenCuenta article .deudaTotal table .label:hover{
	background: #35bfe9;    
}

.resumenCuenta article .deudaTotal .detallesOpen:hover,
.resumenCuenta article .deudaTotal .detallesOpen:focus{
    background: #35bfe9;
}

.resumenCuenta article .deudaTotal table{
    margin-bottom: 0;
}

.resumenCuenta article .openClose{
	color: #5A5A5A;
    font-size: 13px;
}

.resumenCuenta article .openClose i{
    border: solid 1px #5A5A5A;
    padding: 0px 7px 0 6px;
    color: #000000;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.resumenCuenta article .openClose span.red{
    display: none;
}

.resumenCuenta article table{
    margin-top: 10px;
    margin-bottom: 40px;
    clear: both;
}

.resumenCuenta article table tr td:first-child i{
    font-size: 19px;
    color: #cfcfcf;
    float: left;
    margin: -3px 8px 0 0;
}

.resumenCuenta article table tr:first-child td{
    border-top: none;
}

.resumenCuenta article table .label{
    font-size: 12px;
    color: #fff;
    padding: 4px 8px;
    margin-left: 5px;
    font-weight: normal;
}

.resumenCuenta article table .label b{
    font-weight: normal;
}

.resumenCuenta h3{
    font-size: 14px;
    color: #333;
    font-family: 'swis721_bold';
}

.ion-eye{
	font-size: 16px;
}

.resumenCuenta .infoPeriodo .datePeriodo{
    font-size: 13px;
    color: #7D7D7D;
    line-height: 16px;
    padding: 7px 0;
    margin: 10px 1%;
    width: 48%;
    border: solid 1px #ccc;
}

.resumenCuenta .infoPeriodo .datePeriodo span{
    display: block;
    font-size: 15px;
    color: #35BFE9;
}

.resumenCuenta .infoPeriodo tr:last-child{
    background: #2D80DF;
    color: #fff;
}

.resumenCuenta .infoPeriodo tr:last-child td{
    padding: 5px 10px;
    border-top: none;
}

.resumenCuenta .infoPeriodo td{
    font-size: 13px;
    padding: 9px 0;
}

#leftMenu{
	margin-top: 30px;
}

#leftMenu h6{
    background: #104b71;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
}

#leftMenu h6 i{
    float: right;
    color: #77C84C;
}

#leftMenu .panel-group .panel-default,
#leftMenu .panel-group .panel+.panel{
    margin: 0;
    border: none;
}

#leftMenu .panel-group .panel .panel-heading i{
    float: left;
    margin-right: 15px;
    height: 45px;
}

#leftMenu .panel-group .panel .panel-heading h4{
    font-size: 15px;
    font-family: 'swis721_bold';
    color: #333;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#leftMenu .panel-group .panel .panel-heading h5{
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}

#leftMenu .panel-heading {
    padding: 20px 15px;
    border:none;
    background: #fff;
    border-radius: 0;
    border-bottom: solid 1px #C6D3DD;
}

#leftMenu .panel-heading:focus h4,
#leftMenu .panel-heading:hover h4{
    color: #2d80df !important;
}

#leftMenu .panel{
    box-shadow: none;
}

#leftMenu .panel-group{
	border-left: solid 3px #c6d3dd;
}

#leftMenu .panel-group .panel-body{
	background: #c6d3dd;
}

#leftMenu .panel-group .panel-body{
	padding: 0;
}

#leftMenu .panel-group .panel-body ul li{
	list-style-type: none;
}

#leftMenu .panel-group .panel-body ul li a{
    color: #000;
    font-size: 12px;
    padding: 6px 10px;
    display: block;
    border-bottom: solid 1px #E0ECF5;
}

#leftMenu .panel-group .panel-body ul li a:hover{
    color: #fff;
    background: #35bfe9;
}


/*-----------------------------------*/
/******** GRAFICO DE CONSUMO *********/
/*-----------------------------------*/


.chart {
	width: 100%;
	display: block;
	margin-top: 20px;
}

.chart .numbers {
	width: 10%;
	margin: 0 !important;
	padding: 0;
	display: inline-block;
	float: left;
	border-right: solid 1px #ccc;
}
.chart .numbers li {
	text-align: right;
	list-style: none;
	height: 29px;
	position: relative;
	bottom: 0px;
	margin-bottom: 0 !important;
}
.chart .numbers li:last-child {
	height: 30px;
}
.chart .numbers li span {
	color: #565656;
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 11px;
}
.chart .bars {
	display: inline-block;
	width: 90%;
	padding: 0;
	margin: 0 !important;
	border-bottom: solid 1px #ccc;
}
.chart .bars li {
	display: table-cell;
	width: 100px;
	height: 175px;
	margin: 0;
	text-align: center;
	position: relative;
}

@media screen\0 {
    .chart .bars li {
	    display: inline-block;
	    width: 52px;		   
	}

	.pagarAhora{
		line-height: 20px;
	}
}

.chart .bars li .bar {
	display: block;
	width: 30px;
	margin-left: 15px;
	background: #b1dbf8;
	position: absolute;
	bottom: 0;
	color: #000;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.chart .bars li .bar:hover {
	background: #35bee9;
	cursor: pointer;
}
.chart .bars li .bar:hover:before {
	content: attr(data-periodo);
	position: absolute;
	bottom: 90%;
	left: 50%;
	margin-left: -40px;
	color: #000;
	background: #fff;
	box-shadow: 0 2px 3px #ccc;
	padding: 5px 10px;
	width: 80px;
	display: block;
	font-size: 15px;
}
.chart .bars li span {
	color: #565656;
	width: 100%;
	position: absolute;
	bottom: -2em;
	left: 0;
	text-align: center;
	font-size: 11px;
}


/*-----------------------------------*/
/******** VALIDACION POPUP *********/
/*-----------------------------------*/

.openPopup{
	color: #2d80df;
	text-decoration: underline;
}

.popupValidation{
	width: 500px;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	background: #fff;
	z-index: 5;
	top: 35%;	

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.popupValidation .head{
	padding: 15px 30px;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 48%, rgba(234,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(48%,rgba(255,255,255,0.48)), color-stop(100%,rgba(234,234,234,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(234,234,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eaeaea',GradientType=0 );
}

.popupValidation .head h3{
	color: #666;
	font-size: 20px;
}

.popupValidation .head i{
	color: #35bfe9;
	margin-right: 10px;
	font-size: 26px;
	display: inline-block;
    vertical-align: middle;
}

.popupValidation .content{
	padding: 15px 30px;
}

.popupValidation .content .button{
    display: table;
    padding: 8px 20px !important;
    margin: 15px auto 5px;
}

.popupValidation ol,
.popupValidation ul{
    padding-left: 20px;
}

.popOverlay{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 4;
}


#graficosConsumo .tab-content {
    display: none;
}

#graficosConsumo h3{
    display: inline-block;
    margin: 0;
    font-size: 14px;
    margin-right: 10px;
}

#graficosConsumo .tabs-menu{
    display: inline-block;
    margin-left: 10px;
    margin: 0;
}

#graficosConsumo .tabs-menu li{
    display: inline-block;
}

#graficosConsumo .tabs-menu li a{
    font-size: 11px;
    text-transform: uppercase;
}

#graficosConsumo .tabs-menu li.current a{
    background: #35bfe9;
}

#graficosConsumo .tab div:first-child{
 display: block;   
}


/*-----------------------------------*/
/***** CONSULTAR DEUDA CLIENTE ********/
/*-----------------------------------*/

table.resposive-table{
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #dbdbdb;
	margin-bottom: 0 !important;
}

table.resposive-table thead {
	background: #35bfe9;
}

table.resposive-table thead th{
    color: #fff;
    text-align: center;
    padding: 11px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    border-right: solid 1px #44ccf5;
}

table.resposive-table td {
	padding: 10px 0;
	font-size: 12px;
    border-right: solid 1px #dbdbdb;
}

table.resposive-table td:first-child {
	padding: 10px 12px;
	border-left: solid 1px #dbdbdb;
}

table.resposive-table tr:nth-child(2n+0) {
	background: #f7f7f7;
}

table.resposive-table tr.vencido{
	background: #ffe6e6;
}

.resumenCuenta article .totalDeudaSum{
	margin-top: 10px;
	background: #F1F1F1;
	padding: 5px 15px;
	text-align: right;
	font-size: 12px;
}

.resumenCuenta article .totalDeudaSum span{
	color: #c81839;
	font-size: 14px;
	margin-left: 10px;
}

.resumenCuenta article .topInfoSum{
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.resumenCuenta article .topInfoSum .sumNum{
	float: left;
}

.resumenCuenta article .topInfoSum .sumNum{
    display: inline-block;
    color: #104b71;
    font-size: 18px;
    font-family: 'swis721_bold';
}

.resumenCuenta article .noDeudaPendiente{
	color: #4b780d;
    background: #dbf0be;
    margin-top: 20px;
    padding: 8px 20px;
    font-size: 13px;
}

.resumenCuenta .totalDeudasGeneral{
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 10px;
	line-height: 40px;
	margin-bottom: 15px;
}

.resumenCuenta .totalDeudasGeneral .pagarAhora{
	line-height: initial;
}

#mainColumn.resumenCuenta .totalDeudasGeneral h3{
	font-size: 11px;
	color: #545454;
	line-height: 18px;
	margin: 0;
}

.resumenCuenta .totalDeudasGeneral h3 span{
	font-family: 'swis721_roman';
	font-size: 19px;
}

.resumenCuenta .totalDeudasGeneral h3:nth-child(1){
	border-right: solid 1px #ccc;
}

.resumenCuenta .totalDeudasGeneral .valorDeuda {
    font-size: 24px;
    vertical-align: sub;
    margin: 0 10px;
}

.flashPlayer{
    display: inline-block;
    width: 100%;
    margin: 40px 0 0;
    padding: 10px;
    background-color: #F1F1F1;
    border: solid 1px #DEDEDE;
}

.flashPlayer figure{
    float: left;
    margin-right: 15px;
    margin-bottom: 1px;
}

.flashPlayer small{
    display: block;
    line-height: 16px;
}

.resumenCuenta .adheridoTipo{
    display: inline-block;
    width: 100%;
}

.resumenCuenta .facturaDebito span{
	position: relative;	
	padding-left: 15px;
	margin-right: 10px;
	font-size: 13px;
}

.resumenCuenta .facturaDebito .adheridoSi:after{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #77c74a;

    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.resumenCuenta .facturaDebito .adheridoNo:after{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #f01c59;

    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.resumenCuenta .downloadBtns a{
    display: inline-block;
    margin-right: 10px;
}

#mainColumn .msgOk,
#mainColumn .msgOk i{
    color: #77c84c;
}

#mainColumn .msgNo,
#mainColumn .msgNo i{
    color: #ff215a;
}


#suscripcion-factura table.resposive-table td{
	font-size: 14px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.resposive-table,
	table.resposive-table thead,
	table.resposive-table tbody,
	table.resposive-table th,
	table.resposive-table td,
	table.resposive-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.resposive-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.resposive-table tr { 
		border: 1px solid #ccc;
		margin-bottom: 15px;
	}

	table.resposive-table tr td:first-child { 
		background: #35bfe9;
		
		color: #fff;
	}

	table.resposive-table tr td:first-child:before { 
		color: #fff;
		left: 31px;
		font-size: 14px;
	}	

	table.resposive-table tr td:first-child input[type="checkbox"] { 
		
	}

	table.resposive-table td {
		text-align: left !important;
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		font-size: 14px;
	}

	table.resposive-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 15px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-family: 'swis721_bold';
		color: #4C4C4C;			
	}

	/*
	Label the data
	*/
	table.resposive-table td:before { content: attr(data-title); }
	}


/*-----------------------------------*/
/******** HOME INSTITUCIONAL *********/
/*-----------------------------------*/

header #institucionalMenu li a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #F5F5F5;
}

#institucionalMenu .dropdown-menu{
    background: #F5F5F5;
    border: none;
/*    width: 250px;*/
    padding: 0;
    left: 0;
    right: inherit;
}

#institucionalMenu .dropdown-menu li a{
    line-height: inherit;
    font-size: 13px;
    padding: 10px 20px;
}

#sliderInstitucional{
	text-align: center;
	background: #0A052F;
}

#sliderInstitucional img{
	display: inline-block;	
}

#sliderInstitucional .carousel-caption {
    bottom: inherit;
    top: 20%;
}

#sliderInstitucional .carousel-caption h2{
    font-size: 42px;
    line-height: 40px;
}

#sliderInstitucional .carousel-caption p{
    font-size: 17px;
/*    width: 40%;*/
    margin: 10px auto 30px;
    line-height: 20px;
}

#sliderInstitucional .carousel-caption h2 span{
    display: block;
    font-family: 'swis721_bold';
}

header #institucionalMenu li a{
    text-transform: uppercase;
    font-family: 'swis721_bold';
    font-size: 15px;
    color: #000;
    line-height: 60px;
    padding: 15px 20px;    
}


header #institucionalMenu li.active a,
header #institucionalMenu li a:focus,
header #institucionalMenu li a:hover{
    background: #35bfe9;
    color: #fff;   
}

header #institucionalMenu li a i{
    font-size: 11px;
    margin-left: 10px;   
}

#registroOficina{
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	float: left;

	background: rgb(9,60,92);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5M2M1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjYxOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(9,60,92,1) 0%, rgba(18,97,148,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,60,92,1)), color-stop(100%,rgba(18,97,148,1)));
	background: -webkit-linear-gradient(top,  rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
	background: -o-linear-gradient(top,  rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
	background: -ms-linear-gradient(top,  rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
	background: linear-gradient(to bottom,  rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093c5c', endColorstr='#126194',GradientType=0 );
}

#registroOficina h3{
	color: #fff;
	font-size: 22px;
}

#registroOficina h4{
	color: #06b2f0;
}

#registroOficina ul li{
	color: #fff;
	list-style-type: none;
}

#registroOficina ul li i{
	color: #77c84c;
	margin-right: 5px;
}

#registroOficina .button{
	display: inline-block;
}

#podBoxes{
	background: #f4f4f4;
	float: left;
	width: 100%;
}

#podBoxes .row{
	display: table-cell;
}

#podBoxes [class*='col-']:first-child a{	
	border-left: solid 1px #c6c6c6;
}

#podBoxes [class*='col-']{
	display: table-cell;
}

#podBoxes a{
	padding: 30px;
	color: inherit;
	border-right: solid 1px #c6c6c6;
	display: inline-block;
}

#podBoxes a:hover{
	background: #fff;
}

#podBoxes [class*='col-']:nth-child(1) a:hover{
	box-shadow: inset 0 -5px 0 #06b2f0;
}
#podBoxes [class*='col-']:nth-child(2) a:hover{
	box-shadow: inset 0 -5px 0 #104b71;
}
#podBoxes [class*='col-']:nth-child(3) a:hover{
	box-shadow: inset 0 -5px 0 #77c84c;
}
#podBoxes [class*='col-']:nth-child(4) a:hover{
	box-shadow: inset 0 -5px 0 #837e74;
}

#podBoxes a h3{
	font-size: 23px;
}

#podBoxes a p{
    display: block;
    clear: both;
    margin-top: 30px;
}

#podBoxes a i{
    text-align: center;
    padding: 15px 0 17px;
    width: 60px;
    display: inline-block;
    float: left;
    margin-right: 20px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#infoLegal img{
	min-width: 100%;
}

#infoLegal .oceba{
	margin-top: 7px;
}

h4.mainTitle{
	color: #104b71;
	font-size: 24px;
	position: relative;
	padding-left: 40px;	
	margin-bottom: 25px;
}

h4.mainTitle:after{
    content: '';
    position: absolute;
    left: 0;
    width: 27px;
    height: 25px;
    background: #104b71;
    border-right: solid 11px #33b9e4;
}

.verTodasBtn{
	padding: 4px 20px;
	border:solid 1px #7D7D7D;
	color: #7D7D7D;

	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.verTodasBtn:hover{
	background: #06b2f0;
	border:solid 1px #06b2f0;
	color: #fff;
}

#noticias{
	clear: both;
	padding: 50px 0;
}

#noticias article{
	display: block;
}

.articleNoti article{
	margin-bottom: 20px;
	display: inline-block;
}

.articleNoti article figure{
	border-bottom: solid 5px #33b9e4;
	position: relative;
	padding: 0;
	background: #23527c;
}

.articleNoti article figure img{
	opacity: 0.9;

	backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:visible; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer */

	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.articleNoti article figure:hover img{
	opacity: 1;
}

.articleNoti article figure .fechaNota{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 13px;
    background: #33b9e4;
    padding: 3px 10px;
    color: #fff;
    z-index: 3;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.articleNoti article h2 a{
	color: #333;
    font-family: 'swis721_bold';
    font-size: 18px;
    display: inline-block;
    margin: 15px 0;
}

.articleNoti article h2 a:hover{
	color: #06b2f0;
}

#acciones { 
    background: url(../images/bg-acciones.jpg) 50% 0 fixed #171717; 
    height: auto;  
    margin: 70px auto 0; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
}

#acciones article{ 
    text-align: center;
}

#acciones article figure{ 
    margin-bottom: 15px;
}

#acciones article h3{ 
    font-size: 40px;
    color: #fff;
    font-family: 'swis721_bold';
}

#acciones article p{ 
    font-size: 18px;
    color: #fff;
}

#telContacto.contactoIns {
    margin-top: 0;
}

#telContacto h3 i{
	color: #fff;
    background: #35bfe9;
    padding: 1px 4px 1px 5px;
    font-size: 16px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#telContacto h3 a{
    color: #fff;
    font-size: 18px;
    margin-left: 6px;
}

footer.footerIns p{
    color: #333;
}

footer.footerIns ul li{
    color: #35BFE9;
}

footer.footerIns ul li a{
    color: #333;
}

footer.footerIns ul li a:hover{
    color: #06b2f0;
}

#pathway{
	background: #d9e6ea;
	padding: 10px 0;
}

#pathway ul li{
	display: inline-block;
	margin: 0 10px;
	color: #104B71;
}

#pathway i{
	color: #33b9e4;	
}

#contentColumn{
	/*margin: 50px 0 30px;*/
}

.menuSection{
	margin-bottom: 30px;
}

.menuSection li{
	list-style-type: none;
}

.menuSection li a{
	display: block;
	padding: 8px 0;
	border-bottom: solid 1px #ccc;
	color: #333;
}

aside .accesosBox{
	display: block;
	padding: 15px;
	border:solid 1px #ccc;
	margin-bottom: 10px;
}

aside .accesosBox i{
    text-align: center;
    padding: 7px 0 10px;
    width: 40px;
    display: inline-block;
    float: left;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

aside .accesosBox i img{
	width: 17px;
}

aside .accesosBox h3{
	font-size: 16px;
    display: inline-block;
    float: left;
    width: 60%;
    margin-left: 10px;
    vertical-align: top;
    font-family: 'swis721_bold';
    color: #333;
}

aside .accesosBox p{
    display: inline-block;
    clear: both;
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
    color: #333;
}

aside .accesosBox a{
    font-size: 14px;
    font-weight: normal;
}

aside .accesosBox a:hover{
    background: #35bfe9;
}

/*aside .asideContent{
	padding-left: 15px;
}
*/
.oficinaVirtual .info{
	padding: 20px;

	background: rgb(9,60,92);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(9,60,92,1) 0%, rgba(18,97,148,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,60,92,1)), color-stop(100%,rgba(18,97,148,1)));
    background: -webkit-linear-gradient(top, rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
    background: -o-linear-gradient(top, rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
    background: linear-gradient(to bottom, rgba(9,60,92,1) 0%,rgba(18,97,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093c5c', endColorstr='#126194',GradientType=0 );
}

.oficinaVirtual .info a{
	display: inline-block;
}

.oficinaVirtual figure{
    overflow: hidden;
    background: #0b466c;    
}

.oficinaVirtual figure img{
    opacity: 0.7;
    margin-left: -60px;
    width: 130%;
    display: inline-block;
    max-width: inherit;
}

.oficinaVirtual .info h2{
    color: #fff;
    font-size: 24px;
    line-height: 27px;
}

.oficinaVirtual .info p{
	color: #fff;
    font-size: 14px;
    display: block;
    margin: 8px 0 25px;
    line-height: 19px;
}

.sumate{
	background: url(../images/bg-sumate.jpg) right center no-repeat #33b9e4;
	padding: 30px 20px;
	margin-top: 20px;
}

.sumate h2{
    color: #fff;
    font-size: 24px;
    line-height: 27px;
}

.sumate p{
	color: #fff;
    font-size: 14px;
    display: block;
    margin: 8px 0 25px;
    line-height: 19px;
}

.sumate .nuevo{
    margin-bottom: 10px;
    display: inline-block;
}

.singleContent{}

.singleContent h1{
	color: #104b71;
	font-size: 27px;
}

.singleContent h2{
    color: #333;
    font-size: 16px;
    margin: 15px 0;
    line-height: 21px;
    font-family: 'swis721_bold';
}

.singleContent .infoBar{
    padding: 6px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}

.singleContent .infoBar .textSize{
    font-size: 11px;
}

.singleContent .infoBar .textSize a{
    font-size: 14px;
    background: #d9e6ea;
    padding: 3px 6px;
    margin-left: 5px;
    font-family: 'swis721_bold';

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.singleContent .infoBar .textSize a:hover{
   color: #fff;
    background: #23527c;
}

.contentColumn figure{
   max-width: 400px;
   float: right;
   margin-left: 20px;
}

.contentColumn figure img{
   max-width: 100%;
}

.contentColumn figure small{
    padding: 7px 0;
    border-bottom: solid 4px #33b9e4;
    display: block;
    margin-bottom: 10px;
}

.sharePost{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.sharePost span{
	font-size: 13px;
}

.sharePost span i{
	font-size: 15px;
	margin-right: 10px;
}

.sharePost ul{
	display: inline-block;
}

.sharePost ul li{
	display: inline-block;
}

.sharePost ul li a{
    display: inline-block;
    padding: 0;
    width: 35px;
    margin-right: 3px;
    text-align: center;
    font-size: 22px;
    color: #fff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sharePost ul li a.fb{	
	background: #1a4488;
}

.sharePost ul li a.tw{
	background: #4bcaf3;
}

.sharePost ul li a.gp{
	background: #d21f1f;
}

.sharePost ul li a.wt{
	background: #07a83c;
}

.sharePost ul li a.mail{
	background: #e88800;
}

.articulosRelacionados{
	margin: 50px 0 0;	
}

.articulosRelacionados article h2 a{
	margin: 0;
	font-size: 16px;	
}

.articulosRelacionados [class*='col-']{
	padding: 0 10px;	
}

#pagosOnline .tarjetas{
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}

#pagosOnline .tarjetas a{
	display: inline-block;
}

#pagosOnline .tarjetas .cardLogo{
	text-align: center;
	padding:20px 0;
	cursor: pointer;

	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#pagosOnline .tarjetas .cardLogo:hover,
#pagosOnline .tarjetas .cardLogo:focus{
	background: #F1F1F1;
}

#pagosOnline .tarjetas .cardLogo img{
	max-width: 100%;
}


#suministros article{
    display: inline-block;
    width: 100%;
    background: #f8f8f8;
    padding: 20px 25px;
    margin-bottom: 15px;
}

#suministros article h3{
	display: inline-block;
    color: #104b71;
    font-size: 18px;
    font-family: 'swis721_bold';
    margin: 0;
}

#suministros article ul{
    margin: 15px 0 0 7px;
}

#suministros article ul li{
    margin: 0;
}


#informacionUtil .accordion-heading{
    margin-top: 20px;
}

#informacionUtil .accordion-toggle.collapsed{
    background-color: #cbe5ed;
    color: #104b71; 
}

#informacionUtil .accordion-toggle{
    background-color: #35bfe9;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px 20px;
    font-family: 'swis721_bold';
    line-height: 14px;
    cursor: pointer;
}
#informacionUtil h2
{
	display: block;
    font-size: 26px;
    margin-bottom: 25px;
    color: #104b71;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
  }

#informacionUtil .panel-body{
    border:none;
    padding: 0;
}

#informacionUtil .panel-heading{
    border-radius:0px;
}

#informacionUtil .panel-default{
    border:none;
    box-shadow: none;
    margin-bottom: 15px;
}

#informacionUtil article{
    padding: 15px;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    width: 100%;
}

#informacionUtil article h4{
	display: inline-block;
	font-family: 'swis721_roman';
	font-size: 14px;
	color: #444;
}

#informacionUtil article span{
	float: right;
}

#informacionUtil article .label{
	font-weight: normal;
	font-size: 13px;
}

#informacionUtil article .label:first-child:hover{
	background:#35bfe9;
}

#informacionUtil article .label:hover{
	background:#77c84c;
}

.constancia{
    padding: 30px;
    border: solid 5px #F1F1F1;
}

.constancia h3{
    font-family: 'swis721_bold';
    margin-bottom: 30px;
}

.constancia p{
    margin: 15px 0;
}

#mainColumn .constancia ol, 
#mainColumn .constancia ul{
	padding: 0;
}

#mainColumn .constancia ol li, 
#mainColumn .constancia ul li{
	margin-bottom: 7px;
}

.messageVal{
    color: #E10845;
    margin: 10px 0;
    display: block;
}

.fields [class*='col-']{
	padding-left: 0;
}

.conditional_form_part {
	padding-left: 25px;
	float: left;
    width: 100%;
    clear: both;
    margin: 10px 0;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tope{
	display: inline-block;
	margin: 10px 0;
}

.sum{
    margin-bottom: 15px;
    display: block;
}

.sum small{
    font-weight: normal;
    font-family: 'swis721_roman';
    font-size: 13px;
    margin-right: 5px;
}

#bannerSection {
    height: 149px;
    margin-top: 95px;
    display: table;
    width: 100%;
    background-size: 100%;
}
#bannerSection .container {
    display: table-cell;
    vertical-align: middle;
}
#bannerSection h1 {
    color: #33b9e4;
    font-size: 26px;
    display: inline-block;
    padding-left: 150px;
    margin-top: -25px;
 /*   max-width: 450px;*/
}

.menu_lateral  {
	width: 270px;
	height: 100%;
	background-color: #FAFAFA;
	padding-right: 10px;
	padding-top: 30px;	
	padding-left: 20px;
	float: left;
	
}

.menu_lateral article {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    width: 100%;
    font-size: 10px ;
}
.menu_lateral article h4 {
    font-size: 12px !important;
}

.menu_lateral .panel-body {
    padding: 0px; 
}
.menu_lateral .panel-default {
    border: solid 0px #ccc;
    margin-top: 0px !important;
}
.menu_lateral .panel-group {
    width: 230px;
    margin-bottom: 0px;
    margin-top: 0px;
    
}
.menu_lateral .panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
    border-bottom: solid 1px #ccc;
    border-right: solid 0px #ccc;
    
}

.menu_lateral .panel-default>.panel-heading>.panel-title{

    font-size: 15px ;
    font-family: 'swis721_bold';
}
.menu_lateral .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #FFF;
    border: 0px;

}

.menu_lateral .menu_title {
    width: 230px;
    margin-bottom: 2px;
    background-color: #063b5d;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.contenido_centro_derecho{
	/*height: 100%;*/
	width: 710px;
    margin-left: 290px;
    margin-top: 30px;
}

 
.contenido_centro_derecho_titulo{
	color: #104b71;	
	font-size: 27px;

}

.contenido_centro_derecho_cuerpo
{
    margin-top: 20px;

}

header.fixedHeader{}
header.fixedHeader #mainMenu li a, header.fixedHeader #institucionalMenu li > a{padding: 0 20px;}
header.fixedHeader #loginButtons {top: 15px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
header.fixedHeader .navbar-brand{padding: 10px 15px; width: 120px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
header.fixedHeader .navbar-brand img{-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
header.fixedHeader .navbar-toggle {margin-top: 15px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
header.fixedHeader #loggedButtons .item {line-height: 55px;}

h4 a{
	color:#333;
}

.menu_info
{
	float: left;
	width: 230px;	
	padding-top: 60px;
	/*margin-top: 95px;*/
	/*height: 100%;*/
}

.links_pdf
{
	float: left;
	background-color: #FAFAFA;
	/*margin-top: 95px;*/
	/*height: 100%;*/
	width: 730px;
	padding-top: 60px;
	padding-right: 20px;
	
}
.contenedor
{
	background-color: #FAFAFA;	
	float: left;
}
.itemsForm
{
	background-color: white;
	padding:20px;
}

.footer_informacion{
	background-color: #104b71;
	color:white;
}

.footer_informacion p{
	
	color:white !important;
}

.footer_informacion ul li a{
	color:white !important;
}

.titulo_info_selected a {
	color: #35bfe9;
	font-size: 15px;
}
.resto_info{
	font-size: 13px;	
}

.titulo_info a {
	color: #063b5d;
	font-size: 15px;
}

.articleNoti h1{
	display: block;
    font-size: 26px;
    
    color: #104b71;
    
}
.articleNoti h2{
	color: #333;
    font-size: 16px;
    margin: 15px 0;
    line-height: 21px;
    font-family: 'swis721_bold';
}

.articleNoti .infoBar {
    padding: 6px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}

.error td {
	color: red;
}



.campotit {
	/*font-family: "Swis721 BT";*/
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	background-color: #35BFE9;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #44CCF5;
	border-right-color: #44CCF5;
	border-left-color: #44CCF5;
}
.campoimpar {
	/*font-family: "Swis721 BT";*/
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	color: #333;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
.campopar {
/*	font-family: "Swis721 BT";*/
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	color: #333;
	background-color: #F7F7F7;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}

.fixedOv
{

	height: 222px !important;
}

.fixedOvMiddle
{

	height: 242px !important;
}


.btn1_ov{
	color: #333 !important;
	background-color: white;
}
.btn1_ov:hover{
	background: #35bfe9;
	color: 	white !important;
}

.lista_tramites
{
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.titulo_tramites
{
	width: 224px;
    height: 80px;
    /*background-color: #35BFE9;*/
    vertical-align: middle;
    font-size: 24px;
    line-height: 27px;
    color: white;
}

.item_tramites
{
    width: 224px;
    height: 80px;
    border-bottom: 1px solid #D4D4D4;
    padding-left: 15px;
    background-color: white;
}

.item_tramites a
{
        color: #333;
        font-weight: initial; 
}

.item_tramites a:hover
{
        color: #333;
        font-weight: bold;
}

.last_item{
	border-bottom: 0px !important;

}    
.tazul {
	border-bottom: 5px solid #35BFE9;
    
}

.tazul .titulo_tramites {
	background-color: #35BFE9;
}

.tverde {
	border-bottom: 5px solid #77c84c;
    
}

.tverde .titulo_tramites {
	background-color: #77c84c;
}


.tgris_oscuro {
	border-bottom: 5px solid #96989A;
    
}

.tgris_oscuro .titulo_tramites {
	background-color: #96989A;
}

.tmarron {
	border-bottom: 5px solid #aaab90;
    
}

.tmarron .titulo_tramites {
	background-color: #aaab90;
}
.tnavy {
	border-bottom: 5px solid #104b71;
    
}

.tnavy .titulo_tramites {
	background-color: #104b71;
}
.tvioleta {
	border-bottom: 5px solid #889FAC;
    
}

.tvioleta .titulo_tramites {
	background-color: #889FAC;
}


.forms_buttons
{

    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
    transition: all 0.2s ease;
    border: none;
    clear: both;
    padding: 10px 40px;
    display: block;
}
html{
    display: table;
    margin: auto;

}


.formulario table
{
	font-size: 14px;
}



.registerForm input[type="button"], .registerForm input[type="reset"], .registerForm input[type="submit"]
{
	background-color: grey ;	
}





.flecha_carousel{
	color:#E5E5E5;
}
.flecha_carousel:hover{
	color:#999999;
}