#principal-container
{

	margin: 0 auto;
	min-width:1000px;
	width:1000px;
	/*background: #ffffff;*/
	background-color: #ffffff;
	border: 1px solid #848284;
	text-align:left;

}

body
{
	/*background-color: #FFFFFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width:750px;
	background-image: url(Images/Background.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

h1 
{
	font-style:italic;
	font-size:large;
}

h2 
{
	font-size:medium;
	padding-bottom:0px;
	margin-bottom:0px;
 
}

h3 
{
	padding-bottom:0px;
	margin-bottom:0px;
}


input, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	margin: 0px;
}

input
{
	border-style:solid;
	border-width:1px;
}

input[type=checkbox]
{
	color:#0088BB;
	border-style:none;
}


.button
{
	border-style:solid;
	border-width:1px;
	cursor:pointer;
}

select 
{
	border-style:solid;
	border-width:1px;

}

textarea 
{
	border-style:solid;
	border-width:1px;

}



.pageTitle
{
	float:left;
	font-size:large;
	font-weight:bold;
	margin:5px;
	margin-left:15px;
	margin-top:10px;
	width:55%;
}

.error
{
	text-align:left;
	font-size:xx-small;
	color:Red;
}

.msgError
{
	text-align:left;
	font-size:medium;
	color:Red;
}

.validationText
{
	text-align:left;
	font-size:xx-small;
	color:Red;
}

.note
{
	text-align:left;
	font-size:xx-small;
	color:Blue;
}

.info
{
	font-size:medium;
	font-weight:bold;
}

li 
{
	margin-left:20px;
}


/* */ 


/* SECCION DE FILTROS */
.header
{
	width:100%;
	padding:10px;
	font-size:12px;
	background-color:#3386b8;
	color:white;
	height:50px;
	font-family: Arial; 
	
	
}

.quick
{
	width:100%;
	background-color:#0a446a;
	height:30px;
	border-top: solid 2px #0165a1;
	border-bottom: solid 2px #0165a1;
	text-align:right;
	padding-right:10px;
	
}

.localizador
{
	color:white;
	vertical-align:middle;
}

.localizador select 
{
	
	font-family: Tahoma, Verdana, Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
	background-color: #6699CC; 
	border: #000099; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
} 

.localizador input 
{
	
	font-family: Tahoma, Verdana, Arial; 
	font-size: 12px; 
	border: #000099; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
} 

.cenefa
{
	width:100%;
	background-color:#0a446a;
	height:18px;
	margin-bottom:5px;
	background-image: url(../../Imagenes/down_header.png);
}

.header.userText
{
	font-weight:bold;
	vertical-align:middle;
}

.header.userName
{
	font-style:italic;
	font-weight:bold;
	
}

.section
{
	position:relative;
	width:100%;
	padding: 5px;
}

.headerSection
{
	background-color: #65acc2;
	border-bottom:solid 3px black;	
	min-height: 35px;
	height: auto !important;
	height: 35px;
	padding:5px;
	
}

.headerSectionFilters
{
	background-color: #dddddd;
	border-bottom:solid 3px 999999;	
	min-height: 35px;
	height: auto !important;
	height: 35px;
	padding:5px;
	
}

.filters
{
	border-top: solid 3px aaaaaa;
	padding-left:50px;
	clear:both;
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	background-color:#eeeeee;
}

.sectionBody
{
	text-align:left;
}
 
.titleSection
{
	float:left;
	width:65%;
	vertical-align:bottom;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color:White;
}

.titleSection
{
	font-style:italic;
	font-size:large;
}

.titleFilter
{
	float:right;
	padding: 5px;
	vertical-align:bottom;
}

.buttonsSection
{
	padding: 5px;
	float:right;
	text-align:right;
	width:35%;
}



.grid
{
	border-top: 1px dotted black;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:15px;
	clear:both;
	font-size:12px;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color:#e1f0f7;
}

.back_sample 
{
	background-image:url(../../Imagenes/sample_background.png);
	background-repeat:no-repeat;
}

.edit
{
	border-top: 1px dotted black;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:15px;
	clear:both;
	font-size:12px;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	background-color:#e1f0f7;

}

.editNoRoundCorner
{
	border-top: 1px dotted black;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:15px;
	clear:both;
	font-size:12px;
	border-left: none 1px gray;
	border-right: none 1px gray;
	border-bottom: none 1px gray;
	background-color:#e1f0f7;

}


.SectionContainer1
{
	border-top: 1px dotted black;
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:15px;
	clear:both;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	background-color:#eff0ff;

}

.grid td
{
	padding-left:5px;
	padding-right:5px;
}

.gridItem
{
	padding-left:5px;
	padding-right:5px;
}

.gridHeader
{
	padding-left:5px;
	padding-right:5px;
}


/* Estilo de los cuestinarios */

.pregunta {
	color:#0088BB;
	font-style:normal;
	font-size:smaller;
	font-weight:bold;
	border-style:none;
}

.pregunta input 
{
	border-style:none;
}

.grupoN1 
{	
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:thin;
	color:#006699;
	background-color:White;
	font-size:Large;
	font-weight:bold;
	font-style:italic;
	margin-bottom:20px;
}

.grupoN2
{	
	color:#006699;
	background-color:White;
	font-size:medium;
	margin-bottom:10px;
}

.grupoN3
{	
	color:#006699;
	background-color:White;
	font-size:small;
	margin-bottom:5px;
}

.botones 
{
   color:#002255;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#99CCCC;
   border:1px solid;
   border-top-color:#0088BB;
   border-left-color:#0088BB;
   border-right-color:#0088BB;
   border-bottom-color:#0088BB;
 }
 
 .cuestionario
 {
	border-width:1px;
	border-color:#0088BB;	
	border-style:solid;
	
 }
 
.respuesta 
{
   color:#002255;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#99CCCC;
   border:1px solid;
   border-top-color:#0088BB;
   border-left-color:#0088BB;
   border-right-color:#0088BB;
   border-bottom-color:#0088BB;
   vertical-align:bottom;
 }
 
 .respuestaCheck 
{
   color:#0088BB;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px none;
 }
 
.respuestaCheck 
{
   color:#0088BB;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px none;
 }
 
.respuestaCheck Label
{
   color:#002255;
}

.respuestaCheck Input
{
   background-color:#99CCCC;
}

 
 
/* TABLE CON BORDE SIMPLE */
table.bordeSimple {
	border-width: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	border-right-style: solid;
}
table.bordeSimple th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
table.bordeSimple td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
}


