A:link {color: #2E9AFE; text-decoration: none}
A:visited {color: #2E9AFE; text-decoration: none}
A:active {color: #2E9AFE; text-decoration: none}
A:hover {color: #A9D0F5; text-decoration: none}

.menulink:link {color: #9E9FB5; text-decoration: none}
.menulink:visited {color: #9E9FB5; text-decoration: none}
.menulink:active {color: #9E9FB5; text-decoration: none}
.menulink:hover {color: #9E9FB5; text-decoration: none}
.menulink {color: #9E9FB5; text-decoration: none}

body {
	margin:0px;
	padding:0px;
	border: 0px;
	
	width: 100%;
	height: 100%;
	}
	
.title {
	color: #FFF;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	}

.header {	
	position: absolute;
	top: 0px;
	left: 0px;
	min-width:1024px;
	width: 100%;
	height: 160px;	
	padding: 0px;
	margin: 0px;
	
	background-color: #083070;
	background-position: center;
	background-image: url("http://personales.upv.es/jmanjon/scienceart_ftd-700x270_2.jpg");
	#border: 1px solid red;
	
	font-family: Arial;
	text-align: center;
	
    box-shadow: 0px 0px 3px #000;
        -moz-box-shadow: 0px 0px 3px #000;
        -webkit-box-shadow: 0px 0px 3px #000;
	}

.frame {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;	
	padding: 0px;
	margin: 0px;
	
	#background-color: green;
	#border: 1px solid red;
	}
	
.content {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1024px;
	width: 100%;
	height: 100%;
	color: #444;
	
	
	#background-color: grey;
	#border: 1px solid red;
	}
.content_page {
	color: #444;
}
	
.left_bar {
	#position: relative;
	float: left;
	width: 20%;
	height: 100%;
	#padding-top: 10px;
	text-align: center;
	
	#border: 1px solid black;
	
	#background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	#background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	#background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	#background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
	#background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	#background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	#filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=1 ); /* IE6-9 */
	}

.right_content {
	#position: relative;
	float:left;
	width: 80%;
	height: 100%;
	padding: 0px;	
	
	
	#border: 1px solid red;
	}

.header_content {
	position: relative;
	width: 100%;
	height: 160px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	
	#border: 1px solid green;
	
	font-family: Arial;
	color: #EEE;
	text-shadow: 0px 0px 5px #000;
	}
	
.menu {
	position: relative;
	width: 180px;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	
	text-align: left;
	font-family: Arial;
	
	#border: 1px solid black;
	}
	
.menu_item {
	position: relative;
	width: 100%;
	height: auto;
	padding: 2px;
	margin-top:7px;
	
	color: #9E9FB5;
	
	#border: 1px solid red;
	}
	
.menu_item:hover {
	position: relative;
	width: 100%;
	height: auto;
	padding: 2px;
	margin-top:7px;
	
	color: #FFF;
	background-color: #BBB;
	
	cursor:pointer; cursor:hand;
	
	#border: 1px solid red;
	}
	
.menu_item:link {color: #9E9FB5; text-decoration: none}
.menu_item:visited {color: #9E9FB5; text-decoration: none}
.menu_item:active {color: #9E9FB5; text-decoration: none}

.menu_item_selected{
	position: relative;
	width: 100%;
	height: auto;
	padding: 2px;
	margin-top:7px;
	
	color: #88D;
	font-weight: bold;
	
	#border: 1px solid red;
	}
	
.submenu {
	position:relative;
	width:auto;
	margin-bottom: 20px;
	padding-left: 10px;
	
	display: none;
	
	#border: 1px solid red;
	}
	
.submenu_item {
	position:relative;
	width:auto;
	margin-top: 7px;
	
	#border: 1px solid green;
	
	font-family: Arial;
	font-size: 11pt;
	color: #888;
	}
	
.submenu_item:hover {
	position:relative;
	width:auto;
	margin-top: 7px;
	
	#border: 1px solid green;
	
	cursor:pointer; cursor:hand;
	
	font-family: Arial;
	font-size: 11pt;
	text-decoration: underline;
	color: #888;
	}
	
.submenu_item_selected {
	position:relative;
	width:auto;
	margin-top: 7px;
	
	#border: 1px solid green;
	
	font-family: Arial;
	font-size: 11pt;
	text-decoration: underline;
	color: #888;
	}
	
.body_content {
	position: relative;
	width: 100%;
	height: 75%;
	
	
	
	#border: 1px solid blue;
	}
	
.content_page{
	position: relative;
	width: auto;
	height: 100%;
	padding-right:15px;

	text-align: justify;
	
	font-family: Arial;
	font-size: 10pt;
	margin-right: 50px;
	color: #000;
	}
	
.plus {
	float: right;
	padding-right: 70px;
	margin: 0px;
	}
