﻿/*

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

*/

body
{
/*color: #969696;*/
color:#0D3372;
background-color: #CFDEEB;
font-family: trebuchet ms;
font-size: 12px;
}

input
{
color: #332D2D;
background-color: #e9e9e9;
width: 125px;
font-size: 10px;
padding: 3px;
}

textarea
{
color: #332D2D;
background-color: #e9e9e9;
font-size: 10px;
padding: 3px;
}

select
{
color: #332D2D;
background-color: #e9e9e9;
font-size: 10px;
padding: 1px;
}

#contenedor
{
width: 1024px;
margin-left: auto;
margin-right: auto;
border: 1px solid #0D3372;
margin-top: 30px;
margin-bottom: auto;
background-color: white;
}

#pie
{
width: 950px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
height: auto;
margin-bottom: auto;
text-align: right;
padding-right: 15px;
color: white;
}

#logo
{
float: left;
padding: 10px;
}

#contenidos
{
float: none;
clear: both;
height: auto;
}

#breadcrumb
{
float: none;
clear: both;
margin-top: 10px;
background: #0D3372;
color: white;
padding: 5px;
font-size: 13px;
border-top: 1px solid #0D3372;
border-bottom: 1px solid #0D3372;
height: 20px;
}

#top_texto
{
padding-right: 20px;
color: #dddddd;
font-size: 36px;
float: right;
height: 60px;
margin-top: 25px;
margin-bottom: auto;
}

#menu
{
height: 450px; width: 300px; float: left; background-color: #EFEFEF;
}

#principal
{
padding-left: 20px; list-style: url(../img/bullet_rojo.png); padding-top: 10px; margin-top: 10px;
}
.lesson
{
margin-left: 10px;list-style: url(../img/bullet_flecha_azul.png);
}
.pagina
{
margin-left: 10px;list-style: url(../img/bullet_blue.png);
}
.ejercicios
{
margin-left: 10px;list-style: url(../img/text_list_bullets.png);
}
#principal ul
{
display: none;
/*border-left: 1px dotted #c9c9c9;*/
padding-left: 0px; margin: 0px; margin-top: 10px; margin-bottom: 10px; list-style: none;
}

#principal li
{
padding-left: 5px;
margin-top: 5px;
}

#principal li a
{
color: #0D3372;
text-decoration: none;
}

#titulos
{
height: 90px;
}

#principal li ul li a
{
color: #5E67C2;
text-decoration: none;
}

#marco
{
float: left; width: 716px; height: 430px; padding: 20px; overflow: auto;
}
/*
#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: 11px;
padding: 1px;
margin-right: 10px;
border: 1px solid #dedede;
}

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

#form_img div
{
margin-top: 4px;
}

#form_img label
{
margin-right: 7px;
}

#form_img input, #form_img select, #form_img textarea
{
color: #332D2D;
background-color: #fdfdfd;
font-size: 11px;
padding: 1px;
border: 1px solid #999999;
}

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

table.tablesorter {
	font-family:trebuchet ms;
	background-color: #EDF2F4;
	margin:10px 0pt 15px;
	/*font-size: 9pt;*/
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ac9884;
	border: 1px solid #FFF;
	/*font-size: 8pt;*/
	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: 10px;
color: #ffffff;
font-weight: 800;
}

#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; }

.tabla_esm thead tr td 
{
color: white;
background-color: #6591D2;
}
.tabla_esm tbody tr td
{
padding: 5px;
background-color: #f0f0f0;
border-bottom: 1px dashed white;
}

p.example
{
padding: 20px;
background-color: #f0f0f0;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}