@charset "utf-8";
body {
	background-color: #307AAB;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	overflow: auto;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color:#000000;
}
h1 {
	font-size: 20px;
}
#flashcontent {
	margin: 0px;
}

#mainNav {
	float: left;
	width:25%;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#mainnav a {
	text-decoration: none;
	color: #FFFFFF;	
}
#mainNav a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#requerimiento {
	color: #333333;
	background-color: #FF7171;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	padding:4px;
}
#bodyCont {
	clear: right;
	width: 75%;
	float:right;
}

