﻿@charset 'UTF-8';
@font-face
{
	font-family: Aller_It;
	src: url('../tipografias/Aller_Lt.ttf');
	text-rendering: optimizelegibility;
}

/****INICIO RESET*****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: inline-block;
}

a {
    text-decoration:none;
}

textarea {
   font-family: inherit;
   font-size: inherit;
  resize: none;
}

select {
    background-image:  url(../images/comboFlecha.png) !important;
    background-repeat:no-repeat !important;
    background-position:95% !important;
    border-radius: 0px;
    height: 16px;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select option {
    background-color:#5B5B59;
    padding:5px;
}

select option:hover{
    background-color:#00ADEE;
}

input[type="radio"] + label {
    margin-left: 6px;
}

input[type="checkbox"]{
    background:#5B5B59!important;
}

input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover {
    color:#00ADEE;
}


.class_checkbox{
    background:url('../images/checkbox.png') no-repeat;
    height: 21px;
    width: 21px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.class_checkbox.checked{
    background:url('../images/checkboxHover.png') no-repeat;
    height: 21px;
    width: 21px;
    display:inline-block;
    padding: 0 0 0 0px;
}

/****FIN RESET*****/

/****INICIO GENERALES*****/

html, body{
    color: #5B5B59;
	background-color: #fff;
    font-size:14px;
	font-family: Aller_It;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.izquierda{
	float: left;
}

.derecha{
	float: right;
}

.limpiar{
	clear: both;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}

.oculto{
	display: none;
}

.visible{
	display: block;
}

::-webkit-scrollbar { /* WebKit browsers */
    display: none; 
}
:-moz-scrollbar { /* Mozilla Firefox 4 to 18 */
    display: none; 
}
::-moz-scrollbar { /* Mozilla Firefox 19+ */
    display: none; 
}
:-ms-scrollbar { /* Internet Explorer 10+ */
    display: none; 
}

/* input y link, submit, checkbox y radio */
textarea
{ 
    height:15px;
}

input:not([type="submit"]),
select,
textarea
{    
    color:#999999;
    background-color:#E7E8E9;
}

input[type="submit"],
a {    
    color:#FFFFFF;
    cursor:pointer;
    background-color:#5B5B59;
    text-align:center;
    outline: none;
}

input:not([type="checkbox"]):not([type="radio"]),
a,
select,
textarea{
	border: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom:5px;
    min-width:100px;
	padding: 10px 5px 10px 5px;	
}

input[type="text"],
textarea {
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-transition: all 1s linear;
	   -moz-transition: all 1s linear;
	     -o-transition: all 1s linear;
	        transition: all 1s linear;
}

input:not([type="text"]),
a,
select{
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}

input:not([type="textbox"]):not([type="checkbox"]):not([type="radio"]):active,
input:not([type="textbox"]):not([type="checkbox"]):not([type="radio"]):focus,
input:not([type="textbox"]):not([type="checkbox"]):not([type="radio"]):hover,
a:active,
a:focus,
a:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover{
    color:#FFFFFF;
	background: #00ADEE;
	border: none;	
} 

:active::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:active:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
:active::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:active:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
:hover::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:hover:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
:hover::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:hover:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

/* Tooltip*/

.error{ background-color: #fee!important; }

.ui-tooltip {
    border: none!important; 
    background-color:transparent!important;
    border-width:1px;
    display:inline-block;
    margin-left:2px;
	padding:8px;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

/* Mensaje de Error*/

.mensajeError {
    color:#008ABE;
}

/****FIN GENERALES*****/

/**** INICIO LOADER****/

.overlay  
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa; 
    filter: alpha(opacity=80); 
    opacity: 0.8; 
}
.overlayContent
{
    background-color: #fff; 
    z-index: 99;
    margin: 250px auto;
    width:  250px;
}
.overlayContent h2
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.overlayContent img
{
    /*width: 150px;
    height: 150px;*/
}

/**** FIN LOADER****/

/**** INICIO TOOLTIPS****/

/* style-my-tootltips plugin, tooltip styling */

.ui-tooltip, .arrow:after 
{
    color:#5B5B59;
    position: absolute;
    background: #fffdc2;
	border:1px solid #e1e0aa;}
	
  .ui-tooltip {
	z-index:10;
	width:150px;
	max-width:100%;
    font-size:0.875em;
	text-align:center;
    border-radius: 20px;
	color:#707070;
	background:#fffdc2 url(../img/fade.png) repeat-x !important;
	font-family: 'Droid Sans', sans-serif;
	text-shadow: 1px 1px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #e1e0aa;}
	
  .arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
	*display:none;}
	
  .arrow.top {
    top: -16px;
    bottom: auto;}
	
  .arrow.left {
    left: 20%;}
	
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);}
	
  .arrow.top:after {
    bottom: -20px;
    top: auto;}

/**** FIN TOOLTIPS****/