@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	background-image: url(imag/fondo-arriba.gif);
	background-repeat: repeat-x;
}
#slogan {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.3em;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
}
#menu {
	font-family: "Century Gothic", sans-serif;
	color: #CCCCCC;
	margin-left: 35px;
	width: 240px;
	background-image: url(imag/fondo-menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #334259;
	float: left;
}
#cierramenu {
	background-image: url(imag/cierra-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#menu ul li {
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}
#menu ul li ul li {
	font-size: 0.8em;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #EEEEEE;
	margin-top: 20px;
	font-size: 0.8em;
	clear: both;
	float: left;
	width: 880px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	display: inline;
}
#header {
	height: 108px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer hr {
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
h1 {
	font-size: 2em;
	font-family: "Century Gothic", sans-serif;
	color: #334259;
}
h2 {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.6em;
	color: #334259;
	font-weight: normal;
}
p {
	font-size: 0.8em;
}
#menu a {
	color: #CCCCCC;
	text-decoration: none;
}
#logo {
	float: left;
	padding-left: 35px;
}
#container {
	background-image: url(imag/fondo-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	padding-left: 300px;
	padding-right: 10px;
}
#menu a:hover {
	color: #FFFFFF;
}
