#imagen_form{
	float:right;
	margin-right: 20px;
	margin-top: 20px;
}

#notis{
	float: left;
	width: 80%;
	text-align:center;
	margin-top: 80px;
	margin-left: 50px;
	margin-right: 80px;
}
#listanoticias{
	float: left;
	width: 100%;
	text-align:left;
	color:#666666;
	border: 1px solid #666666
}
#formulario_n{
font-family:Arial, Verdana, Helvitica, sans-serif;
font-size:12px;
font-weight:bold;
float: left;
width: 100%;
text-align: left;
padding-top: 30px;
padding-left: 50px;
padding-right: 80px;

color: #666666;

}

/*estilo para detalles formulario*/

legend {  
 color: #000000;  
} 

label {  
display:block;  
font-weight:bold;
color: #666666;
text-align:left;  
}  

input { font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #000000; background-color: #eee; border: #95b5e0; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

textarea{font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #000000; background-color: #eee; border: #95b5e0; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

input:focus, textarea:focus {  
 background:#FFFFFF;  
}

