@charset "utf-8";
/* CSS Document */
body, html{
height:100%;
}
* {
	padding: 0;
	margin: 0 auto;
}
#menu {
background-color:#F4EFE6;

}


#fondo {
height:auto;
margin:auto;
width:100%;
background:url(../file/fondo.jpg) #4476BD no-repeat ;
}
#todo {
	width:799px;
	margin:0 auto;
	width:100%;
	height:100%;
	
	
	}
#header {
  width:799px;
  height:auto;
  margin:0 auto;
  padding:0;
  background:#F4EFE6;
}

#bajo {
  width:799px;
  height:auto;
  margin:-3px auto 0 auto;
  padding:0;
  background:#F4EFE6;
}

.menuserv {
  height:auto;
  width:150px;
  float:left;
}

.mimenuserv {
	height:auto;
	background:#F4EFE6;
	text-align:center;
	font-size:8pt;
	float: left;
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0px;
	width: 150px;
}

#mimenuserv li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:33px;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
#mimenuserv a {
	/*background: #014a8f;*/
	border-bottom:1px solid #006600;
	color: #006600;
	display: block;
	margin: 0;
	padding: 6px 6px;
	text-decoration: none;
}
#mimenuserv a:hover {
	background:url(../archivos/hover.gif) left center no-repeat;
	color: #E49A1F;
	padding-bottom: 8px;
}

#contenedor_text {
  width:550px;
  height:100%;
  margin:0 0 0 0;
  float:left;
  background:#F4EFE6;
 
}



