@CHARSET "UTF-8";

@media print {
    /* Aquí irían tus reglas CSS específicas para imprimir */
    #col_izquierda, #cabecera { display:none !important; }
    .caja_sombra, .tabla_datos { width:100% !important; }
} 

*{
	margin:0;
	padding:0;	
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin: 0;
	color:#424242;
	background-image:url('../../../img/generico/bg.png');
}

img{
	border:none;
}
a, a:visited, a:link{
	color:#bc2035;
	text-decoration:none;
}

a:hover{
	color:#a90029;
	text-decoration:underline;
}


a img {
	border:none;
}


h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	display:none;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

#mensaje{
	position:relative;
	float:right;
	width:740px;	
	margin:auto;
	margin-bottom: 15px;
	z-index:5;
}

#flashMessage, #authMessage{
    font-weight: bold;
    text-indent: 0; 
    line-height: 1.5em;
	color: #424242 !important;
    
    margin: 0 0 15px;
    padding: 10px 10px 10px 40px;
    
	background: url("../../../img/layouts/default/notice-info.png") no-repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #90B203;
    border-top: 2px solid #90B203;
}

#flashMessage.error, #authMessage{
	background: url("../../../img/layouts/default/notice-alert.png") no-repeat scroll 0 0 #FFFFFF;	
	background-color: #E6C0C0;
	border-color: #DE7A7B;
}

#flashMessage.warning{
	background: url("../../../img/layouts/default/notice-note.png") no-repeat scroll 0 0 #FFFFFF;	
	background-color: #E6C8A6;
	border-color: #FFBB00;
}

.oculto{
	display:none !important;
}


.caja_sombra, #menu_principal > ul > li{
	border-top:1px solid white;
	border-bottom:4px solid #c8c8c8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

a.desc{
	background: url("../../../img/generico/desc.png") no-repeat right 7px;
	padding-right:10px;
}
a.asc{
	background: url("../../../img/generico/asc.png") no-repeat right 7px;
	padding-right:10px;
}


/*Mensajes Multiples*/

.flashMessage{
	font-weight: bold;
    text-indent: 0; 
    line-height: 1.5em;
	color: #424242 !important;
    
    margin: 0 0 15px;
    padding: 10px 10px 10px 40px;
    
	background: url("../../../img/layouts/default/notice-info.png") no-repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #90B203;
    border-top: 2px solid #90B203;
}

.flash_error{
	background: url("../../../img/layouts/default/notice-alert.png") no-repeat scroll 0 0 #FFFFFF;	
	background-color: #E6C0C0;
	border-color: #DE7A7B;
}

.flash_warning{
	background: url("../../../img/layouts/default/notice-note.png") no-repeat scroll 0 0 #FFFFFF;	
	background-color: #E6C8A6;
	border-color: #FFBB00;
}


/*Mensajes Multiples*/