/*
 * style/blue-style.css
 * Author: Pablo Yanez Trujillo */

/* content div style */
#content
{
	padding-top: 0px;
	position: relative;
	border-width: 4px;
	border-style: double;
	border-color: #0065ff;
	left: 15%;
	width: 70%;
	background-color: #ffffff;
	color: #000000;
}

#general_title
{
	margin-top: 0px;
	padding-top: 0px; 
	padding-bottom: 10px;
	margin-bottom: 0px;
	position: relative;
	text-align: center;
    color: #ffffff;

	background: #2d59ff;

	border-color: #2d59ff;
	border-style: outset;
	border-width: 5px;
	border-bottom-style: none;
}

#menu
{
	padding-bottom: 5px;
	position: relative;

	border-color: #2d59ff;
	border-style: outset;
	border-width: 5px;
	border-top-style: none;

	background-color: #2d59ff;
	color: white;
}

#menu_selected
{
	width: 20%;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;

	border-right-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;

	font-size: 150%;

	background-color: #234ad2;
	color: #ffffff;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content h2
{
	color: #000077;
}
