/* 
    Document   : Clases
    Created on : 19-jul-2011, 15:01:27
    Author     : Juan
*/

/*Clases___________________*/

/* otros */
.ui-state-highlight{
    /*    height: 21px falla el datepicker*/
}
#contenedorVideos .ui-state-highlight,#imagenes .ui-state-highlight{
    height: 106px;
    width: 112px;
    float: left;
    margin: 0 3px 3px 0;
}
.negrita{ font-weight: bold; color: #555 }
.cursiva{font-style: italic}
.rojo{color: red;}
.verde{color:green;}
.amarillo{color:gold;}
.subrayado{ text-decoration: underline;}
.subrayado:hover{text-decoration: underline !important;}
.fondoGris{background:ghostwhite;}
.resplandor{
    -moz-box-shadow: 0px 0px 30px #ffffff;
    -webkit-box-shadow: 0px 0px 30px #ffffff;
    box-shadow: 0px 0px 30px #ffffff;
}
/*________________________*/

/* fuente */
.mayusculas{text-transform: uppercase;}
.fuente09{ font-size: 9px !important; }
.fuente10{ font-size: 10px !important; }
.fuente12{ font-size: 12px !important; }
.fuente13{font-size: 13px !important;}
.fuente14{ font-size: 14px !important; }
.fuente15{ font-size: 15px !important; }
.fuente16{ font-size: 16px !important; }
.fuente18{ font-size: 18px !important; }
.fuente19{ font-size: 19px !important; }
.fuente20{ font-size: 20px !important; }
.fuente22{font-size: 22px !important;}
.fuente24{font-size: 24px !important;}
.fuente26{font-size: 26px !important;}
.fuente27{font-size: 27px !important;}
.fuente28{font-size: 28px !important;}
.fuente30{font-size: 30px !important;}
.fuente35{font-size: 35px !important;}
.fuente39{font-size: 39px !important;}
/*________________________*/

/* cursores */
.cursorPointer{cursor: pointer;}
.cursorDefault{cursor: default;}
/*________________________*/

.separacion{
    margin-bottom: 25px;
}

.padding-top-5{padding-top: 5px}
.padding-top-15{padding-top: 15px}

.no-border-left {
    border-left-width: 0 !important;
}


/* alineacion */
.oculto{display: none;}
.oculto2 {display: none !important;}
.noMostrar{visibility: hidden;}
.bloque{ display: block; }
.bloqueEnLinea{display: inline-block;}
.enLinea{display: inline;}
.flotarDerecha{ float: right; }
.flotarIzquierda{ float: left; }
.limpiar{ clear: both; }
.textoDerecha{text-align: right;}
.textoJustificado{ text-align: justify; }
.textoIzquierda{ text-align: left; }
.textoCentrado{ text-align: center; }

/*________________________*/

/* colores */
a{transition: color 0.3s;
  -webkit-transition: color 0.3s; /* Safari */}
.blanco{color: #fff;}
a.blanco:hover{color: #8fbae5 !important;}
.negro{color:#2c2a2d;}
a.negro:hover{color:#999;}
.marron{color: #53453e;}
a.marron:hover{color:#A0A3A8;}
/*________________________*/


/*contenedores*/
.contendorAzul{background-color: #6e6f71;}
.contenedorMarron{background-color: #e1dbcf !important;}
.contenedorBlanco{background-color: #FFFAFA !important;}
/*________________________*/

/*columnas*/
.entera{
    width: 100%;float: left;
    padding:0; margin:0;    
}
.mitad{
    width: 50%;float: left;
    padding:0; margin:0;
}
.margenesColumnas{margin: 3.8em}
.columnaExtrecha{width: 172px}
/*________________________*/


/*imagenes*/
/*_______________________*/
/*________________________*/

