﻿body {
    background-color: #222222;
    margin: 0;
    padding: 0;
    /*text-align: justify;*/
    font: 24px 'Open Sans', sans-serif;
}

a
{
    text-decoration: none;
    color: gray;
}

a:link,
a:visited
{
    color: #7396FF;
}	

a:link:hover,
a:visited:hover
{	
    text-decoration: underline;
	color: orange;
}

.TextoChicoRojo
{
    font-size: 12px;
    color: red;
}

.TextoChico
{
    font-size: 12px;
}

.TextoDeshabilitado
{
    color: gray;
}

.TextoDerecha
{
    text-align: right;
}

.FlotarDerecha
{
    float: right;
}

.TablaComparativa
{
	border-spacing: 5px;
}

.TablaComparativa th
{
	height: 50px;
    padding: 5px;
}

.TablaComparativa td
{
	text-align: center;
}

.TablaComparativa th[scope=col]
{
	background-color: #002040;
	color: white;
	font: 20px "Segoe UI", Arial, sans-serif;
    text-align: center;
}

.TablaComparativa tr:nth-child(even)
{
	background-color: #cccccc;
}

.TablaComparativa tr:nth-child(odd)
{
	background-color: #e9e9e9;
}

.TablaComparativa tr:hover th[scope=row],
.TablaComparativa tr:hover td
{ 
  background-color: #666666;
  color: #fff;
} 

.TablaGeneral
{
	border-spacing: 2px;
}

.TablaGeneral th
{
	height: 30px;
    padding: 5px;
}

.TablaGeneral td
{
	text-align: justify;
    padding: 5px;
}

.TablaGeneral th[scope=col]
{
	background-color: #002040;
	color: white;
	font: 20px "Segoe UI", Arial, sans-serif;
    text-align: center;
}

.TablaGeneral tr:nth-child(even)
{
	background-color: #cccccc;
}

.TablaGeneral tr:nth-child(odd)
{
	background-color: #e9e9e9;
}

.TablaGeneral tr:hover th[scope=row],
.TablaGeneral tr:hover td
{ 
  background-color: #666666;
  color: #fff;
}

.ElementoTabla
{
    float: left;
    width: 200px;
    margin-left: 10px;
    margin-top: 20px;
    text-align: left;
    font-size: 12px;
}

.ElementoTablaImagen
{
    float: left;
    height: 200px;
    width: 200px;
}

.ElementoTablaTextoGeneral
{
    float: left;
    width: 200px;
}

.ElementoTablaTextoGrande
{
    float: left;
    width: 200px;
    font-size: 14px;
}

.ElementoTablaTextoChico
{
    float: left;
    width: 200px;
    font-size: 12px;
}

.EstatusCorrecto
{
    color: green;
}

.EstatusPreventivo
{
    color: orange;
}

.EstatusIncorrecto
{
    color: red;
}

.EspacioArriba
{
    padding-top: 80px;
    width: 100%;
}

.FormularioGeneral
{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.TituloFormularioGeneral
{
    font-size: 34px;
    color: cornflowerblue;
    text-shadow: -1px 1px 3px black;
}

.SubtituloFormularioGeneral
{
    font-size: 20px;
    color: orangered;
    text-shadow: -1px 1px 3px orange;
}

.InformativoGeneral
{
    background-color: #0E1154;
    color: white;
    margin-top: -3px;
    padding: 2%;
    width: 96%;
    font-size: 16px;
}

.PanelGeneral1Columna
{
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.PanelGeneral1ColumnaConMarco
{
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 350px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}

.PanelGeneral1de3Columnas
{
    float: left;
    width: 30%;
    min-width: 300px;
}

.PanelGeneral2de3Columnas
{
    float: left;
    width: 30%;
    min-width: 300px;
}

.PanelGeneral3de3Columnas
{
    float: left;
    width: 30%;
    min-width: 300px;
}

.EspacioEntreColumnas
{
    float: left;
    width: 2%;
}

.PanelGeneral1de2Columnas
{
    float: left;
    width: 48%;
    min-width: 300px;
}

.PanelGeneral2de2Columnas
{
    float: right;
    width: 48%;
    min-width: 300px;
}

.PanelGeneral1de2ColumnasConMarco
{
    background-color: white;
    float: left;
    width: 48%;
    min-width: 300px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}

.PanelGeneral2de2ColumnasConMarco
{
    background-color: white;
    float: right;
    width: 48%;
    min-width: 300px;
    margin-top: 5px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}


.NotaGeneral
{
    font-size: 12px;
    color: gray;
}

.txtTextos
{
    padding-left: 10px !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important; /* Firefox 3.6 and earlier */
}

.OpcionGeneral
{
    height: 50px;
    float: right;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .OpcionGeneral a
    {
        color: darkorange;
    }	

    .OpcionGeneral a:hover
    {
        color: darkorange;
        text-decoration: underline;
    }

    .OpcionGeneral:hover
    {
        background-color: #f6e4c3;
    }

.ImagenOpcionGeneral
{
    padding-top: 5px;
    padding-right: 10px;
    float: right;
}

.LigaOpcionGeneral
{
    height: 50px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 5px;
    text-align: right;
    font-size: 14px;
    float: right;
}

.IzquierdaMedia
{
    float: left;
    width: calc(50% - 10px);
    min-width: 300px;
    padding-right: 10px;
}

/* Controles de Telerik */

/* Para que los controles tengan las esquinas redondeadas */
.riTextBox,
.RadButton,
.RadEditor,
.RadMap .km-scroll-wrapper ,
.rcCalPopup,
.rddlInner /* Para aplicar el estilo al Drop Down List*/
{
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}


.rcbInputCell, /* Para que el cuadro de texto del Combobox tenga las esquinas redondeadas */
.ruFakeInput /* Para el cuadro de texto del RadAsyncUpload tenga las esquinas redondeadas */
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius: 5px;
}

.rcbArrowCell, /* Para que la flecha del Combobox tenga las esquinas redondeadas */
.ruBrowse, /* Para el botón del RadAsyncUpload tenga las esquinas redondeadas */
.ruBrowse .ruButtonHover
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius: 5px;
}

.RadGrid /* Para que el Grid tenga las esquinas redondeadas */
{
    border-radius: 5px;
    overflow: hidden;
}



/* Para el Rad Grid */
.rgAltRow, .rgRow 
{ 
    /*cursor: pointer !important;*/ 
    font-family: Arial !important;
    font-size: 18px !important;
}
