body {
	background-image: url(../img/fondo3.gif);
	background-color: #9AA884;
	margin: 0px;
}
.clearer {
	clear: both;
}
#contenedor {
	background-color: #FFFFFF;
	margin: auto;
	height: auto;
	width: 790px;
	border: 3px solid #8FB834;
}
#header {
	width: 775px;
	margin: auto;
	height: 65px;
	background-color: #FFFFFF;
}
#header #logo {
	height: 110px;
	width: 105px;
	position: relative;
	top: -8px;
}
#header  #logoEV {
	height: 45px;
	width: 280px;
	float: right;
	padding-top: 20px;
	padding-right: 390px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*NavBar*/
.menu1 {
	margin:auto;
	list-style:none;
	height:35px;
	background-color: #FFF;
	background-image: url(../img/fdoNavBar.gif);
	width: 690px;
	text-align: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}


.menu1 ul {
	text-align: right;
}
.menu1 li {
	float:left;
	text-align: right;
	text-transform: uppercase;
	height: auto;
	width: auto;
}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
.menu1 li a b {
	display:block;
	padding:0 16px 0 8px;
}
.menu1 li.current a {
	color:#fff;
}
.menu1 li.current a b {

}
.menu1 li a:hover {
	color:#fff;
	background-color: #6E9410;
	background-image: url(../img/fdoNavBarOn.gif);
}
.menu1 li a:hover b {
	background-image: url(../img/fdoNavBarOn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu1 li.current a:hover {
	color:#fff;
	cursor:default;
	background-color: #6E9410;
	background-image: url(../img/buttonOn.jpg);
}
.menu1 li.current a:hover b {
	background-image: url(../img/buttonOn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



/* Horizontal Carousel */
#horizontal_carousel {
	width: 775px;
	height: 305px;
	border:1px solid #FFFFFF;
	margin: auto;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#horizontal_carousel .container {
	position:relative;
	width: 774px;
	overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 200000px;
	position: relative;
	top: 0;
	left: -1px;
	height: 280px;
}                      

#horizontal_carousel ul li {
	width: 155px;
	height: 279px;
	text-align: center;
	list-style:none;
	float:left;
}

#horizontal_carousel .buttons{
	display:block;
	clear:both;
	height: 32px;
	background-color: #FFF;
}
#horizontal_carousel .previous_button {
	float:left;
	width: 45px;
	height: 26px;
	z-index: 100;
	cursor: pointer;
	background-image: url(../img/arrowPrev.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_over {
	background-image: url(../img/arrowPrev.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_disabled {
	cursor: default;
}

#horizontal_carousel .next_button {
	float:right;
	width: 45px;
	height: 26px;
	z-index: 100;
	cursor: pointer;
	background-image: url(../img/arrowNext.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button_over {
	background-image: url(../img/arrowNext.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button_disabled {
	cursor: default;
}

/*SLIDER*/
.fdoPrg {
	padding: 0;
	margin: 0px;
	border: 0;
}
.fdoPrg {float: left;}
.fdoPrg div {margin: 0; padding: 0;}
.fdoPrg img.foto {
	border-top-width: 8px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.fdoPrg a {
	text-decoration: none;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	display: block;
}
#fdoPrg1 a {
	background-color: #4f81bd;
	color: #fff;
}
#fdoPrg1 a:hover {
	background-color: #A8C0DF;
}
#fdoPrg1 a:hover img.foto {
	border-top-color: #8EAED5;
}
#fdoPrg2 a {
	background-color: #C0504E;
	color: #fff;
}
#fdoPrg2 a:hover {
	background-color: #E8BEBD;
}
#fdoPrg2 a:hover  img.foto {
	border-top-color: #D78E8C;
}
#fdoPrg3 a {
	background-color: #9BBB58;
	color: #fff;
}
#fdoPrg3 a:hover {
	background-color: #E4ECD5;
}
#fdoPrg3 a:hover  img.foto {
	border-top-color: #D6E2BC;
}
#fdoPrg4 a {
	background-color: #8064A1;
	color: #fff;
}
#fdoPrg4 a:hover {
	background-color: #DAD2E3;
}
#fdoPrg4 a:hover  img.foto {
	border-top-color: #C9BDD7;
}
#fdoPrg5 a {
	background-color: #4AACC7;
	color: #fff;
}
#fdoPrg5 a:hover {
	background-color: #B7DDE8;
}
#fdoPrg5 a:hover  img.foto {
	border-top-color: #99CFDF;
}
#fdoPrg6 a {
	background-color: #F79846;
	color: #fff;
}
#fdoPrg6 a:hover {
	background-color: #FCDBBC;
}
#fdoPrg6 a:hover  img.foto {
	border-top-color: #FBCFA8;
}
#fdoPrg7   a {
	background-color: #AD7494;
	color: #fff;
}
#fdoPrg7   a:hover {
	background-color: #F2DCDB;
}
#fdoPrg7   a:hover   img.foto {
	border-top-color: #EAC5C4;
}
#fdoPrg8  a {
	background-color: #B7D505;
	color: #fff;
}
#fdoPrg8  a:hover {
	background-color: #F5FEC5;
}
#fdoPrg8  a:hover  img.foto {
	border-top-color: #EFFDA2;
}
#fdoPrg9  a {
	background-color: #DC4443;
	color: #fff;
}
#fdoPrg9  a:hover {
	background-color: #F4CACA;
}
#fdoPrg9  a:hover  img.foto {
	border-top-color: #F1B6B6;
}
#fdoPrg10  a {
	background-color: #9E9471;
	color: #fff;
}
#fdoPrg10  a:hover {
	background-color: #E7E3DA;
}
#fdoPrg10  a:hover  img.foto {
	border-top-color: #D7D2C4;
}
#fdoPrg11  a {
	background-color: #45BA97;
	color: #fff;
}
#fdoPrg11  a:hover {
	background-color: #BEE7DB;
}
#fdoPrg11  a:hover  img.foto {
	border-top-color: #A0DCCA;
}
#fdoPrg12  a {
	background-color: #BA3CF0;
	color: #fff;
}
#fdoPrg12  a:hover {
	background-color: #E3AFFA;
}
#fdoPrg12  a:hover  img.foto {
	border-top-color: #DB98F8;
}
		
