
/* --------------------------------------------------------------------	*/
/*	CSS textos editor+front												*/
/* --------------------------------------------------------------------	*/
body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size:0.625em;
	/*line-height: 16px;*/
	/*text-align: justify;*/
	
	color: #000000;
	background-color: #ffffff;
}

p {
	/* top right bottom left */
	margin: 0em 0 0.8em 0;
	font-size:1.1em;
	color:#000000;
	line-height: 1.3em;
	/*text-align:justify;*/
}

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

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




/* ------------------------ */
/*  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 titulos															*/
/*  -------------------------------------------------------------------	*/
h1, h2, h3, h4, h5, h6, h7 {
	margin:0;
	padding:0;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size:2.0em;
	font-weight:bold;
	color: #007aa5;
}

h1.h1_logo {
	margin:0;
	padding:0;
	
	width: 188px;
	height: 48px;
		
	text-indent: -3000px;
	white-space: nowrap;
	
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}

h2 {
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 6px 0px;
	
	font-size:1.5em;
	font-weight:bold;
	color: #007aa5;
	
	width:100%;
	text-align:right;
	
	padding-bottom: 4px;
	border-bottom: 1px solid #007aa5;
	
	text-transform: uppercase;

}

h3 {
	margin: 0px 0px 6px 0px;
	padding: 4px 0px 4px 0px;
	
	font-size: 1.4em;
	font-weight: bold;
	color: #007aa5;
	
	text-transform: uppercase;
}

h3.h3_programa {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 1.3em;
	font-weight: bold;
	color: #007aa5;
	
	text-transform: none;
}

h3.h3_programa_paralelo {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 1.3em;
	font-weight: bold;
	color: #6a532f;
	
	text-transform: none;
}


h4 {
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 6px 0px;
	
	font-size: 1.2em;
	font-weight: bold;
	color: #319bc0;
	
	/*text-transform: uppercase;*/
}

h4.h4_programa {
	margin: 0px 0px 6px 0px;
	padding: 2px 0px 0px 0px;
	
	font-size: 1.2em;
	font-weight: bold;
	color: #007aa5;
	
	text-transform: none;
}

h4.h4_programa_paralelo {
	margin: 0px 0px 6px 0px;
	padding: 2px 0px 0px 0px;
	
	font-size: 1.2em;
	font-weight: bold;
	color: #6a532f;
	
	text-transform: none;
}

h5 {
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 6px 0px;
	
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	
	/*text-transform: uppercase;*/
}


h5 {
	
}

h6 {
	
}

h7 {
	
}




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

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

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

strong .texto {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	/*text-align: justify;*/
	
	color: #000000;
}

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

.texto2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	/*text-align: justify;*/
	
	color: #ffffff;
}

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

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

strong .texto2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	/*text-align: justify;*/
	
	color: #ffffff;
}

p .texto_destacado {
	font-size:1.0em;
}

.texto_destacado {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #007aa5;
}

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

strong.texto_destacado {
	font-size: 1.1em;
	font-weight: bold;
	color: #007aa5;
}

p .texto_destacado_normal {
	font-size:1.0em;
}

.texto_destacado_normal {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	color: #007aa5;
}

.texto .texto_destacado_normal {
	font-size: 1.0em;
	font-weight: normal;
	color: #007aa5;
}

strong.texto_destacado_normal {
	font-size: 1.1em;
	font-weight: normal;
	color: #007aa5;
}


.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:0px 0px 10px 0px;
	
	overflow:hidden;
}


	li {
		font-size: 1.1em;
		line-height: 1.2em;
		font-weight: normal;
		
		margin: 0px 0px 2px 0px;
		padding: 0px 0px 2px 10px;
		
		/*text-align:left;*/
		
		background-image:url(../img/puntin.gif);
		background-repeat:no-repeat;
		background-position:0px 4px;
	}
	
		li li {
			display:block;
			font-size: 0.9em;
			line-height: 1.1em;
			font-weight: normal;
			
			margin: 6px 0px 4px 8px;
			padding: 0px 0px 0px 6px;
			
			/*text-align:left;*/
			
			background-image:url(../img/puntin2.gif);
			background-repeat:no-repeat;
			background-position:0px 5px;
		}




/* --------------------------------------------------------------------	*/
/*	CSS tablas comunes													*/
/*  -------------------------------------------------------------------	*/
table {
	font-size: 1.0em;
}

	.tableautosize {
		width:auto;
	}
	
	.table_300px {
		width:300px;
	}
	
	.table_350px {
		width:350px;
	}
	
	.table_400px {
		width:400px;
	}
	
	.table_450px {
		width:450px;
	}
	
	.table_500px {
		width:500px;
	}
	
	.table_600px {
		width:600px;
	}

	table caption {
		font-size: 1.4em;
		font-weight: bold;
		/*text-align: justify;*/
		
		color: #ffffff;
		background-color:#017aa5;
		
		padding: 6px;
	}
	
	table .tablecab {
		font-size: 1.1em;
		font-weight: bold;
		/*text-align: justify;*/
		
		color: #000000;
		background-color:#76b9d0;
		
		padding: 4px;
	}

	table th {
		font-size: 1.1em;
		font-weight: bold;
		/*text-align: justify;*/
		
		color: #000000;
		background-color:#76b9d0;
		
		padding: 4px;
	}
	
	table td {
		font-size: 1.1em;
		font-weight: normal;
		text-align: center;
		
		color: #000000;
		
		padding: 4px;
	}
	
	.tablecol1 {
		text-align:left;
	}
	
	.tablecol_izq {
		text-align:left;
	}
	
	.tablecol_der {
		text-align:right;
	}
	




/* --------------------------------------------------------------------	*/
/*	CSS img																*/
/*  -------------------------------------------------------------------	*/
.imgizquierda {
	border: 0;
	margin:0px 15px 5px 0px;
	display:inline;
	float:left;
}

.imgderecha {
	border: 0;
	margin:0px 0px 5px 15px;
	display:inline;
	float:right;
}

.imgcentrada {
	margin:auto;
}

