﻿/* Clases Generales*/
body{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
}
a,a:active, a:visited, a:visited:active{
	text-decoration: underline;
	color: #B9D305;
}
a:hover {
	text-decoration: underline;
	color: #DDFA16;
}
/* Estilos */
.cabecera
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 120%;
	font-weight: bold;
	padding-left: 10px;
}
.textonegro
{
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size: 120%;
	font-weight: normal;
	text-decoration:none;
}
.textoblanco
{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:120%;
	font-weight:normal;
}
.textorojo
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 120%;
	font-weight: normal;
}
.textoverde
{
	font-family:Arial, Helvetica, sans-serif;
	color:#B9D305;
	font-size:120%;
	font-weight:normal;
}
.textoamarillo
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 120%;
	font-weight: normal;
}

.textogris
{
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 120%;
	font-weight: normal;
}
.textoazul
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-size: 120%;
	font-weight: normal;
}
.piedefoto
{
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 100%;
	font-weight: normal;
}
table.informacion{
	border-collapse:separate;
	border-color:black;
	border-style:solid;
	border-width:1px;
}
td.verde{
	background-color: #B9D305;
	text-align:left;
	color: white;
}

td.verdecentro{
	background-color: #B9D305;
	text-align:center;
	color: white;
}

td.gris{
	background-color: #EEEEEE;
	color: #000000;
}

td.blanco{
	background-color: #FFFFFF;
	color: #000000;
}
td.amarillo{
	background-color: #FFFF99;
	color: #000000;
}

td.pie{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}
.boton, a.boton, a.boton:visited, .submit, button, 
input[type="submit"], input[type="submit"]:visited, input[type="button"], input[type="button"]:visited{

                border: 1px #B9D305 outset;
                font-family: Arial,Helvetica,sans-serif;
                font-style: normal;
                font-variant: normal;
                font-size: 130%;
                padding: 2px;
                padding-top: 2px;
                line-height: normal;
                color: #000000;
                letter-spacing: normal; /*text-transform: uppercase;*/;
                background-color: #B9D305;
                font-weight:bold;


}
input[type="submit"][disabled]:hover{
	border: 1px #000000 outset;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 130%;
	padding: 2px;
	padding-top: 2px;
	line-height: normal;
	color: #FFFFFF;
	letter-spacing: normal; /*text-transform: uppercase;*/;
	background-color: #CCCCCC;
	font-weight: bold;
}

.boton:hover, a.boton:hover, a.boton:hover:visited, .submit:hover, button:hover, 
input[type="submit"]:hover, input[type="submit"]:visited:hover, input[type="button"]:hover, input[type="button"]:visited:hover{
          
  			    border: 1px #B9D305 inset;	
                font-family: Arial,Helvetica,sans-serif;
                text-decoration:underline;
                font-style: normal;
                font-variant: normal;
                font-size: 130%;
                padding: 2px;
                padding-top: 2px;
               	line-height: normal;
                color: #FFFFFF;
              	letter-spacing: normal; /*text-transform: uppercase;*/;
                background-color: #829403;
                font-weight:bold;
}