div#denuncia p{
	
	color: black;
	margin: 10px 0px;
	text-align: justify;
}

div#denuncia a{
	
	color: #9AC14C;
	text-decoration: none;
}

div#denuncia a:hover{
	
	text-decoration: underline;
}

div#denuncia div#radios{
	
	margin: 20px 0px;
}

div#denuncia div#radios p{
	
	float: left;
	clear: none;
	margin: 2px;
	width: 250px;
}

div#denuncia form{
	
	margin: 0 auto;
	text-align: center;
	width: 510px;
	margin-bottom: 30px;
}

div#denuncia form p{
	
	clear: both;
}

div#denuncia h2{
	
	margin-top: 30px;
	clear: both;
	border-bottom: 1px dotted #1975BB;
	text-align: left;
	padding-bottom: 3px;
}

div#denuncia form p input[type="text"],
div#denuncia form p select{
	
	width: 200px;
}

div#denuncia form p input[type="text"].calendario{
	
	width: 175px;
}

div#denuncia form p label{
	
	float: left;
	width: 180px;
	text-align: left;
	clear: both;
	color: #9AC14C;
	font-weight: bold;
	font-size: 11px;
	padding-top: 7px;
	padding-left: 15px;
}

div#denuncia form p label.error{
	
	float: right;
	position: relative;
	color: red;
	font-weight: bold;
	font-size: 11px;
	top: -25px;
	height: 10px;
	margin-bottom: -10px;
	left: 80px;
}

div#denuncia form div#radios p label.error{
	
	float: right;
	position: relative;
	color: red;
	font-weight: bold;
	font-size: 11px;
	top: -40px;
	height: 10px;
	margin-bottom: -20px;
	left: 0px;
	width: 300px;
}

div#denuncia form p label.required{
	
	background-image: url("../imagenes/asterisco.png");
	background-position: left center;
	background-repeat: no-repeat;
}

div#denuncia form p.enviarc{
	
	text-align: right;
	margin-left: -20px; 
	width: 450px;
}

div#denuncia form p.enviarc label.error{
	
	left: 185px;
}

div#denuncia form p textarea{
	
	width: 450px;
	height: 100px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 12px;
}

div#denuncia form div#pregunta label.error{
	
	left: 185px;
}
