@charset "UTF-8";
/* CSS Document */

*{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

body{
	background: url(images/back.jpg) repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:justify;
	color:#333;
	
	
	}
	
	
h1{
	width: 755px;
	height: 92px;
	position: absolute;
	margin: 20px 0px 0px -532px;
	background: url(images/logo_fumix.png) no-repeat;
	text-indent: -5000px;
	z-index: 10;
	left: -1px;	
	
	
	}
	
#header{
	width:960px;
	height:445px;
	position:relative;
	margin:auto;
	
	}
	
 #cuerpo{
	width:960px;
	height:820px;
	position:relative;
	margin:auto;
	
	}
	

 #footer{
	width:960px;
	height:200px;
	position:relative;
	margin:auto;
	
	}
	
	
	
ul.nav {
	list-style: none; /* this removes the list marker */
	 /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin:108px 0px 0px 0px;
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	
}
ul.nav li {
	/*border-bottom: 1px solid #666; /* this creates the button separation */
	
	
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 13px 5px 13px 10px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 200px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	
	color:#167f0e;
	font-size:16px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	/*background-color: #ADB96E;*/
	color: #F00;
	background:url(images/bot.png) no-repeat;
}

li.current{
	
	
	
	
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 200px;
	background:url(images/bot.png) no-repeat;
	
	
	
	}


	

	
	


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */


	text-decoration: none;
	color:#FFF;
}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#F00;
	text-align:justify;
	
	
	
	}
	
	
.rojo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#F00;
	text-align:justify;
	
	
	
	}
	
	
.amarillo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0;
	text-align:justify;
	
	
	
	}
	
.blanco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:justify;
	
	}
	
.menu2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	
	}

.menu2:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0;
	text-decoration:underline;
	
	}
