@charset "UTF-8";
/* CSS Document */
html {
	background-color: #ededed;
}

body {
	background-color: #FFFFFF;
	background-image: url(../img/html-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}



#background {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif, Arial;
	margin: 0px;
	background-image: url(../img/body2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#header {
	height: 90px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
	padding-left: 25px;
}

#header-links {
	float: right;
	width: 650px;
	margin-top: 35px;
}

#header-links a {
	color: #666666;
	padding-bottom: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ccc;

}

#header-links a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/a.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#container-imagen {
	background-color: #FFFFFF;
	background-image: url(../img/imagen-principal.jpg);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding: 9px;
	height: 400px;
	width: 900px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 15px #333333;
	-moz-box-shadow: 0px 0px 15px #333333;
	khtml-box-shadow: 0px 0px 15px #333333;
	filter: shadow(color=#333333, direction=135, strength=0);
}

#container-interior {
	background-color: #FFFFFF;
	padding: 0px;
	width: 998px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 15px #333333;
	-moz-box-shadow: 0px 0px 15px #333333;
	khtml-box-shadow: 0px 0px 15px #333333;
	filter: shadow(color=#333333, direction=135, strength=0);
	font-size: 14px;
	color: #666666;
}

#container-interior span {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../img/span.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	clear: both;
	float: none;
	width: 918px;
}

#container-interior img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px #CCCCCC;
	-moz-box-shadow: 0px 0px 15px #CCCCCC;
	khtml-box-shadow: 0px 0px 15px #CCCCCC;
	filter: shadow(color=#CCCCCC, direction=135, strength=0);
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}

#container-interior h2 {
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: -1px;
	background-color: #666666;
	display: block;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(../img/h2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-shadow: 1px 1px 1px #111111;
}

#container-interior h3 {
	font-size: 18px;
	color: #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

#container-interior h4 {
	font-size: 14px;
	color: #333333;
}
#container-interior strong {
	font-weight: normal;
	color: #000000;
}

#footer {
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	padding: 18px;
}

#footer-content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

