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;
	line-height: 15px;
}

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: 280px;
}

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

div#denuncia form p label{
	
	float: left;
	width: 250px;
	text-align: left;
	clear: both;
	color: #0A76BE;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 15px;
}

div#denuncia form p label a{
	
	font-weight: bold;
	margin: 0 20px;
}


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

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

#usual1 ul{ 
	
	margin-left: 5px;
}

#usual1 li{ 
	
	list-style:none;
	float: left;
	margin-bottom: -2px;
	text-align: left;
}

#usual1 li a {
	
	padding: 5px;
	margin: 0px 3px;
	display: block;
	height: 15px;
	background: white;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid gray;
	border-bottom: none;
	margin-bottom: 2px;
	color: black;
	background-image: url("../imagenes/fondo_tab.png");
	background-repeat: repeat-x;
	background-color: #D0D0D0;
}

#usual1 li a:hover { background: #D0D0D0; }

#usual1 li a.selected{
	
	z-index: 2;
	position: relative;
	background: white;
	color: #222;
	font-weight: bold;
	border-bottom: none;
	height: 16px;
	margin-bottom: -1px;
}

#contenidotabs{
	
	border: 1px solid gray;
	clear: both;
	min-height: 100px;
	padding: 10px;
	width: 595px;
}

#denuncia p{
	
	text-align: justify;
}


#contenidotabs2{
	
	margin-top: 10px;
	border: 1px solid gray;
	clear: both;
	min-height: 100px;
	padding: 10px;
	width: 595px;

