@charset "iso-8859-1";
body {
  text-align:center;
  background-color : #eeeeee;
  color : #555555;
  font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
  font-size : 11px;
  padding : 0px;
  margin : 0px;
  }
img {
border : 0;
}

.menu {
margin-top: 180px;
}
a, a:visited {
outline : none;
text-decoration : none;
color : #FA7901;
font-weight : bold;
}
a:hover, a:active {
color : #FA7901;
outline : none;
text-decoration : underline;
font-weight : bold;
}
#wrapper {
  width:966px;
  text-align:left; 
  margin-left:auto; 
  margin-right:auto;
  }
#header {
  background : #eeeeee url(../media/cabecera.jpg) no-repeat;
  width:966px;
  height:230px;
  }
#content {
  float:right; 
  width:724px;
  height:450px;
  background-color : #ffffff;
  border-top: 3px solid #FA7901;
  border-right: 1px solid #c3c3c3;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px;
  }
#navigation {
  float:left;
  background : #ffffff url(../media/fondo_menu.jpg) repeat-y top left;
  border-top: 3px solid #FA7901;
  border-left: 1px solid #c3c3c3;
  padding-left: 10px;
  padding-top: 25px;
  width:210px;
  height:450px;
  list-style:none;
  }
  #navigation ul {
    list-style:none;
	margin: 0px;
	padding:0px;
	border:0px;
	}
#navigation li {
	margin-left: 0px;
	padding:2px;
	border:0px;
	}
	
#navigation li a {
	display:block; 
	width:180px;
	padding:4px 0;
	text-decoration:none;
	text-align:left;
	font-size:18px;
	font-family: "Times New Roman";
	color:#000000;
	background-image:url(../media/menu.gif);
	
}
#navigation li a:hover {
	color:#fffffe;
	font-weight: bold;
	background-position:bottom;
}
#footer {
  clear:both;
  width:966px; 
  padding-top:5px;
  text-align:center;
  border-top: 1px solid #c3c3c3;
  background-color:#eeeeee;
  }
#left {
  float:left;
  }
#right {
  float:right;
  }
#footer  .pie , .pie:visited{
outline : none;
text-decoration : none;
color : #555555;
font-weight : normal;
}
#footer  .pie:hover, .pie:active {
outline : none;
text-decoration : underline;
color : #555555;
font-weight : normal;
}
.slogan{
  padding-left:230px; 
  padding-top:75px; 
  color : #ffffff;
  }
