@charset "iso-8859-2";
/* CSS Document */

body {
	background-color : #FFF;
	font-family: 'Trebuchet MS', verdana;
	font-size:12px;
}

select { font-family: Arial; font-size: 8pt;font-style: normal;  font-weight: normal; font-variant: normal; color: #000000; text-decoration: none; background-color: #FFFFFF; padding-left:1; padding-right:1; padding-top:1; padding-bottom:1; border-width:1; border-color:#A5ACB2; border-style:solid;}
input, .input {  font-family: Arial; font-size: 8pt;	font-style: normal; line-height: normal;	font-weight: normal; font-variant: normal; color: #000000; 	text-decoration: none; background-color: #FFFFFF;padding-left:1; padding-right:1; padding-top:1; padding-bottom:1; }



/*-------------enlaces-------------*/
a {
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-decoration:underline;
}
a:hover{
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}

a.secundario {
	font-size: 12px;
	color:#a8c61e;
	text-decoration:underline;
}
a.secundario:hover {
	font-size: 12px;
	color: #a8c61e;
	text-decoration: none;
}
a.columna {
	font-size: 12px;
	color:#333333;
	text-decoration:underline;
}
a.columna:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
/*-------------elementos graficos-------------*/
.foto{
	padding-bottom:5px;
}
.lineatitulo{
	background-image:url(../img/linea-titulo.gif);
	background-repeat:no-repeat;
	}
.lineapuntos{
	border-left:1px dashed #999999;
	}
.lineainferior{
	border-bottom:1px solid #999999;
	}
	
.bordetd{
	border:1px solid #EEEEEE;
}
.sep{
	padding:0 10px 0 10px;
}
.sepizq{
	padding-left:10px;
}
.sepderch{
	padding-right:10px;
}
.sepbottom{
	margin-bottom:10px;
}
.fondogris {
	background-color: #B7B7B7;
}
.fondogris2 {
	background-color: #C3C3C3;
}
.fondobeige {
	background-color: #E4E0C5;
}
/*-------------textos-------------*/

.titulo {
	font-size: 18px;
	color: #a8c61e;
	font-weight:bold;
	padding: 50px 0 5px 10px;
}

.subtitulo {
	font-size: 16px;
	color:#333333;
	font-weight:bold;
	padding:5px 0 5px 0;
}

.txtpequegris {
	font-size: 10px;
	color: #5C5C5C;
	text-decoration: none;
}
.txtDest{
	font-size: 11px;
	color:#FF3300;
	}

.txtnverde {
	font-family: verdana;
	font-size: 11px;
	color: #a8c61e;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;
}


.txtnegro {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;
}

