@charset "utf-8";
.creditos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}

.linea01 {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.cita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}
.txt02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
}
.txt03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D90000;
	text-align: center;
}
.txt04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #D90000;
	text-align: center;
}


.txt01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.linea02 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.imagesniveles {
	margin-left: 15px;

}
.encabezado01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	letter-spacing: 5pt;
	text-align: right;
}
.parrafo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 20px;
	line-height: 18px;
}
.descargas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.listado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: decimal;
	margin-right: 10px;
	margin-left: 20px;
	list-style-position: outside;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	letter-spacing: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}




.encabezado02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
/*Menu principal */

#pointermenu{
	margin: 0;
	padding: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: black;
}

#pointermenu ul{
	margin-left: 15px; /*menu offset from left edge of window*/
	float: right;
	padding-left: 8px;
	background-color: black; /*optional left round corner*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-image: url(pics/leftround.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1px;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-image: url(pics/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

#pointermenu ul li a#rightcorner{
	padding-right: 0;
	padding-left: 2px; /*optional right round corner*/
	background-image: url(pics/rightround.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*Menu Lateral */

#myform{ /*CSS for sample search box. Remove if desired */
	float: right;
	margin-top: 2px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#myform .textinput{
	width: 190px;
	border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

.markermenu{
	list-style-type: none;
	padding: 0;
	width: auto;
	border: 1px none #9A9A9A;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.markermenu li a{
	background: white url(pics/arrow-list.gif) no-repeat 2px center;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #B5B5B5;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 120px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #FFFF66;
background-image:url(pics/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
