/*-reset-*/a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,header2,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,navd,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;font-size:100%;margin:0;padding:0}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,header2,hgroup,menu,nav,navd,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}svg{overflow:hidden}

body{
/* TEXT */
	font-family: Calibri, Arial, sans-serif;
	font-weight: 100;
	font-size: 22px;
	color: #000000;
/* display */
	width: 100%;
}

#watsapp{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1;        
  padding: 10px;   
}
#header{
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 1000;
	left: 0;
	right: -25px;
	top: 0;
	background-color: #FFFF;
}
.full_shadow{
	width: 100%;
	position: fixed;
	top: 130px;
	left:0;
	z-index: 900;
	background: url('assets/sombra_capsalera.png') repeat-x transparent bottom;
}
.vermenu{
	position: fixed;
    width: 30px;
	top: 180px;
    left: 20px;
	z-index: 900;        
	padding: 15px 5px;
	border: #EFEFEF 2px solid;
    border-radius: 0px;
}
.menu_lateral{
	position: fixed;
    width: 222px;
	top: 120px;
    left: 0px;
	z-index: 900;        
	padding: 15px 5px;
	border: #EFEFEF 2px solid;
    border-radius: 0px;
}
.menuflotante{
	position: fixed;
    width: 222px;
	top: 120px;
    right: 0px;
	z-index: 900;        
	padding: 15px 5px;
	border: #EFEFEF 2px solid;
    border-radius: 0px;

}
.redondear{    
        border-radius: 0px 0px 0px 20px;
}
.redondear2{    
        border-radius: 20px;
}

.botonflotante{
	position: fixed;
	top: 200px;
        right: 25px;
	z-index: 900;        
	padding: 3px 5px;
	background-color: #EFEFEF;
}

#content{
	width: 1000px;
	min-height: 71%;
	margin: 0 auto;
	margin-top: 150px;
}

#full_content{
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 100;
	margin-top: 150px;
}

#footer{
	width: 100%; 
	position:fixed;
	bottom: 0px;
	left: 0px;
	padding: 3px 5px;
	z-index: 900;
}

#up_footer{
	background: url('assets/sombra_footer.png') repeat-x transparent;
	width: 100%; 
	position:fixed;
	bottom: 18px;
	left: 0px;
	z-index: 900;
}

#side{
        
    text-align: center;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 990;
    max-height: 50px;
	padding: 5px 15px;
	font-size: .3em;
    background: transparent;
}
#debug{
	width: 98%;
	padding: 1%;
	margin: 0 auto;
	background: #B14D1E;
	text-align: center;
	color: #FFFFFF;
}

#nav_logo{
	margin-top: 50px;
	margin-left: 15px;
	display: block;
}

#side h3{
	margin-top: 20px;
}

