@media print 
	{
  	* 	{ background-image: none !important;
  		}
  
	#wrapper 
  		{/*width: 575px !important;*/
		width: 775px !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: #12BC8E;*/
		color: #414142;
	text-decoration: none;
	border-bottom: 1px solid #12BC8E;
	margin-bottom: 2px;
	}
	

a:hover 
	{text-decoration: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	background-color:#12BC8E;
	}

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: #12BC8E;
	}
.logo
	{background: #12BC8E;
	}
.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: #12BC8E;
	border: 0;
	}

a.menu-button, a.button-form 
	{text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color:#FFF;
	padding: 1px 10px;
	background-color: #12BC8E;
	border: 1px solid #12BC8E;
	}
	
.button-form2 
	{text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color:#FFF;
	padding: 0px;
	background-color: #12BC8E;
	border: 1px solid #12BC8E;
	}

.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;
	color:#12BC8E;
	}

	/*.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;
	color: #12BC8E;	
	}

.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: #12BC8E;
	padding: 1px 20px;
	background-color:  #FFF;
	margin-right: 10px;
	border: 1px solid #12BC8E;
	float: left;
	}

a.button-link:hover 
	{color: #FFF;
	background-color:#12BC8E;
	}

a.link_acceso
	{color:#12BC8E;
	text-decoration: none;
	border-bottom: 1px solid #12BC8E;
	margin-bottom: 2px;
	}

a.link_acceso:hover 
	{color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #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;
	}
	
.icon-video 
	{background: transparent no-repeat 2px/6%  url('templates/imgs/video_verde_32.png');
	}

/*
#main 
	{}
*/
	#main table 
		{width: 100%;
		}
	
	#main th 
		{background-color: #12BC8E;
		text-transform: uppercase;
		border-top: 2px solid #FFF;
		padding: 1px 10px;
		color: #FFF;
		}
	
	#main td 
		{padding: 4px 10px;
		text-align: left;
		background-color: #FFF;
		/*color: #222;*/
		}
	
	#main label-field 
		{float: left;
		display: block;
		width: 300px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		background: transparent url(../imgs/arrow.gif) no-repeat !important;
		padding-left: 20px;
		margin-left: 10px;
		}
	
	#main .label-field span 
		{font-weight: normal !important;
		}
	
	#main .input-field 
		{float: left;
		display: block;
		width: 350px;
		clear:right !important;
		}
	
	#main .input-field input 
		{float: left;
		}
	
	#main .input-field img 
		{float: left;
		}
		
	#main .sep-field 
		{border-bottom: 1px solid #D9DADC;
		padding: 20px 0;
		}
	
#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: #12BC8E;;
	color:#FFF;	
	}

.fila
	{background-color: #EEE;
	color:#000;
	}

.Mensaje
	{font-weight: bold;
	font-size: 16px;
	color: maroon;
	padding:5px;
	}

.Mensaje_mail
	{background-color: #FFF;
	 font-size: 13px;
	 color:  #12BC8E;
	 text-transform: uppercase;
	 border-bottom: none;
	 padding:3px;
	 }

/********************************/
/*Estilo para ventana Modal*/

#ventanaPopupFondo
	{display:none;
	position:fixed;
	_position:absolute; /* caso especial para IE 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:#414142;
	z-index:9000;
	}

#ventanaPopup
	{/*display:none;
	position:fixed;
	_position:absolute;caso especial para IE 6
	width:650px;
	z-index:9999;
	*/
	font-size:12px;
	background-color:#BCBEC1;
	padding:10px;
	display: none;
    position:fixed;
    top: 5%;
    left: 5%;
    width:90%;
	/*height:auto;
	height: 80%;
	max-height:80%;*/
    z-index:9999;
    /*overflow: auto;*/
	}

#ventanaPopupCerrar
	{margin: 5px;
	text-transform: uppercase;
	text-align:center;
	font-size: 10px;
	font-weight:500;
	color:#FFF;
	background-color: #12BC8E;
	border:  1px solid #12BC8E;
	}

