@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #D9EBC8;
}

.arial{  font-family: Arial, Helvetica, sans-serif; }
.trebuchet {  font-family: "Trebuchet MS", "Century Gothic", Arial; }
.times { font-family:"Times New Roman", Times, serif; }

.bold {	font-weight: bold; }
.italic { font-style:italic; }
.t30 {	font-size: 30px; }
.t26 {	font-size: 26px; }
.t24 {	font-size: 24px; }
.t22 {	font-size: 22px; }
.t20 {	font-size: 20px; }
.t18 {	font-size: 18px; }
.t16 {	font-size: 16px; }
.t14 {	font-size: 14px; }
.t12 {	font-size: 12px; }
.t11 {	font-size: 11px; }
.t10 {	font-size: 10px; }

.blanco {	color: #FFFFFF; }
.verdeazul {	color: #00736B; }
.verdeoscuro {	color: #007332; }
.verdeclaro { color:#84C225; }
.grisoscuro {	color: #666666; }
.grismedio {	color: #999999; }
.negro {	color: #000000; }

.decoration_none {	text-decoration: none; }
.decoration_underline {	text-decoration: underline; }

.interline14 { line-height: 14px; }
.interline16 { line-height: 16px; }
.interline18 { line-height: 18px; }
.interline20 { line-height: 20px; }
.interline22 { line-height: 22px; }

.linetop {
	border-top:solid; 
	border-top-color:#EEEEEE; 
	border-top-width:1px;
}
.linebottom {
	border-bottom:solid; 
	border-bottom-color:#EEEEEE; 
	border-bottom-width:1px;
}
.lineleft {
	border-left:solid; 
	border-left-color: #EEEEEE; 
	border-left-width:1px;
}
.lineright {
	border-right:solid; 
	border-right-color:#EEEEEE; 
	border-right-width:1px;
}

/* PERSONALIZADOS INDEX */

.txt_cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.index_titulo {
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #00736B;
	text-decoration:none;
	line-height: 22px
}

.index_bajada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-decoration:none
}

.index_breve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00736B;
	border-bottom:#CCCCCC solid 1px; 
	padding-bottom:5px; 
	padding-left:5px; 
	padding-right:5px
	text-decoration:none
}

/* PERSONALIZADOS INTERNAS */

.int_seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.int_titulo {
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #00736B;
}

.int_bajada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.int_cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.foto {
	padding:2px;
	border:1px solid #BBBBBB;
}

.fotoampliada {
	margin-top:10px;
	margin-bottom:10px;
}
