﻿@charset "UTF-8";

@font-face{
	font-family: "OpenSansLight";
	src: url('../tipografias/OpenSans-Light.eot');
	src: url('../tipografias/OpenSans-Light.eot?#iefix') format('eot'), url('../tipografias/OpenSans-Light.woff') format('woff'), url('../tipografias/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
  	font-style: normal;
}
@font-face{
	font-family: "OpenSansBold";
	src: url('../tipografias/OpenSans-Bold.eot');
	src: url('../tipografias/OpenSans-Bold.eot?#iefix') format('eot'), url('../tipografias/OpenSans-Bold.woff') format('woff'), url('../tipografias/OpenSans-Bold.ttf') format('truetype');
	font-weight: normal;
  	font-style: normal;
}

*{box-sizing: border-box;
}

/****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 , iframe
{
	font-family: OpenSansLight;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
		 
	margin:0;
	padding:0;
	height: 100%;
	overflow-x: hidden;
}

form
{
    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;
}

.negritas
{
    font-weight:bold;
    }
    
textarea {
   font-family: inherit;
   font-size: inherit;
  resize: none;
  width:100%;
}

select::-ms-expand {
    display: none;
}

select 
{
    background-image:  url(../images/comboFlecha.png) !important;
    background-repeat:no-repeat !important;
    background-position:95% !important;
    height: 16px;
    padding-right: 30px;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    
}

select option {
    padding:5px;
}

select option:hover,
select option:active,
select option:visited{
    background-color:#C3161C !important;
}

input[type="radio"] + label {
    margin-left: 6px;
}

input[type="checkbox"]{
    background:#5B5B59!important;
}

input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover {
    color:#C3161C;
}


.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;
}

img{border:none; outline: none;}


/****FIN RESET*****/

/****INICIO GENERALES*****/

html, body{
    color: #5B5B59;
	background-color: #fff;
    font-size:14px;
	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;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.derecha{
	float: right;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.textoIzquierda{
	text-align:left;
}

.textoDerecha{
	text-align:right;
}
.textoCentrado{
	text-align:center;
}

.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;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ocultoLento{
    opacity: 0; 
    height: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.visible{
	display: block;
    opacity: 1;
    height: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* input y link, submit, checkbox y radio */
textarea
{ 
    height:15px;
}

input[type="submit"],
a  
{
    border:none; 
    background-color:transparent;
    color:#FFFFFF;
    cursor:pointer;
    text-align:center;
    outline: none;
}

input:not([type="checkbox"]):not([type="radio"]),
a,
select,
textarea
{
    min-height:30px;
    font-size: 14px;
}

*:focus {
    outline: 0;
}

input[type="text"],
input[type="password"],
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"]):not([type="password"]),
a,
select{
	-webkit-box-sizing: border-box;
	  -moz-box-sizing : border-box;
	       box-sizing : border-box;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
	        vertical-align: middle;
}



select
{
	height:44px;
	vertical-align: middle;
}

a
{
    line-height:30px;
    }

/* Tooltip*/
.error 
{
    border: 3px solid #E74C3C;
    }

.error option 
{
    background-color: #fee!important; 
    color:#5B5B59 !important;
    }

/* Tooltip*/
.ui-tooltip:not(.error) {
    border: none!important; 
    background-color:transparent!important;
    border-width:1px;
    display:inline-block;
    margin-left:2px;
    margin-top: -14px;
	padding:4px;
	-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:#A3161C;
}

.linkAqui,
.linkAqui:hover
{
    background-color:transparent;
    color:#A3161C;
    min-width: 0;
    }
    
/****FIN GENERALES*****/

/**** INICIO LOADER****/

.overlay  
{
    border: 1px solid #FFA300; 
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 0%;
    height: 2px;
    background: #FFA300;
    -moz-transition: width 500ms ease-out,opacity 500ms linear;
    -ms-transition: width 500ms ease-out,opacity 500ms linear;
    -o-transition: width 500ms ease-out,opacity 500ms linear;
    -webkit-transition: width 500ms ease-out,opacity 500ms linear;
    transition: width 500ms ease-out,opacity 500ms linear;
}

/**** FIN LOADER****/

/**** INICIO LOADER COMPLETO****/

.overlayCompleto  
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa; 
    filter: alpha(opacity=80); 
    opacity: 0.8; 
}
.overlayContentCompleto
{
    background-color: #fff; 
    z-index: 99;
    margin: 250px auto;
    width:  250px;
}
.overlayContentCompleto h2
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.overlayContentCompleto img
{
    /*width: 150px;
    height: 150px;*/
}

/**** FIN LOADER COMPLETO****/


/**** INICIO TOOLTIPS****/

/* style-my-tootltips plugin, tooltip styling */

.ui-tooltip:not(.error) , .arrow:after:not(.error) 
{
    color:#5B5B59;
    position: absolute;
    background: #fffdc2;
	border:1px solid #e1e0aa;}
	
  .ui-tooltip:not(.error)  {
	z-index:10000;
	max-width:100%;
    font-size:0.875em;
	text-align:center;
	color:#707070;
	background:#fffdc2 url(../img/fade.png) repeat-x !important;
	font-family: 'Droid Sans', sans-serif;
	text-shadow: 1px 1px #ffffff;
	border:1px solid #e1e0aa;}
	
  .arrow:not(.error)  {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
	display:none;}
	
  .arrow.top:not(.error)  {
    top: -16px;
    bottom: auto;}
	
  .arrow.left:not(.error) {
    left: 20%;}
	
  .arrow:after:not(.error)  {
    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:not(.error)  {
    bottom: -20px;
    top: auto;}

/**** FIN TOOLTIPS****/

/**** INICIO GENERALES****/

#updMensaje,
#updMensajeAviso{
    margin: 25px;
    text-align: center;
    max-width: 500px;
}

#updMensaje span,
#updMensajeAviso span{
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: #A3161C;
}

.sp-cancel,
.sp-cancel:hover
{
    color:White !important;
    }
    
      
#powerBy
{
    text-align: center;
    width: 100%;
    position: fixed;
    margin-top: 10px;
    display: inline-block;
    /*padding-bottom: 21px;*/
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    }
        
#contenedorPowerBy
    {
    z-index: 3;
    position: absolute;
    width: 100%;
    background-color: white;
        }
    
iframe { display:block; width:100%; border:none; }
    
/**** FIN GENERALES****/


/*************************** Modal Navegador ************************************/

#naveg_modal
{   
    display: none;
    background: white;
    color: #5B5B59;
    height: 200px;
    left: 50%;
    margin: -80px 0 0 -255px;
    top: 50%;
    position: absolute;
    width: 550px;
    z-index: 2000;
}
#naveg_modal a
{ 
    background-color:transparent;
    color: #5B5B59; 
}
#icoNaveg a { color: #5B5B59; }
#icoNaveg a:hover { color: #5B5B59; }
#naveg_modal #texto
{
    font-size:12px;
    font-weight:normal;
    margin:10px 30px 10px 27px;
}
#naveg_modal .btnClose { font-size:11px; text-shadow: 1px 1px 0 #CCCCCC; color:#333333; }
#naveg_modal #cerrar
{
    cursor:pointer;
    height:34px;
    position:absolute;
    right:-15px;
    top:-15px;
    width:34px;
}
#naveg_modal #icoNaveg 
{
    float:left;
    height:95px;
    width:550px;
    position:relative;
}
#naveg_modal #icoNaveg #chrome { float:left; margin-left:22px; margin-right: 25px; position:relative; text-align:center; width: 75px; }
#naveg_modal #icoNaveg #firefox { float:left; margin-left:15px; margin-right: 28px; position:relative; text-align:center; width: 75px; }
#naveg_modal #icoNaveg #opera { float:left; margin-right: 15px; position:relative; text-align:center; width: 80px; }
#naveg_modal #icoNaveg #safari { float:left; margin-right: 15px; position:relative; text-align:center; width: 80px; }
#naveg_modal #icoNaveg a { color:#000000; font-size:12px; font-weight:normal; text-decoration:none; }

#mdl_modal{ width:500px; }

#mdl_head{ margin-left:20px; font-weight:bold;}

.mdl_head_left{ width:95px; height:28px; float:left; margin-top:15px;}
.mdl_head_right{float:right; margin-top:5px;}

#mdl_modal  #mdl_head .btnCerrar{width:50px; height:20px; float:right;}

.negro #mdl_head span{color:#FFFF00; font-size:14px; text-shadow: 0 2px 0 #000000; }
.blanco #mdl_head span{color:#FF0000; font-size:14px; text-shadow: 0 1px 0 #CCCCCC;}

/*************************** Fin Modal Navegador ************************************/


#dp_swf_engine
{
    display:none;
    }
    
.separacionColumnas td
{
    padding:5px 10px;
    }
    
.ui-autocomplete
{
    width:250px;
    }