
/* --------------------------------------------------------------------	*/
/*	CSS textos editor+front												*/
/* --------------------------------------------------------------------	*/
body {
	margin: 0;
	font-family:"Trebuchet MS";
	/*font-size: 11px;*/
	font-size:0.625em;
	/*line-height: 16px;*/
	/*text-align: justify;*/
	
	color: #000000;
	background-color: #ffffff;
}

p {
	/* top right bottom left */
	margin: .25em 0 1.0em 0;
	/*text-align:justify;*/
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

ul,il{font-size: 1.0em;}


/* ------------------------ */
/*  CSS cajas texto			*/
/* ------------------------ */
.caja_texto_izquierda {
	display:block;
	text-align: left;
}

.caja_texto_centrado {
	display:block;
	text-align: center;
}

.caja_texto_derecha {
	display:block;
	text-align: right;
}

.caja_texto_justificado {
	display:block;
	text-align: justify;
}




/* ------------------------ */
/*  CSS textos				*/
/* ------------------------ */
.texto {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	/*text-align: justify;*/
	
	color: #000000;
}

.texto .texto {
	font-size: 1.0em;
}

.texto strong, strong {
	font-size: 1.0em;
	font-weight: bold;
}

.texto_negrita {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

.texto .texto_negrita {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}

strong.texto_negrita {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

.texto_destacado {
	font-size: 1.4em;
	font-weight: bold;
	color: #ee2375;
}

.texto .texto_destacado {
	font-size: 1.0em;
	font-weight: bold;
	color: #ee2375;
}

strong.texto_destacado {
	font-size: 1.4em;
	font-weight: bold;
	color: #ee2375;
}

.texto_destacado_21 {
	font-size: 1.4em;
	font-weight: bold;
	color: ##d5e14d;
}
.texto_destacado_2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #d5e14d;
}

.texto .texto_destacado_2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #d5e14d;
}

strong.texto_destacado_2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #d5e14d;
}

.texto_destacado_3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #522f91;
}

.texto .texto_destacado_3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #522f91;
}

strong.texto_destacado_3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #522f91;
}

.texto_destacado_31 {
	font-size: 1em;
	font-weight: bold;
	color: #522f91;
}

.texto .texto_destacado_31 {
	font-size: 1.0em;
	font-weight: bold;
	color: #522f91;
}

strong.texto_destacado_31 {
	font-size: 1.4em;
	font-weight: bold;
	color: #522f91;
}

.texto_destacado_4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #41c4dd;
}

.texto .texto_destacado_4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #41c4dd;
}

strong.texto_destacado_4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #41c4dd;
}



.sup {
	vertical-align: super;
	font-size: 90%;
	line-height:180%;
}

.sub {
	vertical-align: sub;
	font-size: 90%;
	line-height:180%;
}




/* --------------------------------------------------------------------	*/
/*	CSS listados comunes												*/
/*  -------------------------------------------------------------------	*/
ul {
	/*list-style:none;*/
	margin:0;
	padding:0;
	margin-left: 10px;
}

	li {
		font-size: 1.4em;
		line-height: 1.2em;
		font-weight: normal;
		
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 2px;
		
		
		/*
		background-image:url(../img/puntin.png);
		background-repeat:no-repeat;
		background-position:0px 3px;
		*/
	}
	
		ul ul {
			margin:4px 0px 8px 14px;
		}
	
			li li  {
				font-size: 0.9em;
				line-height: 1.0em;
				font-weight: normal;
				
				margin: 0px 0px 4px 0px;
				padding: 0px 0px 0px 2px;
				
				
				/*
				background-image:url(../img/puntin.png);
				background-repeat:no-repeat;
				background-position:0px 3px;
				*/
			}


