/* REDEFINITIONS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#FAFAFA;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}

p {
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:active { 
}

a:hover { 
}

a:link { 
}

a:visited { 
}


h1 {

	color: #003399;
}

h2 {

	color: #003399;
}

h3 {

	font-size: 14px;
	font-weight: normal;
	color: #003399;
	border-bottom: 1px solid #003399;
	margin-top: 30px;
}
LI {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: url(images/new.png);
}


/* MENU */

.menu1 {
	background-color: #CCCCFF;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	/*text-transform: uppercase;*/
}
.menu1active {
	background-color: #003399;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	/*text-transform: uppercase;*/
}
.menu1link {
	color: #003399;
	font-weight: bold;
}
.menu1linkactive {
	color: #FFFFFF;
	font-weight: bold;
}
.menu2 {
	background-color: #E7E7FF;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu2active {
	background-color: #003399;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu2link {
	color: #003399;
	font-weight: bold;
}
.menu2linkactive {
	color: #FFFFFF;
	font-weight: bold;
}


/* PROPIOS */

td.tituloazul {
	width: 182px;
	height: 55px;
	vertical-align: middle;
	text-align: center;
	background-color: #003399;
	border-bottom: white solid 1px;
}

td.tituloamarillo {
	width: 182px;
	height: 55px;
	vertical-align: middle;
	text-align: center;
	background-color: #E3C600;
	border-bottom: white solid 1px;
}

td.tituloverde {
	width: 182px;
	height: 55px;
	vertical-align: middle;
	text-align: center;
	background-color: #00B02E;
	border-bottom: white solid 1px;
}

a.titulo {
	color: white;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.05em;
}

a.titulo:hover {}


.azul {
	background-color: #003399;
}

.amarillo {
	background-color: #E3C600;
}

.verde {
	background-color: #00B02E;
}

.azultexto {

}


.amarillotexto {

}


.verdetexto {

}

.headermain {
	float:left;
	vertical-align:bottom;
}
.clearer {
  clear:both;
  margin:0px;
  padding:0px;
  height:1px;
  border:none;
  background:transparent;
}
.headermenu{
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	vertical-align: top;
}


.curso_texto {

	font-size: 11px;
	border: 1px solid #003399; 
	padding: 10px;
}
.curso_clave {

	color: #003399; 
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
}

.textologin {

	color:#FFFFFF;
	font-size: 9px;
	font-weight: normal;

}