#ventanaPopup table 
	{width: 100%;
	height:inherit;
	padding: 5px;
	}
	
#ventanaPopup th 
	{background-color: #12BC8E;
	text-transform: uppercase;
	border-top: 2px solid #333;
	padding: 1px 10px;
	}
	
#ventanaPopup td 
	{padding: 4px 10px;
	text-align: left;
	background-color: #FFF;
		/*color: #222;*/
	}

.repa_buscar
	{border:solid thin;
	border-color:#666;
	margin:5px;
	padding:5px;
	width:100%;
	}

.ventanaMedida
	{overflow:auto;
	width:100%;
	max-height:290px;
	margin:10px;
	/*height:300px;*/
	z-index:99999;
	}

/***** BOTON input file**********/
/*{
position:absolute; El div debe tener la propiedad position distinta de static
top: 50%;
left:50%;
margin-top: -200px; /* El valor 200 es ficticio, debes cambiarlo en cada caso por la mitad de la altura de tu imagen
margin-let: -200px;/* El 200 deber�s sustituirlo por la mitad del ancho de la imagen 
}
*/

div.arch label.contenedor 
	{width: 100px;
	height: 34px;
	display: block;
	overflow: hidden;
	position: relative;
	top: 50%;
	left:40%;
	z-index: 3;
	}

div.arch label.contenedor input 
	{position: relative;
	/*	left: -140px;*/
	/*top: 0;*/
	height: 25px;
	width:100px;
	/*width: auto !important;*/
	z-index: 2;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}

div.arch div.botonSubir 
	{position: relative;
	float: left;
	}

div.arch div.botonSubir div 
	{width: 100px;
	height: 25px;
	background: url(iconos/examinar_3.png) center no-repeat;
	z-index: 1;
	}

div.arch label.archivoSeleccionado
	{font-weight: bolder;
	text-align:center;
	/*margin-left: 5px;*/
	line-height: 25px;
	font-size: 11px;
	margin:10% 0 10% 0;
	width:80%;
	/*position: relative;*/
	/*left:40%;*/
	}

/**************************/	
.button-docs 
	{text-transform: uppercase;
	/*margin: 5px 0 5px 5px;*/
	font-size: 10px;
	text-align:center;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color:#FFF;
	margin:10px;
	padding: 1px 10px;
	background-color: #12BC8E;
	border: 1px solid #12BC8E;
	}
	
.button-docs:hover 
	{background-color: #FFF;
	color: #12BC8E;
	}
/********************** UPLOADIFY **************************************/
uploadifyQueueItem 
	{/*font: 10px Helvetica, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;*/
	background-color: #FFCC33;
	font: 10px Helvetica, sans-serif;
	border: 2px solid #FF8800;
	margin-top: 5px;
	padding: 3px;
	width: 80%;
	}

.uploadifyError 
	{border: 2px solid;
	border-color:#FF8800;
	/*color: #FFBF80!important;*/
	color:#FFF !important;
	background-color: #12BC8E !important;
	font-weight:bold;
	}

.uploadifyQueueItem .cancel 
	{float:right;
	height:	16px;
	width: 16px;
	}

.uploadifyQueue .completed 
	{background-color: #E5E5E5;
	}
	
.uploadifyProgress 
	{/*background-color: #FFFFFF;
	border-top: 1px solid ;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;*/
	margin-top: 5px;
	background-color: #12BC8E;
	width: 100%;
	}

.uploadifyProgressBar 
	{background-color: #12BC8E;
	width: 1px;
	height: 8px;
	}
	
.uploadify .selectedFile 
	{margin-left: 5px;
	line-height: 34px;
	}

/************* REPARTICION **************/
.seleccion_repa
	{float:right;
	display:inline;
	border:solid thin;
	border-color:#666;
	}

.msgError
	{border-color:#f00;
    color:#f00;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	}
