@charset "utf-8";
tr, td, th, table, form, select, input, radio, checkbox, col {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.custom-advice-passed-process {
	margin: 5px 0;
	padding: 5px;
	background-color: #00CC00;
	color : #FFF;
	font-weight: bold;
}

.custom-advice-failed-process {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
#page table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-indent: 5px;
}
#tabla {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #930;
	text-align: left;
	border: thin none #000;
}
.caja {
	background-color: #EEE;
	margin: 2px;
	padding: 2px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	border: thin none #003;
}
imput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #900;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C00;
}


body {
	background-color: #4579AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.cajagris {
	background-color: #333;
	margin: 2px;
	padding: 2px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	border: thin none #003;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
#texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.caja table {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#texto rojo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C30;
}
.caja table tr #texto rojo {
	color: #C00;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#fondo {	
	background-color: #E4E4E4;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}


#lightwindow_contents .boton span {
	_margin-right: 0px;
}

/* LIGHT BOX */
#lightwindow_contents .titulo {
	padding: 5px;
	background: #2a2c6a url(../images/advertencia.gif) 5px 5px no-repeat;
}
#lightwindow_contents .titulo h2 {
	color: #fff;
	text-indent: 40px;
	line-height: 15px;
	margin-top: 10px;
	text-transform: uppercase;
}
#lightwindow_contents p {
	padding: 4px 10px 0px 10px;
}

/* PROPORCIONES BOTONES */
#lightwindow_contents .gigante {
	width: 240px;
}
#lightwindow_contents .grande {
	width: 200px;
}
#lightwindow_contents .mediano {
	width: 160px;
}
#lightwindow_contents .pequeno {
	width: 120px;
}
#lightwindow_contents .spequeno {
	width: 105px;
}
#lightwindow_contents .mini {
	width: 90px;
}
#lightwindow_contents .smini {
	width: 70px;
}

#lightwindow_contents .boton {
	background: url(../images/boton-bg.gif) top right no-repeat;
	height: 24px;
}
#lightwindow_contents .boton span {
	float: left;
	background: #fff;
	margin-right: 5px;
}
#lightwindow_contents .boton a {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
}
#lightwindow_contents .boton a:hover {
	text-decoration: underline;
}


/* ACORDION */
div#test-accordion{		
	padding: 10px;
}

div.accordion {
	position: relative; /* required for bounding */
	width: 800px;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #849cc9 url(../img/off.jpg) repeat-x;
	background-position: bottom;
	color: #fff;   
	cursor: pointer;
	margin-bottom: 1px;
	padding: 9px 14px 6px 14px;
	/*border-top: 1px solid #5d5852;*/	
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image: url(../img/on.jpg);
	background-color: #e0542f;	
}

div.accordion-content{
	overflow: hidden;	/* required for effect */	
	padding: 0;
	/*height: 405px; overflow:auto*/
	
}

div.accordion-content p{
	margin: 9px 24px 6px 24px;
}
