/*---------------------------------------------------------*/ 
/* Declaracion de estilos para el formato de texto HyP     */
/*---------------------------------------------------------*/ 


h6{
font-size:12px;
margin-top:2px;
font-weight: normal;
}

#escuchar{
font-size:11px;
}

.estiloNormal{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight:normal;
	font-style: normal;
	text-align:justify;
	margin:0px 10px 0px 10px;
	padding:5px 5px 0px 5px;		
	}

.estiloBold{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	font-style: normal;
	text-align:justify;
	margin:0px 10px 10px 10px;
	padding:5px 5px 0px 5px;
text-decoration: underline;		
	}

.lenguas{
	font-family: Helvetica, sans-serif;
	color: green;
	font-size:10px;
	font-weight:bold;
	font-style: normal;
	text-align:left;
	margin:0px 10px 0px 10px;
	padding:5px 5px 0px 5px;		
	}

form{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight:Bold;
	font-style: normal;
	text-align:justify;
	margin:0px 10px 0px 10px;
	padding:5px 5px 0px 5px;		
	}


.cursivaPequeˆ±a{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight:normal;
	font-style: italic;
	}
button{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	font-weight:normal;
	font-style: normal;
	text-align:justify;
	margin:0px;
	padding:5px 5px 0px 5px;
	line-height: 12px;
	background-color: #FFCC00;

}
	
		
.textalignizq{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight:normal;
	font-style: normal;
	text-align:left;
	margin:0px 10px 0px 10px;
	padding:2px 5px 0px 5px;	
	}
.textalignder{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight:normal;
	font-style: normal;
	text-align:right;
	margin:0px 10px 0px 10px;
	padding:2px 5px 0px 5px;	
	}
.textaligncentro{
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight:normal;
	font-style: normal;
	text-align: center;
	margin:0px 10px 0px 10px;
	padding:0px 10px 0px 10px;	
	}

/*---------------------------------------------------------*/ 
/* Estilo Listado con flechas*/
/*---------------------------------------------------------*/ 
.listado {
	list-style-type: disc;
	list-style-position: outside;
	
}

/*---------------------------------------------------------*/ 
/* Listado para titulos Capsulas y portadas*/
/*---------------------------------------------------------*/ 
.tit_list_tabla{
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	border:1px;
	border-color: #000000;
	border-bottom-style: double;
	padding:0px 10px 0px 10px;	
}

.estilo_img_der{
	float: right;
	padding: 5px 0px 5px 10px;
}
.estilo_img_izq{
	float: left;
	padding: 5px 10px 5px 0px;
	
}
.portaditas{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	font-weight:normal;
	font-style: normal;
	text-align:center;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}
/*---------------------------------------------------------*/ 
/*****************cuerpo de tablas*******************/
/*---------------------------------------------------------*/ 
.tabla_cont{
	background-color: #FFFFFF;
	border:1px;
	border-color: #000000;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	
}
.tabla_presentaciˆ„n{
	border:1px;
	border-color: #000000;
	border-style: solid;
	}

/*---------------------------------------------------------*/ 
/*****************Link Izquierdo*******************/
/*---------------------------------------------------------*/ 
.link_izq{
height: 1600px;
width:170px;
	background-color: #FFCC00;
	color: #000099;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-align:left;
	padding-top: 3px;
	padding-right: 5px;
	text-decoration:none;
	border:1px;
	border-color: #000000;
	border-top-style: solid;	
	}
	
.link_izq a:link{
	color: #000099;
	font-weight: bold;
	text-decoration:none;
}
.link_izq a:active{
	color: #000099;
	font-weight: bold;
	text-decoration:none;
}
.link_izq a:visited{
	color: #000099;
	font-weight: bold;
	text-decoration:none;
}
.link_izq a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;

}
