@charset "utf-8";
/* CSS Document */

body {
	background-color: #003CD4;
	background-repeat: repeat-x;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px auto;
	background-image: url(../img/bg.gif);
}
a {
	color:#0FA84D;
	text-decoration: none;
}
a:hover{
	color:#004080;
	text-decoration: none;
}
H1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	color: #3399FF;
	margin-top: 2px;
	text-align: left;
}
H2 {
	font-size: 19px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 2px;
	color: #7dc0ff;
	margin-bottom: 2px;
	text-align: left;
}
H3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	color: #000000;
	margin-bottom: 2px;
	text-align: left;
}
H4 {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	color: #000000;
	margin-bottom: 2px;
	text-align: justify;
	font-weight: normal;
	margin-right: 10px;
}
H5 {
	font-size: 12px;
	margin-left: 2px;
	margin-top: 2px;
	color: #FFFFFF;
	margin-bottom: 2px;
	text-align: justify;
	font-weight: bold;
	margin-right: 2px;
	vertical-align: middle;
	padding-left: 5px;
}
#textfooter {
	font-size: 10px;
	margin-left: 2px;
	margin-top: 2px;
	color: #FFFFFF;
	margin-bottom: 2px;
	text-align: justify;
	font-weight: normal;
	margin-right: 2px;
	vertical-align: middle;
}
#texttable {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
	color: #FFFFFF;
	margin-bottom: 2px;
	text-align: justify;
	font-weight: normal;
	margin-right: 2px;
	vertical-align: middle;
	padding-left: 5px;
}
#texttable2 {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
	color: #000000;
	margin-bottom: 2px;
	text-align: justify;
	font-weight: normal;
	margin-right: 2px;
	vertical-align: middle;
	padding-left: 5px;
}
/* IMG */
.arrow {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
	left: 0px;
	margin-bottom: 2px;

}
.arrow2 {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
	left: 0px;
	margin-bottom: 15px;

}
.img {
	background-color: #FFFFFF;
	border-color: #003CD4;
	border-width: 3px;
	border-style: solid;
	margin: 5px;

}
.img2 {
	margin-top: 0px;

}
/* TABLE */
#tablem {
	font-size: 12px;
	border-top-color: #FFFF00;
	border-top-style: solid;
	border-top-width: 5px;
	background-color: #000000;
	border-bottom-color: #FFFF00;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	width: 100%;
}
/* MENU */
#menuh {
	font: bold 100%;
	margin-left: 0px;
	font-size: 12px;
}

#menuh ul, li {
	list-style-type: none;
	}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 1px 13px 1px 13px;
	text-align: left;
	border-right: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	text-transform: uppercase;
}
#menuh a#first {
	border-left: none 0px;
}
#menuh a#last {
	border-right: none;
}
#menuh a:hover {
	background: #0075EA;
}
#menuh a#lenguaje {
	border-right: none;
	border-left: 2px solid #FFFFFF;
	background-color:#0C853D;
	margin-left: 12px;
}
#menuh a:hover#lenguaje {
	background: #0075EA;
}
#myTableId {
	background-repeat: no-repeat;	
}
/* MENU-SW*/
#menuhsw {
	font: bold 100%;
	margin-left: 0px;
	font-size: 12px;
}

#menuhsw ul, li {
	list-style-type: none;
	}

#menuhsw ul {
	margin: 0;
	padding: 0;
}

#menuhsw li {
	float: left;
}

#menuhsw a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 1px 8px 1px 8px;
	text-align: left;
	border-right: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	text-transform: uppercase;
}
#menuhsw a#first {
	border-left: none 0px;
}
#menuhsw a#last {
	border-right: none;
}
#menuhsw a:hover {
	background: #0075EA;
}
#menuhsw a#lenguaje {
	border-right: none;
	margin-left: 11px;
	margin-right: 0px;
	border-left: 2px solid #FFFFFF;
	background-color:#0C853D;
}
#menuhsw a:hover#lenguaje {
	background: #0075EA;
}