/*************************/
.checkPassMessage
{
	font-size:10px;
}

/*
	TABLA DE DATOS
 */

table.dataTable {
	
	border-style: none;
	border-collapse: collapse;
	background-color: white;
	font-size:x-small;
}
table.dataTable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.dataTable td 
{
	
	border-width: 1px;
	padding: 1px;
	padding-left:5px;
	padding-right:5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

table.dataTable td.titleDataTable
{
	background-color: #006699;
	color:White;	
	font-weight:bold;
	text-align:right;
}

/* Ayuda */
.help
{
	background-color:#FFFFBF;
	width:100%;
	padding:4px;
	border-bottom:solid 1
}


/*****************
*
*  ROUND BOX
*
********************/
.roundbox{
	background: #F6792D;
	width:100%;
	margin-bottom:20px;
	color:#fff;
	text-align:left;
	clear:both;
	font-size: larger;
}

.roundbox h3{
	font-size:20px;
	padding: 15px 15px 10px 15px;
	border-bottom: 1px dotted #e8e8e8;
	margin-bottom:10px;
	clear:both;
}

.roundbox p{
	font-size:1.5em;
	padding: 0px 15px 15px 16px;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-right:5px;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

/**
*    Listas
*/
.dataGrid, .dataGrid input
{
	border-style:none;
}

.dataGridPreparedRow, .dataGridPreparedRow td, .dataGridPreparedRow a
{
	
	background-color:#096508;
	color:White;

}


.dataGridToStoredRow, .dataGridToStoredRow td, .dataGridToStoredRow a
{
	
	background-color:#996633;
	color:White;

}

.dataGridCuestionarioCerradoRow, .dataGridCuestionarioCerradoRow td, .dataGridCuestionarioCerradoRow a
{
	
	background-color:#FFF380;
	color:Black;

}

.dataGridFinalizadoRow, .dataGridFinalizadoRow td, .dataGridFinalizadoRow a
{
	
	background-color:White;
	color:Black;

}

.dataGridProvisionalRow, .dataGridProvisionalRow td, .dataGridProvisionalRow a
{
	
	background-color:#CC6666;
	color:White;

}


.dataGridValidadoRow, .dataGridValidadoRow td, .dataGridValidadoRow a
{
	
	background-color:orange;
	color:White;

}

.dataGridSelectedRow, .dataGridSelectedRow td, .dataGridSelectedRow a
{
	
	background-color:#798FA6;
	color:White;
}




	
/*- Menu 2--------------------------- */
	
.menu2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	width: 180px;
	margin: 0px;
	border-style: none;
	border-color: #D8D5D1;
	text-align:left;
	
}

.menu2 li 
{
	/*background-color:#b8def5;*/
	padding:0px 0px 0px 0px;

}	
	
	
.menu2 li a 
{
	margin:0px;
	/*height: 32px;*/
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	/*background-color:#035d8f;*/
	width:100%;
	/*color:White;*/
}	
	
.menu2 li a:link, #menu2 li a:visited {
	display: block;
	/*background:  url(Images\menu2.gif);*/
	padding: 5px 5 5 5px;
	
}
	
.menu2 li a:hover {
	/*background:   url(Images\menu2.gif) 0 -32px;*/
	margin-left:5px;
	padding: 5px 5 5 5px;
	font-weight:bold;
	font-style:italic;
	

}
	
