﻿body
{
	background: #2b7126;
	background-image: url(images/fondo.gif); 
	font-size: 62.5%;
}
.links_portada
{
	font-family: Times;
	font-size:11pt;
	color:#6EA756;
	font-weight:normal;
	line-height: 13pt;
}
.enlace_portada
{
	font-family: Times;
	font-size:11pt;
	color:#415c65;
	font-weight:normal;
	line-height: 13pt;
}
.enlace_portada_activo
{
	font-family: Times;
	font-size:11pt;
	color:#2b7126;
	font-weight:normal;
	line-height: 13pt;
}
a
{
	text-decoration:none;
}
a:link
{
	font-family: Times;
	font-size:9pt;
	color:#2b7126;
	font-weight:bold;
}
a:active
{
	font-family: Times;
	font-size:9pt;
	color:#2b7126;
	font-weight:bold;
}
a:visited
{
	font-family: Times;
	font-size:9pt;
	color:#2b7126;
	font-weight:bold;
}
.cabecera
{
	font-family: Arial, Verdana;
	font-size:8pt;
	color:#2b7126;
	font-style:normal;
	line-height: 14pt;
}
.pie
{
	font-family: Arial, Verdana;
	font-size:8pt;
	color:#ffffff;
	font-style:normal;
	font-weight:normal;
	line-height: 14pt;
	text-decoration: none;
	text-align: center;
}
.texto
{
	font-family: Verdana;
	font-size:8pt;
	color:#000000;
	font-style:normal;
	text-align:justify;
}
.texto_nospan
{
	font-family: Verdana;
	font-size:8pt;
	color:#000000;
	font-style:normal;
}
td.portada
{
	background: url(images/portada_fondo.jpg);
}
.titulo
{
	font-family: Times;
	font-size:14pt;
	text-transform:uppercase;
	color:#2b7126;
	font-style:normal;
	font-weight:normal;
}
.subtitulo
{
	font-family: Arial, Verdana;
	font-size:14pt;
	color:#415c65;
	text-transform:capitalize;
	font-weight:normal;
	line-height: 14pt;
}
.fondoCelda
{
	background-color:#6EA756;
}
.fondoCelda2
{
	background-color:#6EA7f6;
}
input[type=text], [type=password]
{
    background-color: #BFBDBD;
    border:solid 1px #BFBDBD;
    color: #555;
    height: 20px;
    padding-left:10px;
    box-shadow: 2px 2px 0 #828181 inset;
    font-family: Arial, Verdana;
    font-size: inherit;
}
textarea
{
    background-color: #BFBDBD;
    border:solid 1px #BFBDBD;
    color: #555;
    height: 70px;
    padding-left:10px;
    width: 200px;
    box-shadow: 2px 2px 0 #828181 inset;
    font-family: Arial, Verdana;
    font-size: inherit;
}
select
{
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
    background-color: #BFBDBD;
	border: 1px solid #AAA;
	color: #555;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	font-family: Arial, Verdana;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.telefonocabecera
{
	font-family: Arial, Verdana;
	font-size:13pt;
	color:#2b7126;
	font-style:normal;
	font-weight:bold;
}
