﻿body
{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea{resize:none;}
.filas
{
	background-color: #FFFFFF;
}
.filas:hover
{
	background-color: #DDDDDD;
}
.textonegro
{
	color: black;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
.textoblanco
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.textorojo
{
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
.textoazul
{
	color: #387f9b;
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
}
.textogris
{
	color: #5e5e5e;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
.textogris:hover
{
	color: #a9a9a9;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#TablaListado th
{
	border-width:1px; 
	border-color:#DDDDDD; 
	border-style:solid; 
	background-color:#f6f6f6;
}
#TablaListado th a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #007f9b;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#TablaListado td
{
	border-width:1px; 
	border-color:#DDDDDD; 
	border-style:solid; 
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
.cabeceras
{
	font-family: Arial, Helvetica, sans-serif;
	color: #007f9b;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
.titulotabla
{
	color: #112233;
	font-size: 130%;
	font-weight: bold;
}
.cajatexto
{
	color: #000000;
	font-size: 110%;
	border-width: 1px;
	border-style: solid;
}

input[type="text"], input[type="textarea"]
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 110%;
	font-weight: normal;
	border: 1px #FFFFFF solid;
	background-color: #FFFFFF;
	border-bottom-color: #747474;
	border-right-color: #747474;
	border-top-color: #747474;
	border-left-color: #747474;
}

input[type="reset"], input[type="button"], input[type="submit"]
{
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	background-color: #EBEBEB;
	border-left-color: #acacac;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #acacac;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #acacac;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #acacac;
	border-right-width: 1px;
	border-right-style: solid;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	background-color: #CAD0CA;
	border-left-color: #acacac;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #acacac;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #acacac;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #acacac;
	border-right-width: 1px;
	border-right-style: solid;
	text-decoration: underline;
}
