/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-jun-2014, 14:15:12
    Author     : Juan
*/

h1,h2,h3,h4,h5,h6 {
   font-family: Verdana, Geneva, sans-serif;
}
h1 {
   font-size: 12px;
   color: #033;
}
body,td,th {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   color: #333;   
}

body {
   background-color: #003030;
}
h2 {
   font-size: 10px;
   color: #FFF;
}
.mini {	font-size: 9px; 	color: #FFFFFF;
}
.txtgris {font-size: 10px; 	color: #666666;
}
.botones {font-size: 12px; 	color: #FFFFFF;
}
.botonesarriba {font-size: 10px; 	color: #FFFFFF;
}
.titulares {
   font-size: 14px;
   color: #003333;
   font-weight: bold;
}
.subtitulos {font-size: 11px; color: #7da505; font-weight: bold; line-height: 15px;
}
.subtitulosblancos {font-size: 11px; 	color: #FFFFFF; line-height: 15px;
}
.texto {font-size: 11px; color: #000000; line-height: 15px;
}
.textoverde12{font-size: 12px; 	color: #99cc00; font-weight: bold;
}
.negronegrita {
   font-size: 12px;
   color: #000000;
   font-weight: bold;;
}

.LineaGrisVertical {
   width: 1px;
   background: #ffffff url("../imagenes/linea-gris-vertical.jpg") repeat-y right top;
}
.LineaGrisHorizontal {
   height: 1px;
   background: #ffffff url("../imagenes/linea-gris-horizontal.jpg") repeat-x left center;
}

.tdLogos  {
   padding: 0 0 0 1.2em;
}

.logoCabecera {
   height: 75px;
}

.logoCajal {
   margin-right: 2em;
}

.Sombreado {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}