/*
*   Text.css
*   Reglas para los elementos de texto (HTML y clases �nicamente).
*
*/


/*  @font-face ----------------- */


/*  Clases -----------------
*   Ejemplo: #id a.class <-- Class
*/

.reporte
{
    color:#454545;
}

.reporte table > tbody td
{
    color:#6e6e6e;
}

/*  HTML -----------------
*   Ejemplo: #id .class a <-- HTML
*/
 #textSlider { 	margin-left:25px; 	text-align:justify; 	width:425px; 	float:left; 	text-indent: 10%; 	color:#3e3f3f; 	font-size:20px;  margin-left: 25px;  margin-right: 450px; 	text-align:justify;}
 #textonoticias{	}
 .links { 	text-align:right; 	text-decoration:none; 	color:#3e3f3f; 	font-size:14px; 	font-weight:bold; 	margin-left:200px; }
 .linkFooter { 	color:#FFF; 	text-shadow: 1px 2px 2px #1e4264; 	filter: dropshadow(color=#1e4264, offx=1, offy=2); 	text-decoration:none; 	float:right; 	border-right:1px solid #C2E6F9; 	margin-right:15px; 	padding-right:15px; }
 .linkFooter:first-child{ border-right: none; }
 .newstext { margin-left: 250px; margin-top: -20px; width:512px; font-size:14px; color:#3d3d3d; } .linkFooter.last { 	border-right:none; }
/*  HTML ----------------- */
 #copyright { 	padding:15px 0px 0px 0px; 	color:#FFF; 	text-shadow: 1px 2px 2px #1e4264; 	filter: dropshadow(color=#1e4264, offx=1, offy=2); 	font-size:14px; }
 #copyright p { 	margin:0px 0px 0px 80px; 	color:#FFF 	text-shadow: 1px 2px 2px #1e4264; 	filter: dropshadow(color=#1e4264, offx=1, offy=2); }
 #links { 	padding:15px 0px 0px 0px; 	color:#FFF; 	text-shadow: 1px 2px 2px #1e4264; 	filter: dropshadow(color=#1e4264, offx=1, offy=2); 	font-size:14px; }
 .copyrightsm { 	margin:0px 0px 0px 80px; 	color:#FFF 	text-shadow: 1px 2px 2px #1e4264; 	filter: dropshadow(color=#1e4264, offx=1, offy=2); 	font-size:11px; }
 .titlebar{color:#315375;font-weight:bold;height:20px;border-bottom: 1px #fbcb09 solid;padding: 1px 1px 1px 1px;}
 #PostIT { float:left;	width: 650px; 	margin: 20px; /*/mueve hacia abajo todas las notas/*/ 	padding-bottom:0px; 	text-align: left; 	margin-left:0px;/*/mueve hacia la derecha todas las notas/*/ }
 .post-it { background:#ffffff; padding:30px; /*/hace mas grande el post it/*/ /*font-family: 'Gloria Hallelujah', cursive; */ font-size:15px; margin-bottom:-15px; margin-top:25px; color: #000; width:400px; /*/hace mas largo el post it/*/ height:320px; -moz-transform: rotate(2deg); -webkit-transform: rotate(2deg); -o-transform: rotate(2deg); -ms-transform: rotate(2deg); transform: rotate(2deg); box-shadow: 0px 4px 6px #333; -moz-box-shadow: 0px 4px 6px #333; -webkit-box-shadow: 0px 4px 6px #333; float:right; /* -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.5, transparent), to(white)) */ /*outline: 5px dotted #266eff; outline-offset: 10px; /*Delete if you don't want an offset*/ }
 .va-title{ 	text-transform:uppercase; 	font-weight:bold; 	font-size:14px; 	margin-left:5px; 	margin-top:10px; 	color:#2961a9; 	text-shadow: 0px 0px 1px white; 	}
 .va-title2{ 	font-size:14px; 	margin-left:5px; 	margin-top:35px; 	color:#515151; 	margin-bottom:7px; 	text-shadow: 0px 0px 1px white; }
 .imagenes { 	float: left; }
 .imagenes img{ margin: -80px 0 0 -30px; }
 .subtitlebar{font-family:'Telex';font-size:12px;color:#000000;font-weight:bold;height:20px;padding: 1px 1px 1px 1px;}
 .info, .success, .warning, .error_32 {  border: 1px solid;  margin: 15px 0px;  padding:15px 20px 15px 55px;  width: 500px;  font: bold 12px verdana;  -moz-box-shadow: 0 0 5px #888;  -webkit-box-shadow: 0 0 5px#888;  box-shadow: 0 0 5px #888;  text-shadow: 2px 2px 2px #ccc;  -webkit-border-radius: 15px;  -moz-border-radius: 15px;  border-radius: 15px; }
.info {
    color: #00529B;
    background: #BDE5F8 url('/images/iconos/icon-info.png') no-repeat 10px center;
}
.success {
    color: #4F8A10;
    background: #DFF2BF url('/images/iconos/icon-tick.png') no-repeat 10px center;
}
.warning {
    color: #9F6000;
    background: #FEEFB3 url('/images/iconos/icon-warning.png') no-repeat 10px center;
}
.error_32 {
    color: #D8000C;
    background: #FFBABA url('/images/iconos/icon-cross.png') no-repeat 10px center;
}
.textoRigth {text-align: right;}
