/*-----------------------------------------------------------
	"textos.css" -> Hoja de estilos para textos.
  ===========================================================
  	Este archivo controla los estilos para los textos de
	las páginas que componen el sitio.
	
	Este archivo se encuentra dividido en diferentes
	secciones, las cuales representan los diversos módulos
	del diseño principal.
  ===========================================================
  	@author 	-> "Matías Schmid"
	@date		-> "24/04/2008"
	@company 	-> "i2es"
-------------------------------------------------------------*/		

.parrafo_general {
	color: #636363;
	font-size: 11px;
	/*margin-bottom: 30px;*/
	text-align: left;
	
}

.parrafo_general_introduccion {
	color: #636363;
	font-size: 11px;
	/*margin-bottom: 30px;*/
	text-align: left;
	padding-left:18px;
}

.parrafo_nota {
	font-size: 11px;
	color: #636363;
	text-align: justify;
}

.parrafo_titulo {
	margin-top: 3px;
	color: #0DBA00;
	font-size: 15px;
	margin-bottom: 5px;
	clear: both;
}

.parrafo_titulo13 {
	color: #6BC104;
	font-size: 13px;
	font-weight: bold;
}

.parrafo_titulo21 {
	color: #6BC104;
	font-size: 21px;
	padding-left: 23px;
	background: url(../img/bullet_flecha_tit.gif) no-repeat top left;
}




.link_ampliar {
	color: #0DBA00;
	font-size: 11px;
	float: right;
	background: url(../img/icono_ampliar.gif) no-repeat center right;
	padding-right: 12px;
	padding-bottom: 5px;
	text-decoration: none;
	height: 9px;
}

.link_ampliar:hover {
	color: #9ed124;
}

.link_naranja_12 {
	color: #636363;
	font-size: 12px;
}

.link_naranja_12:active {
	color: #636363;
}

.link_naranja_12:link {
	color: #636363;
}

.link_naranja_12:hover {
	color: #fe7a4c;
}
/*//*/
.link_naranja_12b {
	color: #636363;
	font-size: 12px;
	background:url(../img/mail.png) no-repeat left center;
	padding-left:20px;
	text-decoration:none;
}

.link_naranja_12b:active {
	color: #636363;
	background:url(../img/mail.png) no-repeat left center;
	padding-left:20px;
	text-decoration:none;
}

.link_naranja_12b:link {
	color: #636363;
	background:url(../img/mail.png) no-repeat left center;
	padding-left:20px;
	text-decoration:none;
}

.link_naranja_12b:hover {
	color: #fe7a4c;
	background:url(../img/mail-hover.png) no-repeat left center;
	padding-left:20px;
	text-decoration:none;
}

/***/
.link_destacados {
	color: #ff4200;
	text-decoration:none;
	font-size: 14px;
}

.link_destacados:active {
	color: #fe7a4c;
}
.link_destacados:link {
	color: #fe7a4c;
}

.link_destacados:hover {
	color: #636363;
}

.navegacion {
	padding-left: 0px;
	color: #b9b9b9;
	font-size: 10px;
	padding-bottom:4px;
}

.sub_titulo_gris {
	font-size: 15px;
	color: #b9b9b9;
	padding-left: 23px;
	padding-bottom:8px;
}

.comment {
	color: #b9b9b9;
	padding-left: 23px;
    padding-left:20px; 
	padding-bottom:0; 
	font-size:12px; 
	background:url(../img/comment.png) no-repeat left bottom;
}

.mensaje {
	font-size: 13px;
	color: #636363;
	padding-left: 0px;
	padding-bottom:8px;
}
.mensaje_paginacion {
	font-size: 13px;
	color: #636363;
	padding-left: 0px;
	padding-bottom:4px;
}
.mensaje_destacado {
	color: #6BC104;
	font-size: 19px;}

	

.titulo_verde_articulos {
	color: #0DBA00;
	font-size: 15px;
	padding-left: 18px;
	padding-bottom:2px;
	background: url(../img/bullet_flecha_tit_2.gif) no-repeat top left;
}

.texto_gris10 {
	color: #b9b9b9;
	font-size: 10px;
}

div.texto_gris10_ficha {
	color: #b9b9b9;
	font-size: 10px;
	width:auto;
	margin-right:23px;
	padding-top:5px; margin-top:5px;
	border-top:1px dashed #ccc;
}

.texto_gris11 {
	color: #b9b9b9;
	font-size: 11px;
}

.texto_verde14 {
	color: #6BC003;
	font-size: 14px;
	font-weight:bold;
	text-shadow:1px 1px #dbe8cb;
}

.texto_verde14-2 {
	color: #6BC003;
	font-size: 14px;
}



