/* css Zen Garden submission 035 - 'Release One' by Didier Hilhorst,  http://www.nundroo.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2003, Didier Hilhorst */
/* Added in 2003 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
   
   

/* Overall Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.textotitulo {
	color: #00cc00;
	background: transparent;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

#destacados {
	margin-left: 150px;
	border-right: ridge 4px;
	border-left: ridge 4px;
	border-bottom: ridge 4px;
	
	color: #666;
	width: 700px;  
	}

#titulos {
	line-height: 1.5;
	color: #000000;
	background: transparent;
	font-size: 10px;
	width: 500px;
	text-align: justify;
	}

#contenidos {
	line-height: 1.5;
	color: #000000;
	background: transparent;
	font-size: 10px;
	width: 500px;
	text-align: justify;
	}

/* First Paragraphs */

.texto {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: left;
}

.textocentro {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: center;
}

.textotablas {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-align: center;
}

.titulo {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336666;
	text-align: justify;
}

.tituloblanco {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-align: justify;
}

.titulogris33 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}