
/*
	Colores
	Texto: 	666666 (gris);
	A:	   	888888 (gris oscuro)
	A:hover:	0099CC (AZUL esade)
	border:	424242 (gris oscuro)
	
*/

INPUT{
	padding:0px;
	font-family: 'trebuchet ms',Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #CCCCCC;
	width: 300px;	
	margin-top: 5px;
	margin-bottom: 5px;
}
INPUT[type="radio"], INPUT[type="checkbox"]{
	border:0px solid #CCCCCC;
	width: 13px;
	margin: 3px;
}
SELECT{
	padding:0px;
	font-family: 'trebuchet ms',Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
	width: 300px;	
	margin-top: 5px;
	margin-bottom: 5px;
}
TEXTAREA{
	padding:0px;
	font-family: 'trebuchet ms',Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
	font-size: 95%;	
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}
INPUT.error{	
	background-color: #E04121;
	color: #FFFFFF;
}
INPUT:hover{
	background-color:#eaeaea;
}
DIV{
	/*scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#E04121; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-shadow-color:#ffffff;*/
}
FIELDSET{
	border:1px solid #0091CC;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	font-family: 'trebuchet ms',Helvetica, sans-serif;
	font-size:12px;	
}
BR{
	clear: left;	
}
LABEL{
	width: 150px;	
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'trebuchet ms',Helvetica, sans-serif;
	font-size:11px;
}

.hiddenfield {
	display: none;
}
.subarealist {
	margin-left: 15px;	
}
.listaprogramas {
}
.checkbox {
	border:0px solid #CCCCCC;
	width: 13px;
	margin: 3px;
}
.formSubmitButton{
	width: 150px;
	border:1px solid #CCCCCC;
	margin-left: 50px;
}
.listaprogramas UL{
	list-style-type: none;
}

/*.listaprogramas LI{*/

.textoLOPD
{
	padding:10px;
	margin: 5px 10px;
	font-family: 'trebuchet ms',Helvetica, sans-serif;
	font-size: 9px;		
	
}
 
