﻿/* Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
    font-style:normal;
	box-sizing: border-box;		
}

span 
{
    color:inherit;
    }

body {
	background: #183a77;		
}

img {
    max-width: 100%;
    height: auto;
}

p 
{
	text-align:justify;
}

blockquote 
{
    margin-left: 48px;
	margin-left: 3em;
}

ul 
{
    margin-left: 48px;
	margin-left: 3em;
}

input, select, span, a, textarea
{
    width:100%;    
}

h1, h2, h3
{
    color:#183a77;
}

a, img {
	margin: auto;
}

a
{
    color:#183a77;
}

th
{
    padding: 0.625rem;
    text-align:center;
    }

td 
{
    padding: 0.625rem;
    
}

input[type="radio"], input[type="checkbox"], input[type="text"], input[type="password"], select, option, textarea
{
    color:#000000;
}

input[type="checkbox"], input[type="radio"]
{
    width: auto;
}

li
{
    text-align: justify; 
    }

ol 
{
    margin-left: 48px;
	margin-left: 3em;
}

a:hover {
	text-decoration: none;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 5px;
    padding: 0.625rem;
}


/* DropDownCheckBoxes */
.dd_chk_select #caption
{    
    color:#000000;
}

.dd_chk_select label  
{    
    color:#000000;
}

.dd_chk_select input[type="checkbox"]
{
    width:10%;
}



/* For mobile phones: */
html
{
    font-size: 10px;
    font-size:0.625rem;
}

[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 601px) {
    /* For tablets: */
    html
    {
        font-size: 12px;
        font-size:0.75rem;
    }
    /* Post */
    .post 
    {
        max-width: 95%;        
        margin: auto;
    }
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 969px) {
    /* For desktop: */
    html
    {
        font-size: 14px;
        font-size:0.875rem;
    }    
    /* Post */
    .post 
    {
        max-width: 75%;        
        margin: auto;
    }
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* Header */

/* Menu */

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #183a77;
  padding: 0.2em 0.5em;
  color: #B0C4DE;
  width: 100%;
  float: left;
  font-size:11px;
}

.nav-collapse a:hover {
  background: #B0C4DE;
  color: #183a77;  
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #B0C4DE;
  color: #183a77;    
}

/* Logo */

.logo 
{
    background-color: #183a77;		
    text-align:center;
    padding-top:25px;
    padding-bottom:25px;
}

.info, .info span, .info a
{
	font-weight: bold;
	background-color: #4682b4;
	color: #183a77;       
}

/* Content */

#content
{ 	
    background-color:#87CEEB;	    
}

/* Content > Sidebar */

#sidebar 
{	    
	padding:10px; 		
}

/* Content > Main */

#login
{
    max-width:270px;
    }

#main 
{
    padding:10px;	
}

/* Post */
.post 
{
    margin: auto;
}

.post .title {
	padding: 20px;	
	padding-left:10px;
	font-weight: normal;	
}