/* TEXTOS */
@font-face {
    font-family: 'Museo 100';
    src: url('type/Museo100-Regular.eot');
    src: url('type/Museo100-Regular.eot?#iefix') format('embedded-opentype'),
         url('type/Museo100-Regular.woff') format('woff'),
         url('type/Museo100-Regular.ttf') format('truetype'),
         url('type/Museo100-Regular.svg#pt_sansregular') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 300';
    src: url('type/Museo300-Regular.eot');
    src: url('type/Museo300-Regular.eot?#iefix') format('embedded-opentype'),
         url('type/Museo300-Regular.woff') format('woff'),
         url('type/Museo300-Regular.ttf') format('truetype'),
         url('type/Museo300-Regular.svg#pt_sansregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 500';
    src: url('type/Museo500-Regular.eot');
    src: url('type/Museo500-Regular.eot?#iefix') format('embedded-opentype'),
         url('type/Museo500-Regular.woff') format('woff'),
         url('type/Museo500-Regular.ttf') format('truetype'),
         url('type/Museo500-Regular.svg#pt_sansregular') format('svg');
    font-weight: 500;
    font-style: normal;
}
	
@font-face {
    font-family: 'Museo 700';
    src: url('type/Museo700-Regular.eot');
    src: url('type/Museo700-Regular.eot?#iefix') format('embedded-opentype'),
         url('type/Museo700-Regular.woff') format('woff'),
         url('type/Museo700-Regular.ttf') format('truetype'),
         url('type/Museo700-Regular.svg#pt_sansregular') format('svg');
    font-weight: 700;
    font-style: normal;
}

h1{
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 25px;
}

h2{
	font-size: 22px;
	font-weight: 700;
}

h3{
	font-size: 20px;
	font-weight: 500;
}

b, strong{font-weight: 500;}

p, a.text{
	font-size: 15pt;
	padding: 3px 5px 3px 0px;
	line-height: 20px;
	letter-spacing: 1px;
}

a{
	text-decoration: none;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 15px;
	color: #000000;
}




/* admin nav links */
a.nav{
    text-align: center;
    margin: 0px 15px;
    font-weight: normal;
    font-size: 20px;
    color:#3AB54A;
}

a.nav:hover{
    text-align: center;
    color:  #000000;
}

/* admin nav links */
a.navd{
    display:block;
    margin: 0px 15px;
    font-size: 20px;
    color: black;
}

a.navd:hover{
    background: #000000;
    color:  #FFFFFF;
}

a.active{
	text-decoration:underline;
}

a.action:hover{
	border: 1px solid #B14D1E;
}

/* table style */


table.narrow{
	width: 50%;
	padding: 3px;
	margin: 15px 0;
}

table.wide{
	width: 100%;
	padding: 3px;
	margin: 15px 0;
}

thead th{
	color: #006699;
	font-size: 20px;
	padding-bottom: 5px;
}

tr{
	border-bottom: 1px solid #DDDDDD;
}

tr:hover{
	background: #DDDDDD;
}


tr.even{
}

tr.odd{
}

td{
	color: #000; 
	padding: 3px 5px 2px 12px;
	text-transform: uppercase;
	font-size: 20px;
}


td a{
}

/* list style */

ol{
	
}

ul{
	
}

li{
	
}

caption{
	margin-bottom: 15px;
}

/* forms style panel*/


form.panel{
	width: 100%;
	background: #ffffff;
}

form.panel fieldset{
	border: 0;
}

form.panel legend{
}

form.panel label{
	width: 100%;
	margin: 10px 10px 0 0;
	font-size: 11pt;
}

form.panel input, form.panel select{
	width: 98%;
	margin: 0 0 10px 0;
	background: #EFEFEF;
	border: 0;
	padding: 5px;
}

form.panel select{
}

form.panel input[type="text"]{
	
}

form.panel input[type="password"]{
	
}

form.panel input[type="checkbox"]{
	width: 16px;
}

form.panel input[type="radio"]{
	width: 16px;
}

form.panel input[type="submit"], form.panel button{
	width: 48%;
	color: #000000;
	border: 1px solid #000000;
	background: transparent;
	margin: 20px 1%;
}

form.panel button{
	padding: 5px;
}


form.panel input[type="submit"]:hover, form.panel button:hover{
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
}

form.panel select{
	margin-bottom: 1%;
}

form.panel button.icon{
	width: 20px;
	margin: 0 5px;
	padding: 0px;
	text-align: center;
}

form.panel textarea{
	width: 98%;
	background: #EFEFEF;
	border: none;
	padding: 1%;
	height: 320px;
}


form.panel span.submit{
	background-color: #000000;
	padding: 5px;
	display: block;
}

.ficha{
    background-image: linear-gradient(white, #EFEFEF);
    border: #EFEFEF 2px solid;
    border-radius: 0px;
    padding: 0px 15px 15px 15px;
}
.ficha2{
    background-image: linear-gradient(white, #EFEFEF, #EEEEEE, #7C7C7C);
    border: #EFEFEF 2px solid;
    border-radius: 10px;
    padding: 5px 20px 5px 5px;
}
.ficha3{
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(#EFEFEF, #EEEEEE);
    border: #EFEFEF 2px solid;
    border-radius: 10px;
    padding: 15px;
}

.boton-1{
    text-align:center;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    display:inline-block;
    color: #FFF;
    background: #7F8C8D;
    padding: 10px 10px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.boton{
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    text-align:center;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    display:inline-block;
    color: #FFF;
    background: #7F8C8D;
    padding: 5px 5px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    margin: 2px 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} 
.botonVer{
    text-align:center;
    text-decoration: none;
    display:inline-block;
    color: white;
    background: black;
    padding: 5px 15px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 2px 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}    
.corporativoandblack{
    background-image: linear-gradient(#032B66, black);
}
.corporativoandblack:hover{
    background-image: linear-gradient(#02B3E4, #032B66);
}
.azul{
  background: #3498DB;
}
.azul:hover{
  background: #2980B9;
}
.verde{
  background: #2ECC71;
}
.verde:hover{
  background: #27AE60;
}
.rojo{
  background: #E74C3C;
}
.rojo:hover{
  background: #C0392B;
}
.naranja{
  background: #E67E22;
}
.naranja:hover{
  background: #D35400;
}

.bt_guardar, .bt_volver{
    width: 50%;
    height: 60px;
}
.bt_guardar {background-color: #27AE60;color: #EFEFEF;}
.bt_guardar:hover{background-color: #2ECC71;color: #000;}
.deudaflotante{
	position: fixed;
	top: 300px;
        right: 25px;
	z-index: 900;        
	padding: 3px 5px;
	font-size: 55px;
	background-color: #EFEFEF;
}
@media print {
    #header {display:none;}
    .noimpri {display:none;}
}