/*---------------------------------------------------------------------------*/
/* BODY		                                                           */
/*---------------------------------------------------------------------------*/
body		{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	border: 0px;
	
	overflow: visible;	/* SI NO PONEMOS ESTO, FALLA AL IMPRIMIR EN FIREFOX */
	//overflow: auto;		/* IE no detecta los comentarios con dos barras y por lo tanto los ejecuta (chapuza). Necesario para que salga la barra desplazable vertical */
	}
	
body,table,tr,td,th,div { font-size: 8pt; }
	
.imgborder {
	border: 1px solid #7F2828;
	padding: 2px;
	margin: 4px;
}


.galeryborder {
	border: 1px solid #000000;
}


.vpuntos{
	background-image: url("img/v_line.gif");
	background-repeat: repeat-y; background-position: center top;
}

.tsmall {
	text-align: center;
	font-family: verdana;
	color: #175740;
	font-size: 11px;
	font-weight: bold;
}

.tbig {
	text-align: right;
	font-family: verdana;
	color: #175740;
	font-size: 18px;
	font-weight: bold;
}

.titulos {
	font-family: Arial;
	color: #175740;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}


	
	
/*---------------------------------------------------------------------------*/
/* LINK		                                                             */
/*---------------------------------------------------------------------------*/

a:link, a:active, a:visited, a:hover { color: #7F2828; text-decoration: none; }
a:hover { color: #175740; }
a img { vertical-align: middle; }

a.volver:link	{  color: #175740; font-weight: none; font-size: 10px; text-decoration: none; font-style: italic; }
a.volver:active	{  color: #175740; font-weight: none; font-size: 10px; text-decoration: none; font-style: italic; }
a.volver:visited	{  color: #175740; font-weight: none; font-size: 10px; text-decoration: none; font-style: italic; }
a.volver:hover	{  color: #7F2828; font-weight: none; font-size: 10px; text-decoration: none; font-style: italic; }

a.menu_top { 	
	padding: 2px 15px 2px 15px;
	font-size: 8pt;
	text-align: center;
}

a.menu_top:hover { 
	color: #cc0000;
	background-color: #ffffff;
	border-color: #f2fbd2 #a7c73a #a7c73a #f2fbd2;
}


a.boton_v { display: block;
	
	padding: 3px 4px 3px 4px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	
	border-width: 1px;
	border-style: solid;
	background-color: #fdfdfd;
	border-color: #ffffff #ddcea6 #ddcea6 #ffffff;

}

a.boton_v:hover{ display: block;
	color: #cc0000;
	
	background-color: #d9c8b6;
	border-color: #dacfc4 #98734e #98734e #dacfc4;
}










/*---------------------------------------------------------------------------*/
/* FORMULARIOS		                                                             */
/*---------------------------------------------------------------------------*/
form	{ margin: 0px 0px 0px 0px; }
input	{ vertical-align: middle; }

.form		{
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	
	background-color: #F7F7F7;
	border: 1px solid #C6C7C6;
	padding: 1px 4px 1px 4px;
}


.formobli	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000
}


.pie_pagina {
	line-height: 27px;
	font-size: 9px;
	text-align: center;
	height: 38px;
}


.main_fondo {
	background-image: url("img/fondo_main.gif");
	background-repeat: no-repeat; background-position: center top;
}