
/* --------------------------------------------------------------------	*/
/*	CSS textos editor+front												*/
/* --------------------------------------------------------------------	*/
body {
	margin: 0;
	font-family :Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size:0.625em;
	/*line-height: 16px;*/
	color: #000000;
	
	background-color: #ffffff;}

p {
	/* top right bottom left */
	margin: .25em 0 1.0em 0;
	
	text-align:left;
}


/* ------------------------ */
/*  CSS textos				*/
/* ------------------------ */
.titulo {
	font-size: 1.5em;
	font-weight:bold;
	color: #2D6159;
}

span {
	/*font-size: 1.0em;*/
}

.texto {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}

.texto_negrita {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

.texto .texto_negrita {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}

strong.texto_negrita {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

.textod {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #2D6159;
}

.textodn {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #2D6159;
}

.textoi {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	font-style:italic;
	color: #2D6159;
}

.textodi {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	font-style:italic;
	color: #2D6159;
}

.enlace_www {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #ff0066;
}

.enlace_www a {
	color: #ff0066;
	text-decoration: none;
}

.enlace {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #ff0066;
	text-decoration: underline;
}

.enlace a {
	color: #ff0066;
	text-decoration: underline;
}

.texto_p {
	font-size: 1.0em;
	line-height: 1.1em;
	color: #999999;
}




/* ------------------------ */
/*  CSS textos pie 			*/
/* ------------------------ */
.pie_texto_1 {
	font-size: 1.1em;
	color: #00ccff;
}

.pie_texto_1 a {
	color: #00ccff;
	text-decoration: none;
}

.pie_texto_2 {
	font-size: 1.1em;
	color: #ffffff;
}

.pie_enlace {
	font-size: 1.1em;
	color: #cccccc;
}

.pie_enlace a {
	color: #cccccc;
	text-decoration: none;
}




