/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("img/line.png") fixed;
	background-position: center;
	background-repeat:repeat-y;
}

/* MENU */
#menu {
	background:#990000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	height: 20px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

/* CONTENT */

#content {
	line-height: 25px;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 5px;
	padding-left: 10px;
}

#content h1 {
	font-size: 13px;
	font-weight: bold;
	background-image: url(img/lineh.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #003300;
	vertical-align: top;
	height: 20px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
}

#content a {
	font-size: 12px;
	color: #006600;
	text-decoration: none;

}

/* SUBMENU */

#subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-left: 10px;
	vertical-align: top;
	height: 25px;

}
#subMenu a {
	color: #999999;
	text-decoration: none;
}


.linkNews {
	font-weight: bold;
	color: #689AB6;
	text-decoration: none;
}
.dataNews {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;

}
.logosUni {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.lineaTitulo {
	height: 1px;
}




.tablaError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border: thin solid #000000;
	line-height: 20px;
}

