@charset "utf-8";
/* CSS Document */
<style type="text/css">

td img {display: block;}

body {

	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.links1 {
	font-family: Myriad Pro;
	font-size: 13px;
    color:#666666;
}

.links2 {
	font-family: Myriad Pro;
	font-size: 13px;
    color:#FF0000;
}

.linksp_plo {
	font-family: Myriad Pro;
	font-size: 10px;
    color:#666666;
}

.linksp_rojo {
	font-family: Myriad Pro;
	font-size: 10px;
    color:#FF0000;
}

.contenido_plomo {
	font-family: Myriad Pro;
	font-size: 17px;
    color:#666666;
}

.contenido_testimonios {
	font-family: Myriad Pro;
	font-size: 13px;
	color:#CCCCCC;
}

.contenido_rojo {
	font-family: Myriad Pro;
	font-size: 18px;
    color:#FF0000;
}

.titles {
	font-family: Myriad Pro;
	font-size: 25px;
	color:#FF0000;	
}

.titles_negro {
	font-family: Myriad Pro;
	font-size: 25px;
	color:#000000;
}

.titles_plomo {
	font-family: Myriad Pro;
	font-size: 25px;
	color:#666666;
}

.pie_pagina {
	font-family: Myriad Pro;
	font-size: 12px;
	color:#333333;
}

.pie_pagina2 {
	font-family: Myriad Pro;
	font-size: 11px;
	color:#333333;
}

.nombre_testimonio {
	font-family: Myriad Pro;
	font-size: 12px;
	color:#333333;
}

.text_celest {
	font-family: Arial;
	font-size: 11px;
	color:#217BE9;
	
}

.text_celest_subrayado {
	font-family: Arial;
	font-size: 11px;
	color:#217BE9;
	text-decoration:underline;
	
}

.text {
	font-family: Myriad Pro;
	font-size: 12px;
    color:#666666;
}

.text-sub {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}



.text2 {
	font-family: Arial;
	font-size: 10px;
	color:#000000;
	margin-left: 3px;
}

.text3 {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align:justify;
	
}

.text-blanco {
	font-family: Arial;
	font-size: 11px;
	color:#ffffff;
	text-align:justify;
	
}

.text_subcelest {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#217BE9;
}

.text_sub_celest {
	font-family: Arial;
	font-size: 12px;
	color:#217BE9;
}

.text_subrojo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#E60013;
}	

.link_inferior {
	font-family: Arial;
	font-size: 9px;
	color:#ffffff;
	text-decoration:underline;
}

.linkinferior {
	font-family: Arial;
	font-size: 9px;
	color:#ffffff;
}

.link_resultadobusqueda {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
}

.numeracion_subr {
	font-family: Arial;
	font-size: 11px;
	color:#217BE9;
	text-decoration:underline;
	margin-left: 10px;
}

.numeracion{
	font-family: Arial;
	font-size: 11px;
	color:#217BE9;
	margin-left: 10px;
}

#contenedor{
	width:340px; /*ancho total de la pagina*/ 
	height:350px;
    text-align:left; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/ 
	overflow: auto;
}

</style>


