﻿@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondoweb.png);
	background-color: #DADADA;
	background-repeat:  repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;


}
.borde1 {
	border: 1px solid #CCCCCC;
}
.borde2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.verdana15negrita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
}
.fondomenu {
	background-image: url(imagenes/menu.png);
}

.vermapa {
	color: #0000FF;
	font-weight: bold;
}
.verdana11azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
}
.calibri15rojonegrita {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #AC0404;
}
.verdanaroja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #AC0404;
}
.calibri18azul {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00A0C6;
}
.titulogranderojo {
	font-size: 24px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #AC0404;
}
A:visited  {color: #AC0404; text-decoration: none}
A:link  {color: #AC0404; text-decoration: none}
A:active  {color: #AC0404; text-decoration: none}
A:hover   {cursor: #AC0404; color: #C0FFC0; background-color: lightslategray; text-decoration: none}

