@charset "windows-1252";
/* CSS Document */
body{margin: 0 auto; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #333; background: #fff;}

h1{color: #5f73ae; margin: 0px; padding: 0px; margin-bottom: 6px; display: block; text-align: left; font-size: 22px;}

a{color: #5f73ae; text-decoration: none;}
a:hover{color: #889cea; text-decoration: underline;}

.cuerpo{display: block; margin: 0 auto; width: 900px; clear: both; margin-bottom: 10px;}
.cabeza{display: block; height: 125px; clear: both; background: url(images/head.jpg) right top no-repeat;}
#logo{width: 354px; height: 118px; background: url(images/logo.png) no-repeat; display: block; float: left;}

.bxslider{height: 410px; width: 880px; display: block; clear: both; overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #6578c3; margin: 0px; }
.bxslider ul{margin: 0px; padding: 0px;}
.bxslider li{display: block; height: 410px; margin: 0px; padding: 0px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.bxstatic{height: 225px; width: 665px; display: block; overflow: hidden; background: #6578c3; margin: 0px; float: right; margin-bottom: 10px;}

.graycontent{width: 665px; display: block; overflow: hidden; background: #ececec; margin: 0px; float: right;}
.graycontent span{display: block; padding: 12px; text-align: left;}


.menu{width: 230px; float: left; display: block; height: 410px; z-index: 1000; background: #6578c3; margin-left: 3px;}
.menu a{display: block; margin: 0px; padding: 0px; height: 40px; clear: both; padding-left: 36px; font-size: 9pt; color: #fff; font-weight: bold; text-align: left; text-decoration:none; background:url(images/menu.jpg) top;}
.menu a:hover{background:url(images/menu.jpg) bottom; color: #bdeaff;}
.menu a span{display: block; padding-top: 15px; text-shadow: 1px 1px 1px #333; letter-spacing: 1px;}
.menu a.active{background:url(images/menu.jpg) bottom; color: #bdeaff;}

#menuhome{margin-top: -447px; position: absolute; }

.bloque{width: 400px; padding: 22px; float: left; margin-right: 12px; background: #ececec; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: justify; margin-bottom: 12px;}

.footer{display: block; width: 900px; margin-top: 15px; padding: 10px; border-top: 1px solid #CCC; font-size: 8pt; text-align: center; margin: 0 auto; color: #999; margin-bottom: 10px;}


.boton{display: block; font-size: 7pt; text-align: center; padding: 5px; width: 80px; background: #6578c3; color: #fff; font-weight: bold; margin: 0 auto; margin-top: 10px;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.boton:hover{background: #36bbf9; text-decoration: none; color: #fff;}

.botones{display: block; clear: both; margin-top: 10px; margin-bottom: 10px; text-align: center;}
.botones a{display: inline-block; margin: 10px; padding: 12px; text-align: center; font-size: 13pt; color: #fff; text-transform: uppercase; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background: #4599E8);
background: -moz-linear-gradient(top,  rgba(169,200,229,1) 0%, rgba(69,153,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,200,229,1)), color-stop(100%,rgba(69,153,232,1)));
background: -webkit-linear-gradient(top,  rgba(169,200,229,1) 0%,rgba(69,153,232,1) 100%);
background: -o-linear-gradient(top,  rgba(169,200,229,1) 0%,rgba(69,153,232,1) 100%);
background: -ms-linear-gradient(top,  rgba(169,200,229,1) 0%,rgba(69,153,232,1) 100%);
background: linear-gradient(to bottom,  rgba(169,200,229,1) 0%,rgba(69,153,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c8e5', endColorstr='#4599e8',GradientType=0 );

}

.botones a:hover{background: #5068c4; text-decoration: none;}
.botones a.active{background: #5068c4; text-decoration: none;}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: auto;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: auto;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}

.items{margin: 0px; padding: 0px; list-style: none; text-align: center;}
.items li{display: inline-block; padding: 8px; background: #e1e6f7; color: #647abe; font-size: 10pt; font-weight: bold; text-align: center; margin: 3px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border: 2px solid #fff;}
.items li:hover{background: #cdd5f2;}