@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic", sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(imag/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	text-align: center;
}
h1 {
	color: #E20A17;
	font-size: 1.8em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.4em;
	color: #333333;
	text-align: left;
	margin: 0px;
}

h3 {
	font-size: 1em;
	text-align: left;
}
p {
	font-size: 0.8em;
	text-align: left;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#idiomas {
	text-align: right;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 20px;
}
#idiomas a {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo {
	padding-top: 30px;
	padding-left: 50px;
	float: left;
	padding-right: 60px;
}
#menu {
	margin-left: 0px;
	width: 200px;
	padding-left: 0px;
	float: left;
}
#abremenu {
	background-image: url(imag/fondo-menu-sup.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 72px;
}
#centromenu {
}
#centromenu ul {
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 135px;
}
#centromenu {
	margin-left: 0px;
	background-image: url(imag/fondo-menu-centro.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}
#centromenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#centromenu a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#cierramenu {
	background-image: url(imag/fondo-menu-inf.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 69px;
}
#centromenu ul {
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#centromenu ul li {
	font-weight: normal;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 10px;
}

#footer {
	background-image: url(imag/fondo-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 165px;
	padding-bottom: 10px;
	font-size: 0.8em;
	color: #FFFFFF;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
#sellogarantia {
	font-size: 0.7em;
	color: #999999;
}
