/*estilos formulario*/
fieldset{
	float:left;	
	padding:1%;
	background-image: url("../img/fnd_fieldset.jpg");
	background-repeat: repeat-x;
	background-position: top;
	border:0.1em solid #F6F7F1;
	border-bottom:0;
	margin-bottom:2%;
}
table{
	border-collapse:collapse; 
	border: none;
	margin-top:0.5em;
} 
table td,
table th{
	padding: 1em;	
}
fieldset table td{
	padding:0.25em;
}
table th{
	color:#666666;	
}
table tr.cabecera,
table thead tr{
	background-color: #F3F3F0;	
	border-bottom:0.5em solid #E8E8E2;
	/*border-bottom: 1em solid #E8E8E2;*/
}
caption{
	border-bottom:0.25em groove #5D819B;	
	font-size:1.5em;
	color:#7B7B7B;
	text-align: center;
	font-weight: bold;
	padding-bottom:0.5em;
}
.boton{
	background-image: url("../img/fnd_boton.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	border:0;
	padding:0.5em 1.4em 0.6em 1.4em;
	background-color:#ffffff;
	color: #990099;
	font-weight: bold;
}
.botonLargo{
	background-image: url("../img/fnd_botonLargo.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	border:0;
	padding:0.5em 1.4em 0.6em 1.4em;
	background-color:#ffffff;
	color: #990099;
	font-weight: bold;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
}
/************ Estadísticas ****************/
#secEstadistica ul{
	list-style-type: none;
}
#secEstadistica ul li p{
	list-style-type: none;
	background-color: #F3F3F0;
	padding: 0.5em 0 0.5em 0.5em;
	color:#444444;
	font-weight: bold;
}
#secEstadistica ul li ul li p{
	background-color: transparent;
}
#secEstadistica ul li ul li{
	border-bottom: 0.05em solid #E3E3E3;
}