/*
 * Estilos heredados limitados a los contenidos cargados por AJAX.
 * No contiene reglas para body, cabecera, breadcrumb, sidebar ni marco.
 */

#marco,
#contenido_dialogo,
#contenido_dialogo2,
#contenido_destinatarios,
#contenido_dialogo_lista {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#marco input:not(.form-control):not(.form-check-input):not(.btn),
#contenido_dialogo input:not(.form-control):not(.form-check-input):not(.btn),
#contenido_dialogo2 input:not(.form-control):not(.form-check-input):not(.btn),
#contenido_destinatarios input:not(.form-control):not(.form-check-input):not(.btn),
#contenido_dialogo_lista input:not(.form-control):not(.form-check-input):not(.btn) {
    color: #332d2d;
    background-color: #e9e9e9;
    width: 125px;
    max-width: 100%;
    font-size: 12px;
    padding: 3px;
}

#marco select:not(.form-select),
#contenido_dialogo select:not(.form-select),
#contenido_dialogo2 select:not(.form-select),
#contenido_destinatarios select:not(.form-select),
#contenido_dialogo_lista select:not(.form-select) {
    color: #332d2d;
    background-color: #e9e9e9;
    max-width: 100%;
    font-size: 12px;
    padding: 2px;
}

﻿/*

gris claro #C9C9C9  
gris oscuro #969696  
rojo #BF0000
sangre #820000 
oscuro #332D2D 

*/
#form_editar2 p
{
color: red;
font-weight: 600;
padding: 3px;
}
/*
#resultados
{
margin-left: auto;
margin-right: auto;
}

#resultados th
{
background-color: #ac9884;
padding: 5px;
color: #332D2D;
}

#resultados tr
{
background-color: #ffffff;
}

#resultados td
{
padding: 5px;
border-bottom: 1px dotted #dedede;
}
*/

.cont_filtros select, .cont_filtros input  
{
background-color: #666666; font-size: 11px; color: #f0f0f0;
border:0; padding: 2px;
}

.cont_filtros 
{
color: #666666;
}

.cont_filtros span
{
padding-right: 10px;
}

.filtros div
{
padding: 5px;
}

.filtros img
{
margin-right: 5px;
}

.cab_filtros
{
background-color: #eaeaea;
}

.enlacesf
{
background-color: #eaeaea;
}

.filtros
{
border-bottom: 3px solid #cccccc; margin-bottom: 5px; background-color: #fafafa; display: none;
}

#filtros2 div
{
padding: 5px;
}

#filtros2 img
{
margin-right: 5px;
}

#cab_filtros
{
background-color: #eaeaea;
}

#filtros2
{
text-align: left; border-bottom: 3px solid #cccccc; margin-bottom: 5px; background-color: #fafafa; display: none;
}


#contenido_dialogo input, #contenido_dialogo select
{
background-color: #fafafa;
font-size: 10px;
padding: 1px;
margin-right: 10px;
border: 1px solid #dedede;
}

#form_editar span
{
color: red;
font-size: 9px;
}

/* tables */
table.tablesorter {
	font-family:trebuchet ms;
	background-color: #EDF2F4;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ac9884;
	border: 1px solid #FFF;
	padding: 4px;
	color: #332D2D;
	padding-right: 20px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-bottom: 1px dotted #f0f0f0;
}
table.tablesorter tbody td img{
margin-right: 4px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter tbody tr.odd2 td {
	background-color:#FDF2CC;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #E8DBCE;
}

#limite
{
font-size: 9px;
}

#cont_filtros2 div
{
float: left;
margin-right: 10px;
height: 30px;
}

#cont_filtros2 select, #cont_filtros2 input  
{
background-color: #666666; font-size: 11px; color: #f0f0f0;
border:0; padding: 2px; margin-right: 5px;
}

#filtros2
{
margin-bottom: 10px;
background-color: #ffffff;
padding: 5px;
}

#cab_filtros2
{
border-bottom: 1px solid #f0f0f0;
margin-bottom: 5px;
}

#resultados2
{
margin-left: auto;
margin-right: auto;
font-size: 9px;
}

#resultados2 th
{
background-color: #878C50;
padding: 5px;
color: #ffffff;
font-weight: 800;
padding-right: 30px;
}

#resultados2 tr
{
background-color: #ffffff;
}

#resultados2 tr.odd
{
background-color: #fdfdfd;
}

#sub1 li a
{
color: #aaaaaa;
}

.cabecera { margin: 0; padding: 0px; margin-bottom: 5px; padding: 3px; }
.nhead { display: block; width: 150px; background-color: #cccccc; padding: 3px; float: left; font-weight: 800; border: 1px solid #cccccc; }
.vhead { display: block; margin-left: 5px; width: 475px; padding: 3px; float: left; border: 1px solid #cccccc; font-size: 9px; }

#ic div
{
margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #dedede;
}

#ic span
{
color: red;
margin: 5px;
}

#ic div label
{
width: 250px;
margin: 5px;
}

#boton_ic
{
width: 150px;
text-align: center;
border: 1px solid #cccccc;
background-color: #dedede;
padding: 5px;
font-size: 14px;
margin-top: 15px;
cursor: pointer;
color: #444444;
}

#boton_ic img
{
vertical-align: middle;
margin-right: 10px;
}
