@media print {
  * {
  background-image: none !important;
  }
  
  #wrapper {
	  width: 575px !important;
  }
  
  td {
	  border: 1px solid #666 !important;
  }
  
  table.top-bg, table.menu-top {
	  display: none;
  }
}

body { 
	background-color: #595C5E;
	color:#444;
	font-family: Helvetica, sans-serif; 
	font-size: 10px;
	margin: 0;
	padding: 0;
	
}

a, a:link {
    color: #000;
	text-decoration: none;
	border-bottom: 1px solid #444;
	margin-bottom: 2px;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFAB00;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
}

img {
	border: 0;
}

#wrapper {
	width: 755px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 10px;
	border: 1px solid #333;
	
}

#content {
	width: 100%;
	margin: 0;
	clear: both;
	background-color: #E1E2E4;
}

/*** TOP ***/
table.top-bg {
	background: #FFF url(templates/imgs/top_bg.png) repeat-x;
}

.menu-top { 
	background-color:  #414142;
	width: 100%;
	color:#FFF;
	font-size: 11px;
	padding: 5px 0;
}

a.menu-link {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 2px 0 2px 12px;
	border: 0;
	margin: 0;
	background: transparent url(templates/imgs/top_arrow.png) no-repeat 0 3px;
}

a.menu-link:hover {
	margin-bottom: 0;
	color: #FFAB00;
	border: 0;
}

a.menu-button, .button-form {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color:#333;
	padding: 1px 10px;
	background-color: #FFAB00;
	border: 1px solid #111;
}
.button-form2 {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color:#333;
	padding: 0px;
	background-color: #FFAB00;
	border: 1px solid #111;
}

	.button-form {
		text-transform: uppercase;
		/*margin: 5px 0 5px 5px;*/
		margin: 0 5px;
		font-size: 10px;
		font-weight: bold;
		cursor: pointer;
	}
	
	.button-form:hover {
		background-color: #FFF;
	}

	/*.boton_fecha {
		background-image:url(iconos/b_calendar.png);
		background-repeat:no-repeat;
		height:25px;
		width:25px;
		background-position:center;
		background-color:#E4E4E4;
	}
	*/
.boton_fecha
	 {background-image:url(iconos/b_calendar.png) ;
  	background-repeat:no-repeat;
  	height:25px;
  	width:25px;
  	background-position:center;
	background-color:#E4E4E4;
	
	}
.pendiente
	{color:maroon;
	text-transform: uppercase;
	font-weight: bold;
	}
a.menu-button:hover {
	background-color: #FFF;
}

.menu-usr {
	padding: 2px 0 2px 20px;
	background: transparent url(templates/imgs/top_usr.png) no-repeat 0 3px;
	background-position: 0 8px;
	font-size: 10px;
}


#tools {
	margin: 0;
	padding-top: 15px;
	height: 35px;
	background-color: #BCBEC1;
}
	#tools h1 {
		margin: 0 0 0 10px;
		padding: 0;
		color: #444;
	}

a.button-link {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFAB00;
	padding: 1px 20px;
	background-color:  #6D6F71;
	margin-right: 10px;
	border: 1px solid #333;
	float: left;
}

a.button-link:hover {
	color: #FFF;
}

.icon-doc {
	background: transparent url(templates/imgs/icon_doc.png) no-repeat 4px 2px;
}

.icon-search {
	background: transparent url(templates/imgs/icon_search.png) no-repeat 4px 2px;
}

#main {}

	#main table {
		width: 100%;
	}
	
	#main th {
		background-color: #FFAB00;
		text-transform: uppercase;
		border-top: 2px solid #333;
		padding: 1px 10px;
		
	}
	
	#main td {
		padding: 4px 10px;
		text-align: left;
		background-color: #FFF;
		color: #222;
	}
	
#copyright {
		padding: 10px 5px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.upper {
	text-transform: uppercase !important;
	font-size: 10px;
	font-weight: bold;
}

td.paginacion {
	text-transform: uppercase !important;
	font-size: 9px !important;
}

h2.subtitulo {
	background-color: #BCBEC1;
	display: block;
	padding: 10px;
	margin: 4px;
	color: #444;
}
	

/* estilos originales  */

.form_etiqueta { 
	background-color: #F2F2F2 !important;
	color:#000;
	width:15%;
	font-weight: bold;
}

.form_campo { 
	background-color: #EEE;
	color:#000;
	/*width:100%;*/
}
.form_etiqueta2 { 
	background-color: #F2F2F2 !important;
	color:#000;
	font-weight: bold;
}


.menu_contexto { 
	background-color: #F0F1F1 !important;
	color:#333;
}

.titulo_tabla { 
background-color: #CCC;
color:#000;
}

.fila{ 
background-color: #EEE;
color:#000;
}
.Mensaje
	{font-weight: bold;
	 font-size: 16px;
	 color: maroon;
	 padding:5px;
	 
	 }
.Mensaje_mail
	{background-color: #6D6F71;
	 font-size: 13px;
	 color:  #FFAB00;
	 text-transform: uppercase;
	 border-bottom: none;
	 padding:3px;
	 }

