@charset "utf-8";
/* CSS Document */


#wrapper {
	width: 990px;
	margin-top: 140px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	font-size: 100%;
}

#slider {
	width: 990px;
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #004b83;
}

.scroll {
	height: 210px;
	width: 990px;
	overflow: visible;
	position: relative;
	clear: both;
	background-attachment: scroll;
	background-color: #eeeded;
}

.scrollContainer div.panel {
	height: 210px;
	width: 510px;
	padding-top: 40px;
	padding-right: 380px;
	padding-bottom: 15px;
	padding-left: 100px;
}

#shade {
	height: 3px;
	background-color: #8B8B8B;
	background-position: 0 0;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

ul.navigation li {

	margin-right: 10x;
	margin-left: 10px;
}

ul.navigation a {
	color: #eeeded;
	text-decoration: none;
	padding-top: 23px;
	padding-right: 19px;
	padding-bottom: 23px;
	padding-left: 19px;
}

ul.navigation a:hover {
	background-color: #023960;
}

ul.navigation a.selected {
    background-color: #023960;
}

ul.navigation a:focus {
	outline: none;
	font-size: 18px;
}

.scrollButtons {
    position: absolute;
    top: 2px;
    cursor: pointer;
}

.scrollButtons.left {
	left: 0px;
	overflow: scroll;
	visibility: visible;
	position: absolute;
	top: 0px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}
.recuadro {
	height: 260px;
	width: 300px;
	position: absolute;
	float: right;
	left: 688px;
	top: -10px;
	background-image: url(images/uno.png);
	background-repeat: no-repeat;
}

.recuadro1 {
	height: 259px;
	width: 300px;
	position: absolute;
	float: right;
	left: 688px;
	top: 1px;
	background-image: url(images/dos.png);
	background-repeat: no-repeat;
}
.recuadro2 {
	height: 259px;
	width: 300px;
	position: absolute;
	float: right;
	left: 688px;
	top: 1px;
	background-image: url(images/tres.png);
	background-repeat: no-repeat;
}.link  a{
	color: #CC393A;
	text-decoration: none;
}
.link a:hover {
	text-decoration: none;
	color: #333;
}
.panel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
.link {
	color: #006ab3;
	text-decoration: none;
}
