#texto {
	width: 600px;
	padding-left: 29px;
	padding-top: 20px;
	text-align: justify;
	min-height: 400px;	
}
#texto p.normal {
	margin-bottom: 15px;
	font-size: 12px;
}
form {
	width: 300px;
	float: left;
}
form p {
	position: relative;		
}
form #boton {
	width: 200px;
	height: 25px;
	padding-top: 9px;	
	margin-top: 40px;
}
form #boton a {
	font-size: 12px;
	color: #d1aa08;
	font-weight: bold;
	background-image: url(../imagenes/boton_enviar.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 2px;	
}
form #boton a:hover {
	text-decoration: underline;
}

form p label {
	display:block;
	padding-top:4px;
	height:20px;	
	text-indent:10px;
	width: 240px;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	border-bottom:none;
}
form p input {
	display: block;
	width: 240px;
	font-size: 11px;
	margin-top: -1px;
	margin-bottom: 5px;
	height: 16px;
	font-weight: bold;
	border: 1px solid #D6D6D6;
	background-color: #EEEEEE;
	padding-top: 5px;
	color: #797969;
}

#noticias2 {
	float: left;
	width: 300px;	
	background-color: #EEEEEE;	
	padding-top: 10px;
}
#noticias2 h3 {
	width: 270px;
	font-size: 12px;
	font-weight: bold;
	color: #797969;
	background-image: url(../imagenes/subrayado_not_micomunidad.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 6px;
	margin-left: 15px;	
}


