/* 
	  ============================== 
	|  Vicente Gutierrez 2007        |
	|  http://www.frutvisual.cl      |  
	| ****************************** |
	|  Print Style Sheet			 |
	  ==============================   
*/

/*-  Paleta

----------------------------------------------------------------------*/
/*-  Normalizando Todo :)
----------------------------------------------------------------------*/
/* normalizando margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/* normalizando font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* normalizando font-style and font-weight a normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* sacándole los estilos a las ol */
ol, ul{
	list-style: none;
}

/* sacandole a las tablas el espacio en los bordes*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Sacándole el borde a las imágenes */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}
/*-  Elementos Comunes
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.bkg {
	background-image: url(../images/top_head.png);	
	background-position: left top;
	background-repeat: no-repeat;
}
.color {
	color: #003366;
	}
a:link,
a:visited {
	text-decoration: none;
	color: #2a7d7d;
}

a:hover {
	color: #003466;
}
.nombre {
	color: #c94206;
}


h1 {
	color: #545151;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 0.4em;
	margin-left: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 5px;
	margin-top: 2px;
}

h2 {
	color: #000000;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	text-transform: none;
	padding-left: 35px;
	margin-top: 12px;
}

h3 {
	color: #006699;
	font-weight: bold;
	margin-bottom: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 1px;
	padding-right: 12px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
}


h5 {
	color: #333333;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
}

h6 {
	color: #2a7d7d;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 3px;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}
.cargo {

	color: #035681;
}
.boxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #52777F;
	font-size: 11px;
	font-weight: normal;
	background-color: #E8E8E0;
	border: 1px solid #525248;
}
.testimonio_subtitulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #52777F;
	font-size: 10px;
	font-weight: normal;
	background-color: #E8E8E0;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.testimonio_titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	background-color: #E8E8E0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.testimonio_contenido{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
