@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#EAEAEA;
}

.cl {
	clear:both;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#0090EF;
	text-align:left;
}

h4 a {
	text-decoration:none;
	color:#0090EF;
}

.costarica {
	font-size:24px;
	color:#8EB936;
	padding-top:30px;
}

#container {
	width:1024px;
	margin:0 auto;
	background:#FFF;
	padding-bottom:20px;
	background:url(images/fondo_cuerpo.gif) left bottom no-repeat #FFF;
}

#header {
	background:#EAEAEA;
	padding-top:10px;
}

#header .home {
	float:left;
	margin:0 4px 0 30px;
	width:32px;
}

/*Empieza css del menu*/

#header .menu {
	margin:0 30px 0 30px;
}

#header .menu ul {
	margin:0;
	padding:0;
}

#header .menu ul li {
	list-style:none;	
	float:left;
	position:relative;
}

#header .menu ul li a {
	text-decoration:none;
	display:block;
	text-align:center;
	width:100px;
	background:url(images/fondo_menu.gif) top no-repeat #FFF;	
	margin-left:5px;
	line-height:30px;
	color:#0090EF;
	font-size:14px;
}

#header .menu ul li:hover a {
	color:#FFF;
	background:#0090EF url(images/fondo_menu_over.gif) no-repeat top;
}

.menu ul li ul {
	display:none;
	width:205px;
	background:#0090EF;
	padding-bottom:15px;
	left:0;
	position:absolute;
	z-index:100;
	top:30px;
	left:5px;
	-moz-border-radius:0 5px 5px 5px;
	padding:0 0 10px 0 !important;
}

.menu ul li:hover > ul{
	display:block;	
	z-index:100;
}

.menu li ul li a {
	width:165px !important;
	padding-left:20px;
	background:url(images/flecha_menu.gif) left no-repeat !important;
	border-bottom:2px dotted #CECECE;
	margin:0 10px 0 10px !important;
	line-height:40px !important;
	text-align:left !important;
	font-size:12px !important;
}

#header .menu ul a:hover {
	color:#000 !important;
}

.menu li ul li a:hover {
	background:url(images/flecha_menu_hover.gif) no-repeat left !important;
	color:#000 !important;
}

.menu li ul li ul {	
	position:absolute;
	left:200px;
	top:0px;
}

/* Termina css del Menu */

#header .sobre_contacto {
	padding:1px 0 0 10px;
	float:left;
}

#header .search {
	float:left;
	font-size:12px;
	margin-left:37px;
	width:240px;
}

#header .search input,span {
	float:left;
	margin-top:3px;
}

#header .search span {
	margin:5px 3px 0 0;
}

#header .search input[type="text"] {
	border:0;
	height:18px;
	width:150px;
}

#header .search input[type="image"] {
	padding:0;
}

/*Contenido Home*/

#contenido {
	
}

#titulo {
	padding:20px 0 10px 70px;
}

#titulo .logo {
	float:left;
	margin-top:3px;
}

#titulo .frases {
	float:left;
	margin:75px 0 0 40px;
}

#titulo .frases h2 {
	font-size:24px;
	color:#8EB936;
	font-weight:normal;
	display:none;
	width:600px;
}

#titulo .frases h2:first-child {
	display:block;
}

#titulo .social {
	float:right;
	width:30px;
	margin-right:40px;
}

#titulo .social a {
	margin-top:10px;
	display:block;
}

#titulo .social a:first-child {
	margin-top:0;
}

#medio {
	border:2px solid #CECECE;
	width:980px;
	margin-left:20px;
}

#medio .banners {
	width:655px;
	margin:20px 0 0 20px;
	float:left;	
	z-index:1;
	position:relative;
	height:255px;
}

#medio .banners .item {
	display:none;
	position:absolute;
}

#medio .banners .item:first-child {
	display:block;
}

#medio .banners .botones {
	position:absolute;
	top:210px;
	right:30px;
	z-index:10;
}

#medio .banners .botones a {
	list-style:none;
	background:#CECECE;
	width:20px;
	cursor:pointer;
	height:25px;
	float:left;
	font-size:18px;
	color:#B8B8B8;
	padding:5px 0 0 10px;
	font-weight:bold;
	margin-left:5px;
	text-decoration:none;
	opacity:0.7;
	filter:alpha(opacity=90);
}

#medio .banners .botones .activeSlide {
	color:#777;
}

#medio .banners .botones a:hover {
	color:#999;
}

#medio .cursos {
	float:right;
	width:280px;
	margin-top:10px;
	padding-right:15px;
}

.cursos strong {
	color:#8EB936;
	font-size:14px;
	padding-bottom:10px;
	display:block;
}

.titulo {
	font-size:24px;
}

#medio .cursos ol {
	margin:0;
	padding:0;
	margin-top:5px;
}

#medio .cursos ol li {
	list-style:none;
	font-size:13px;
	width:280px;
}

#medio .cursos ol li a {
	text-decoration:none;
	border-bottom:2px dotted #CECECE;	
	display:block;
	line-height:35px;
	color:#000;
	background:url(images/flecha_cursos.gif) no-repeat left;
	padding-left:20px;
}

#medio .cursos ol li a:hover {
	color:#0090EF;
	background:url(images/flecha_cursos_over.gif) no-repeat left;
}

#medio .cursos ol li:first-child a:first-child {
	border-top:2px dotted #CECECE;	
}

#principal {
	padding:15px 0 10px 20px;
	font-size:11px;
	width:960px;	
}

#principal .info {
	width:650px;
	float:left;	
	margin-bottom:20px;
}

#principal .info .pag {
	float:left;
	width:295px;
	margin-left:40px;
	text-align:right;
}

#principal .info .pag:first-child  {
	margin-left:0;
}

#principal .info .pag img {
	float:left;
	margin:0 15px 5px 0;
}

#principal .info .pag p {
	margin:10px 0 10px 0;
	text-align:left;
}

#principal .info .paginas {
	width:650px;
}

#principal .info .noticias {
	padding-top:25px;
	width:650px;
}

a.vermas {
	background:url(images/flecha_ver_mas.gif) no-repeat left;
	padding:5px 0 5px 15px;
	text-decoration:none;
	color:#0090EF;
}

a.vermas:hover {
	background:url(images/flecha_ver_mas_over.gif) no-repeat left;
	color:#8EB936;
}

#principal .anuncios {
	float:right;
	width:295px;
}

#principal form {
	padding:32px 0 32px 0;
}

#principal input[type="text"] {
	border:2px #CECECE solid;
	border-right:none;	
	width:180px;
	float:left;
	color:#808080;
	font-size:11px;
	height:16px;
	margin-top:5px;
}

#principal input[type="image"] {
	float:left;
	border:1px solid #CECECE;
	border-left:none;
	margin-top:5px;
}

#principal .anuncios p {
	float:left;
	margin:33px 5px 32px 0;
}

#footer {
	background:#EAEAEA;
	text-align:center;
	width:982px;
	margin:20px 10px 0 20px;
	padding:10px 0 10px 0;
}

#footer ul {
	margin:0;
}

#footer li {
	list-style:none;
	display:inline;
	border-left:2px solid #CECECE;
}

#footer li:first-child {
	border-left:none;
}

#footer li a {
	text-decoration:none;
	font-size:14px;
	color:#808080;
	padding:0 5px 0 5px;
}

#footer li a:hover {
	text-decoration:underline;
	color:#B8B8B8;
}
