@import url("icon/style.css");

.panelDatos
{
    float: left;
    width: 15%;
}
.panelTexto
{
    border-left: solid 1px;
    float: right;
    width: 80%;
	padding-left: 2%;
}

.left
{
    float: left;
}

.right
{
    float: right;
    margin-right: 10px;
}

td input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  padding: 10px;
}

.listaDocumentos
{
    padding-left: 25px;
    font-size: small;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.listaDocumentos input[type=button],input[type=submit]
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

.listaDocumentos .btn
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

.alineacionJustificado{
    text-align: justify;
}

.aviso 
{
	position:relative;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	width:700px;
	margin-left:150px;
}

.datosObservacion
{
    margin-left: 50px;
    font-size: small;
    text-align: left;
}

#tablaFormFolios{
    margin-left: 50px;
}

.notaImportante
{
    color: tomato;
    font-weight: bold;
}

li {
    margin-left:50px;
}

.encabezado{
    color: #FFFFFF;
    background-color: #2f5181;
    border-color: black white;
    border-width: 0px;
    border-style: solid;
    height:30px;
}

.handCursor:hover{
    cursor: pointer; 
    cursor: hand;
}	

.documentoObligatorio{
	color:blue;
}


/*------------------------------------------------------------------------------
 *                 AUTOR: JORGE ARMANDO AVILA ESTRADA
 * FECHA DE CODIFICACIÓN: 08 DE NOVIEMBRE 2016
 *                TITULO: ESTILOLOCAL
 *              OBJETIVO: PROPORCIONAR LOS ESTILOS DE PRESENTACIÓN DE LOS 
 *                        ELEMENTOS DE CARGA DE ARCHIVOS
 *         OBSERVACIONES: 
 *----------------------------------------------------------------------------*/

.fs16 {
	font-size: 16px;
}
.fs24 {
	font-size: 24px;
}
.fs32 {
	font-size: 32px;
}
.fs48 {
	font-size: 48px;
}
.fs64 {
	font-size: 64px;
}
.fs80 {
	font-size: 80px;
}


.ctrl-file {
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-left:25px;
}

.ctrl-file-required {
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

#select-file {
	float: left;
	cursor: pointer;
	margin-left:5px;
}

[id^=url-file]{
	height: 24px;
	border: 0;
	text-align: left;
	margin-left: 1%;
	font-size: 15px;
	float: left;
}

[id^=url-file]:disabled, .url-file:disabled {
	background-color: #FFF;
}

[id^=files] {
	height: 0;
	width: 0;
	position: relative;
	display: none;
}

.ocultar{
	display: none;
}

.marginLeft25{
	margin-left:25px;
}

.alto240{
	height:240px;
}

.alto30{
	height:30px;
}

.borde{
    /*border: 2px solid #a1a1a1;*/
    height: 160px;
}

.fondoAmarillo{
    background-color: #FEEFB3;
}

fieldset.scheduler-border {
	border: solid 1px #DDD !important;
	padding: 0 10px 10px 10px;
	border-bottom: none;
}

legend.scheduler-border {
	width: auto !important;
	border: none;
	font-size: 14px;
}

.overflow {
	height:150px;
	overflow-y: scroll;
}