body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #5D7A27;
}
table.MenuBar {
	background-image:  url(images/MenuBar04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.MenuBar12 {
	background-image:  url(images/MenuBar12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgContenidos {
	background-image: url(images/bgContenidos.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottom {
	background-image: url(images/BottomLayout.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
p.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E5581;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
table.sub {
	background-color: #B4C2D3;
	border: 1px solid #D6E8FD;
	
}
table.sub td {
	border-bottom: 1px solid #D6E8FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	width: 170px;
	height: 20px;
}
a.subnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06203E;
	text-decoration: none;
	text-align: left;
	width: 210px;
	height: 20px;
	padding-top: 3px;
	padding-left: 7px;
	font-weight: bold;
	display: block;
}
a.subnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-left: 7px;
	font-weight: bold;
	width: 210px;
	height: 20px;
}
a.subnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395309;
	text-decoration: none;
	text-align: left;
	background-color: #D6E8FD;
	padding-top: 3px;
	padding-left: 7px;
	font-weight: bold;
	width: 210px;
	height: 20px;
	display: block;
}
a.subnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06203E;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-left: 7px;
	font-weight: bold;
	width: 210px;
	height: 20px;
}

/*CSS Links Carreras*/

a.carreras:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7A27;
	text-decoration: none;
	text-align: justify;
	padding-left: 0px;
}
a.carreras:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
a.carreras:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7A27;
	text-decoration: underline;
	text-align: justify;
}
a.carreras:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7A27;
	text-decoration: none;
	text-align: justify;
}
input.textBox {
    border: 1px solid #124072;    
	font-family: Arial, geneva, sans-serif;
    font-size: 12px;    
    color: #000000;
	vertical-align: top;
	margin: 0;
	padding: 2px 2px 0 4px;  
	height : 19px;
	width : 147px;
}
input.button {
	background-color: #184475; 
	width: 50px;
	border-style: outset; 
	border-top: 1px solid #9A9A9A; 
	border-left: 1px solid #9A9A9A; 
	border-right: 1px solid #9A9A9A; 
	border-bottom: 1px solid #9A9A9A; 
	color: #FFFFFF; 
	font-family: Arial, geneva, sans-serif;
	font-size: 11px
}
textarea {
    border: 1px solid #124072;    
	font-family: Arial, geneva, sans-serif;
    font-size: 12px;    
    color: #000000;
	vertical-align: top;
	padding: 2px 2px 0 4px; 
	width: 250px;
	height: 100px;
}
.SelectBox {
	border: 1px solid #124072;    
	font-family: Arial, geneva, sans-serif;
    font-size: 12px;    
    color: #000000;
	width : 147px;
}
.img_hide {
    display: none;
}