
.tituloPantalla {
	font-family: verdana;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 20px;
}

.sombraTituloPantalla {
	font-family: verdana;
	color: rgb(128,128,128);
	font-weight: bold;
	font-size: 20px;
}

.sloganCabecera {
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.sloganCabeceraResaltado {
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
}

.sloganMenu {
	font-family: verdana;
	color:rgb(234,234,255);
	font-weight: normal;
	font-size: 10px;
}

.menu1 {
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.menu2 {
	font-family: verdana;
	color: white;
	font-weight: normal;
	font-size: 12px;
}

.textoPie {
	font-family: verdana;
	color: rgb(234,234,234);
	font-size: 10px;
}

.textoPie {
	font-family: verdana;
	color: rgb(234,234,234);
	font-size: 10px;
}

.textoEMail {
	font-family: arial;
	font-weight: bold;
	color: rgb(0,102,255);
	font-size: 14px;
}

.textoEnlaceSimple {
	font-family: arial;
	color: rgb(0,102,255);
	font-size: 14px;
}

.textoEnlaceSimple1 {
	font-family: arial;
	color: rgb(0,102,255);
	font-size: 10px;
}

.texto1 {
	font-family: verdana;
	color: rgb(255,255,255);
	font-weight:bold;
	font-size: 16px;
}

.texto2 {
	font-family: verdana;
	color: rgb(234,234,234);
	font-weight:bold;
	font-size: 14px;
}

.texto3 {
	font-family: verdana;
	color: rgb(234,234,234);
	font-size: 13px;
}

.texto3neg {
	font-family: verdana;
	color: rgb(234,234,234);
	font-weight:bold;
	font-size: 13px;
}

.texto4 {
	font-family: verdana;
	color: rgb(234,234,234);
	font-size: 10px;
}

.texto5 {
	font-family: verdana;
	color: rgb(234,234,234);
	font-size: 9px;
}

.textoEnlace {
	font-family: verdana;
	color: rgb(153,0,0);
	font-weight: bold;
	font-size: 13px;
}

.filaTablaOscura{
	background-color:rgb(200,200,230);
}

.cabeceraTablaDatos {
	font-family: verdana;
	color: rgb(32,32,32);
	font-weight:bold;
	font-size: 13px;
	cell-spacing: none;
	cell-padding: none;
	background-color:rgb(250,250,250);
	border-bottom:1px solid rgb(32,32,32);
}

.tablaDatos {
	font-family: verdana;
	color: rgb(32,32,32);
	font-size: 13px;
	font-weight:normal;
	cell-spacing: none;
	cell-padding: none;
	background-color:rgb(250,250,250);
}

.pieFoto {
	font-family: Verdana;
	color: rgb(60,60,60);
	font-weight: bold;
	font-size: 10px;
}

.textoPieFoto {
	font-family: Arial;
	color: rgb(100,100,100);
	font-size: 10px;
}

.recuadro {
	border-left: red solid 2px;
	border-right: red solid 2px;
	border-top: red solid 2px;
	border-bottom: red solid 2px;
}

.lineaVertical {
	border-left: red solid 2px;
}

.lineaHorizontal {
	border-top: red solid 2px;
}

.iconoBoton{
	border:0;
	background-color:transparent;
}

.fondoCuerpo{
	background-color:rgb(0,0,101);
	background-image:url(..\imagenes\FondoCuerpo.jpg);
	background-repeat:repeat-y;
}

.fondoMenu{
	background-color:rgb(0,0,101);
	background-image:url(..\imagenes\FondoMenu.jpg);
	background-repeat:repeat-x;
}

.fondoPantallaRelieve{
	background-image:url(..\imagenes\Fondo_gris.jpg);
	background-color:rgb(222,218,221);
}


.cabeceraAgenda{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:15;
	font-weight:bold;
	text-decoration: underline;
}

.lineaAgenda{
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10;
}

.tablaHojaEtiquetas{
	background-color:rgb(250,250,250);
	border-top:solid black 1px;
	border-left:solid black 1px;
}

.celdaHojaEtiquetas{
	border-bottom:solid black 1px;
	border-right:solid black 1px;
}

.boton{
	background-color:transparent;
	border:solid rgb(0,102,255) 1px;
	font-family:arial;
	text-align:center;
	color: rgb(0,102,255);
	font-weight:bold;
	font-size: 10px;
}