/* ELEMNTS */
body {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
}
a.menulink:link, a.menulink:visited {
	color: White;
	text-decoration: none;
}
a.menulink:hover, a.menulink:active {
	color: Black;
	text-decoration: underline;
}
/* CLASSES */
.menu {
	border: 1px solid White;
	border-collapse: collapse;
}
.menutitulo {
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-align: center;
}
.menulink {
	font-size: 10px;
	font-weight: normal;
	color: White;
}
.menutitlink {
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.tituloazul {
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.titulover {
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	background-color: #3366FF;
	height: 30px;
}
.titulonegro {
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.link1 {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.link2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.link3 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* IDS */
#marcogeneral {
	margin: auto;
	width: 780px;
	border: 1px solid Black;
}
#barratitulo {
	margin: 0;
	/*border: 1px solid Black;*/
	height: 80px;
	background-color: #3366FF;
	background-image: url(images/barra.jpg);
	background-repeat:  no-repeat;
}

#barrapie {
	margin: 0;
	/*border: 1px solid Black;*/
	height: 27px;
	background-color: #3366FF;
	text-align: right;
}
.txt_curpo_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
	clip: rect(auto,auto,auto,auto);
}.examen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