.menu2 ul 
{
	list-style:none;
	margin: 0;
	padding: 0;
	border:none;
}

.menu2 h4 
{
	font-weight:bold;
	font-size:12pt;
	margin-bottom:5px;
	margin-top:10px;
	
}

/* GRUPOS */
.groupHeader
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	width:100%;
	height:25px;
	background-color:#EEEEEE;
	border-top: solid 2px #ff8c32;
	padding:4px;
	padding-left:10px;
}

.groupContainer
{
	width:90%;
	margin-left:5%;
}

.groupHeaderRegistro
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	width:100%;
	height:25px;
	background-color:#fbc411;
	border-top: solid 2px #ff8c32;
	padding:4px;
	padding-left:10px;
	color:White;
	background-image:url(../../Imagenes/back-portatil.png);
	background-repeat:no-repeat;
}

.groupContainerRegistro
{
	width:200px;
	margin-left:5%;
	background-color:#ffdd77;
	background-image:url(../../Imagenes/back-portatil.png);
	background-repeat:no-repeat;
	height:250px;
	color:White;
}

.groupContainerRegistro li a
{
	color:White;
	background-color:#c9b723;
	margin-top:1px;
	border-bottom:solid 2px #9a8d1c;


}


.groupHeaderProcesado
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	width:100%;
	height:25px;
	background-color:black;
	border-top: solid 2px #c45b3e;
	padding:4px;
	padding-left:10px;
	color:White;
	background-image:url(../../Imagenes/back-laboratory.png);
	background-repeat:no-repeat;
}

.groupContainerProcesado
{
	width:200px;
	margin-left:0%;
	background-color:#ec6513;
	background-image:url(../../Imagenes/back-laboratory.png);
	background-repeat:no-repeat;
	color:White;
	height:250px;
}

.groupContainerProcesado li a
{
	color:White;
	background-color:#ec6513;
	margin-top:1px;
	border-bottom:solid 2px #bd5110;

}


.groupHeaderAlmacenes
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	width:100%;
	height:25px;
	background-color:#004598;
	border-top: solid 2px #103768;
	padding:4px;
	padding-left:10px;
	color:White;
	background-image:url(../../Imagenes/back-frozen.png);
	background-repeat:no-repeat;
}

.groupContainerAlmacenes
{
	width:200px;
	background-color:#6d9fde;
	background-image:url(../../Imagenes/back-frozen.png);
	background-repeat:no-repeat;
	color:White;
	height:200px;
}

.groupContainerAlmacenes li a
{
	color:White;
	background-color:#344d94;
	margin-top:1px;
	border-bottom:solid 2px #1f2b4d;

}

.groupHeaderExplotacion
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	width:100%;
	height:25px;
	background-color:#968194;
	border-top: solid 2px #41314b;
	padding:4px;
	padding-left:10px;
	color:White;
	background-image:url(../../Imagenes/back-search.png);
	background-repeat:no-repeat;
}

.groupContainerExplotacion
{
	width:200px;
	background-color:#eeceeb;
	background-image:url(../../Imagenes/back-search.png);
	background-repeat:no-repeat;
	color:White;
	height:200px;
}

.groupContainerExplotacion li a
{
	color:White;
	background-color:#d399f4;
	margin-top:1px;
	border-bottom:solid 2px #7f6d8a;

}

.groupHeaderAdmin
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	width:100%;
	height:45px;
	background-color:#4e7c52;
	border-top: solid 2px #023506;
	padding:4px;
	padding-left:10px;
	color:White;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-image:url(../../Imagenes/back-config.png);
}

.groupContainerAdmin
{
	width:100%;
	margin-left:0%;
	background-color:#8fae92;
	background-repeat:no-repeat;
	color:White;
	background-image:url(../../Imagenes/back-config.png);
	
}

.groupContainerAdmin li a
{
	color:White;
	background-color:#527956;
	margin-top:1px;
	border-bottom:solid 2px #3b573e;
}

.groupBody
{
	width:100%;
	padding:1px;
	padding:10px;
	
	height:100%;
}


/* LEYENDA */

.colorLeyend
{
	width:45px;
	height:20px;
	border:solid 1px black;
	margin-right:5px;
}

.leyend 
{
	
}

.leyendRow
{
	margin-bottom:2px;
}


/* Expand */

.collapse { PADDING-BOTTOM: 1em; OVERFLOW: hidden }
.scr { MARGIN: 15px 0px }
.collapse P { MARGIN-RIGHT: 10px }
.hidden { DISPLAY: none }
.demo { CLEAR: both }
#switch { PADDING-RIGHT: 5px; FONT-SIZE: small; COLOR: #555da9; TEXT-ALIGN: right }
#switch A:visited { COLOR: #555da9 }
#switch A:link { COLOR: #555da9 }
			