.post .story {
	padding: 10px;	
	padding: 0.625rem;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 24px;
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Footer */

#footer 
{
    clear: both;
    text-align:center;	
	width: 100%;
	padding: 10px;
	padding: 0.625rem;
	background-color:#183a77;	
	color:#ffffff;
}

#footer a
{
    color:#ffffff;
}


/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


/* formulario */
.formulario
{
   margin:auto;
   background-color: #B0C4DE;
}

.formulario .encabezado
{  
    text-align:center;
    font-weight:bold;
    background-color: #183a77;
    color:#ffffff;
}

.formulario .pie
{  
    text-align:center;
}

/* submenu */
.submenu
{
   text-align:center;
   margin:auto;
   background-color: #B0C4DE;
   z-index:2;
}

.submenu .encabezado, .submenu .encabezado a
{  
    font-weight:bold;
    background-color: #183a77;
    color:#ffffff;
}

/* listado */
.listado
{
   width: 100%; 
    }
  
.listado th{  
    font-weight:bold;
    background-color: #183a77;
    color:#ffffff;
}

/* listadosimple */
.listadosimple
{
   width: 100%; 
    }
  
.listadosimple th{  
    font-weight:bold;
    background-color: #183a77;
    color:#ffffff;
}

/* Formato */

.centrado
{
   text-align:center;
}


.alterna
{
    font-weight:bold;
	background-color: #183a77;		
	color:#ffffff;
}

.fila
{
	
	background-color: #B0C4DE;
		
}

.filasiguiente
{
	
	background-color: #BfCeDe;
	line-height: 120%;
	
}


.filarespuesta
{
    
	color: #ffffff;
	background-color: White;
	line-height: 120%;
	
}

.filarespuesta a, .filarespuesta span
{    
	color: #183a77;
	background-color: White;
	line-height: 120%;
	
}

/* Mensajes */

.CampoMensaje
{
	padding-top:20px;
	padding-bottom :20px;	 
	width:100%;	
	text-align:center;
 	background-color:#B0C4DE;
	text-align:center;	
	border:0px;
	
}

.Error
{
    z-index: 2;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;	
	text-align:center;
 	background-color:#B0C4DE;
	text-align:center;	
	border:0px;
	border-top:2px solid #ffffff; /* Color del borde superior */
    margin: 0;
    bottom:0px;
    right:0;
    width: 100%;
    min-height:70px;
    overflow: auto;
    position: fixed;
    text-align: center;
    color:#000000;
    background-image: url('images/cerrar.gif');
    background-repeat: no-repeat;
    background-position: right top; 
    
}

/* Botones */

.Botón 
{ background-color:#183a77;
  color:#ffffff;
  width:97px;
  height:31px;
  border:0;  
}

.Botón:hover
{ 
  background-color:#183a77;
  color:#ffffff;
  border: 1px;
  border-color:White;
  border-style:inset;
  width:97px;
  height:31px;
 
}

.Botón2
{ 
  padding:3px;
  width:80px;
  height:30px;
}
	
.Botón3 
{
	padding:3px;
	width:20px;
    height:30px;
}

.Oculto
{	
}

.Paginación
{ 
 width:100%;
 text-align: center;
 background-color: #B0C4DE;
}	
    
.ImagenFondo
{
    background-color:#ffffff;
    -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
}

/* Botón Examinar */

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #183a77;
    background-color: #183a77;    
    width: 100%;
    min-height: 36px;
    min-height: 2rem;
    margin:0;
}

.custom-input-file input{
    min-height: 52px;
    min-height: 3rem;        
}

.custom-input-file span{
    padding-left: 44%;
    color: #ffffff;
}

.custom-input-file:hover {
    
}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;outline:0;
    border: 1px inset transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    cursor: pointer;
}
.custom-input-file .archivo {
    background-color: #fff;
    color: #183a77;
    overflow: hidden;
}
.custom-input-file:hover .archivo {
    background-color: #183a77;
    color:#ffffff;
}

/* Barra de Herramientas
----------------------------------------------- */
#ToolBar {
background:#183a77; /* Color de la barra */
border-top:1px solid #ffffff; /* Color del borde superior */
margin: 0;
bottom:0px;
right:0;
width: 100%;
overflow: auto;
position: fixed;
font-weight:bold;
text-align: center;
color:#ffffff;
}

#BarraMenu
{
border-top:1px solid #ffffff; /* Color del borde superior */
}

#BarraMenu span
{
    color:#ffffff;
}

.mostrarbarra {
cursor: hand;
cursor: pointer;
}

/* Tablas */

.stacktable.small-only { background-color:#B0C4DE; border: 1px solid #183a77; color:#ffffff;}
.stacktable.large-only { background-color:#B0C4DE; color:#ffffff;}

.stacktable.small-only thead { background-color:#183a77; color:#ffffff;}
.stacktable.large-only thead { background-color:#183a77; color:#ffffff;}

.st-key { background-color:#183a77; color:#ffffff;}

/* Estilo ToolTipA */

a.tooltipA{
position: relative;
z-index: 24;
color: #586bc2;
text-decoration: none;
}

a.tooltipA:hover{
z-index: 24;
color: #586bc2;
text-decoration:underline;
}

a.tooltipA:visited{
text-decoration: none;
color:#003399;
}

a.tooltipA:active{
z-index: 24;
color: #003399;
text-decoration: none;
}

a.tooltipA span{ display: none;
}

a.tooltipA:hover span{
border: 1px solid #B0C4DE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
display: block;
position: absolute;
top: -70px;
left: 0px;
background-color: #183a77;
font-size: 11pt;
padding-left: 2px ;
padding-right: 2px;
padding: 10px;
line-height:20px;
width:382px;
text-align:justify;
}

.ir-arriba {
	display:none;
	width:16px;
	width:1rem;
	padding:20px;
	padding:1.25rem;
	background: #183a77 url(images/arriba.png) no-repeat center;
	cursor:pointer;
	position: fixed;
	bottom:16px;
	bottom:1rem;
	right:16px;
	right:1rem;
	z-index:10000;
}

/* Estilo Bootstrap */
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #183a77;  
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #183a77;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  color: aqua;
}