			/* estilos imágenes */
			
.imagen_izq {
	margin: 0px 15px 5px 0px;
	float: left;
}

.imagen_der {
	margin: 0px 0px 5px 15px;
	float: right;
}

.imagen_centro {
	clear: both;
	text-align: center;
}


			/* estilos textos */
			
.texto_resaltado{
	font-weight: bold;
}

			/* estilos especiales */
#base{ 
clear : both; /*extender fondos en firefox */
margin : 0px 0px 0px 0px; 
} 