/************************************************/
/**************** Estructura ********************/
/************************************************/

html, body{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;	
	margin: 0;
	padding: 0;
}

#contenedor{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#curriculum{
	position: absolute;
	z-index: 1000;
	top: 5px;
	left: 5px;
	text-align: left;
}

#curriculum_texto{
	position: absolute;
	text-align: left;
	z-index: 1001;
	top: 5px;
	right: 5px;	
	width: 450px;
}


#informacion{
	position: relative;
	padding: 5px;
	height: 400px;
}

#col_iz{
	width: 282px;
	float: left;
	text-align: left;
}

#col_der{
	width: 282px;
	float: right;
	text-align: left;
}

#pie{
	border-top: 1px solid #000000;
	color: #0070d6;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	
}

#datos_centro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #000000;
	padding: 5px;
}

/************************************************/
/**************** Estilos ***********************/
/************************************************/


h1{
	font-size: 36px;
	color: #0359A8;
	text-align: center;
	margin: 10px;
}

h2{
	font-size: 19px;
	color: #333399;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

h3{
	font-size: 18px;
	color: #000080;
	text-align: center;
	margin: 0;
}

h4{
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}

h5{
	font-size: 11px;
	color: #008000;
}

h1.online{
	font-size: 20px;
	text-align: center;
	color: #000000;
	margin: 0;
	border: 1px solid #000000;
}

h2.online{
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
	border-top: 0;
}

marquee{
	background-color: #fcfddf;
}

.centrado{
	text-align: center;
}

.verde{
	color: #008000;
}

.rojo{
	color: #FF0000;
}

.azul{
	color: #0359A8;
}

.limpieza{
	clear: both;
	float: none;
}

.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000080;
	font-weight: bold;
	margin: 0;	
}

.verdana_verde{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

.verdana_azul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000ff;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

.verdana_azul_sinlinea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000ff;
}

.capitulo{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

.peque{
	font-size: 12px;
}

.times{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.nombre_grande{
	font-size: 29px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;	
}

/************************************************/
/**************** Enlaces ***********************/
/************************************************/

a:link, a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0000ff;
	font-size: 12px;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}

a.enlace_azul:link, a.enlace_azul:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000080;
	font-weight: bold;
	margin: 0;	
}

a.enlace_azul:hover{
	text-decoration: underline;
}

a.peque:link, a.peque:visited{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
	margin: 0;	
}

a.peque:hover{
	text-decoration: underline;
}

a.grande:link, a.grande:visited{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000080;
	text-decoration: none;
	margin: 0;	
}

a.grande:hover{
	text-decoration: underline;
}

a.online_1:link, a.online_1:visited{
	font-size: 20px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

a.online_1:hover{
	text-decoration: underline;
}

a.online_2:link, a.online_2:visited{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a.online_2:hover{
	text-decoration: underline;
}