#FdoInf {
	height: 34px;
	width: 757px;
	text-align: right;
	background-color: #e9f4c8;
	color: #8BBB17;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/Fdo-Convocatoria.jpg);
}

#footer {
	background-color: #302f16;
	height: 110px;
	width: 779px;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/ev_fdoFooter.jpg);
	background-repeat:  no-repeat;
	background-position: right;
}
#footer a {
	color: #7d7465;
	text-decoration: none;
}
#footer a:hover {
	color: #C2BDB4;
	text-decoration: none;
}
#footer a.currentFoot      {
	color: #A9A294;
}
#footer p{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7d7465;
	margin: 0px;
	line-height: 1.5;
}
#footer  #fSup {
	height: 35px;
	width: auto;
	padding-top: 5px;
	padding-right: 130px;
	text-align: right;
}
#footer  #fSup p{
	letter-spacing: 0px;
	font-size: 10px;


}
#footer  #fInf {
	height: auto;
	width: auto;
}
	#footer  #fInf #direcc{
	height: 47px;
	width: 570px;
	float: right;
	margin-top: auto;
	margin-right: 100px;
	margin-bottom: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(../img/ev_fdoDirecc.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 0px;
	background-position: right;
	}
#contenedor #footer #fInf #direcc img {
	padding-top: 9px;
}

#footer #fInf .backto {
	display:block;
	float:left;
	height: 25px;
	width: 44px;
	background-image: url(../img/ev_up.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 20px;
}
.colorDirecc {
	color: #A9A294
}
