/**
 * Copyright © DIKODE
 *
 * Calle Urdaneta 6, bajo
 * 20800 Zarautz - Gipuzkoa
 * N.I.F.: 35773821-N
 * Tlf.: 943 13 00 96
 **/
font
{
	font-family : verdana;
	font-style  : normal;
}
a
{
	text-decoration: none;
	color:           #FFFFFF;
}
a:hover
{
	text-decoration: none;
	color:           #FFFFFF;
}
.manual
{
	text-decoration: none;
	color:           #808080;
}
.manual:hover
{
	text-decoration: none;
	font-weight:     bolder;
	color:           #000000;
}
.MENU
{
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.SECCION
{
	border-bottom:1px solid #e9e9e9;
}
.enlace
{
	text-decoration: none;
	color:           #FFFFFF;
}
.enlace:hover
{
	text-decoration: none;
	color:           #000000;
}
.mail
{
	text-decoration: none;
	color:           #990000;
}
.mail:hover
{
	text-decoration: none;
	color:           #990000;
}
.formulario
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #b5c1d2;
	padding: 0px;
	border: 1px solid #7C7C7C;
}
.idiomas
{
	text-decoration: none;
	color:           #ffffff;
}
.idiomas:hover
{
	text-decoration: none;
	color:           #ffffff;
}
.imagen
{
	border: 2px solid #bd0618;
}