/*Programación Iván Serrano Gutierrez - Createk Costa Rica - www.createkcr.com*/
*{
	margin:0;
	padding:0;
}

body{
	background:#fff url(bg_main.jpg) center top repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

a, a:link, a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#777;
}

ul{
	list-style-type:none;
}

h1{
	font-size:28px;
}

h2{
	font-size:22px;
}

dl{
	margin:15px;
	padding:5px;
}

dt{
	margin:5px;
	font-size:16px;
	color:#06c;
	font-weight:bold;
}

dd{
	margin:5px;
	color:#f30;
}

/*Principal*/

#container{
	width:1000px;
	margin:0 auto;
	background:#fff url(bg_main.jpg) repeat-x;
	border-top:none;
}

/*Encabezado*/

#header{
	background:url(bg_header.jpg) top center no-repeat;
	height:204px;
}

/*Logo*/
#header .left_head{
	float:left;
}

#header .left_head h1{
	padding:28px 0 0 66px;
}

#header .left_head a, #header .left_head a:visited, #header .left_head a:link, #header .left_head img{
	border:none;
}

/*Menu y leyenda*/

#header .right_head{
	float:right;
	width:510px;
	padding:80px 66px 0 66px;
}

#header .right_head ul{
	list-style-type:none;
	border:3px solid #000;
	border-right:none;
	border-left:none;
	padding:5px 0 5px 0;
	font-size:18px;
	text-align:center;
}

#header .right_head li{
	display:inline;
	padding:8px;
}

#header .right_head p{
	text-align:right;
	float:right;
	font-size:22px;
	color:#fffffe;
	padding:20px 0 0 0;
}

#header .right_head a, #header .right_head a:visited, #header .right_head a:link{
	text-decoration:none;
}

#header .right_head a:hover{
	text-decoration:underline;
	color:#ffffef;
}

/*Flash*/

#flash{
	clear:both;
	margin:0 auto;
}

/*Cuadros links*/

#content{
	padding:30px 0 0 0;
	height:274px;
}

#content h2 a, #content2 h2 a{
	text-decoration:none;
}

#content img, #content2 img{
	border:none;
}

#content .linker, #content2 .linker{
	width:208px;
	height:233px;
	background:url(cuadro.jpg) no-repeat;
	text-align:center;
	font-size:14px;
	float:left;
	margin:0 18px 0 16px;
}

#content .linker_a{
	background:url(avisos.jpg) no-repeat;
	width:208px;
	height:233px;
	margin:0 18px 0 16px;
	float:left;

}

#content .linker h2, #content .linker_a h2, #content2 .linker h2{
	padding:17px 0 0 0;
	text-align:center;
}

#content .linker p, #content2 .linker p{
	padding:5px 10px 5px 10px;
}

#content .notibox{
	padding:5px 0 0 0;
	margin:5px 15px 5px 15px;
	text-align:left;
}

#content .news{
	padding:0 0 10px 0;
}

#content2{
	clear:left;
	background:url(cuadro2.jpg) no-repeat;
	height:229px;
}

#content2 .linker{
	background:none;
}

/*Pie de pagina*/

#footer{
	clear:both;
	height:214px;
	background:#aaa url(bg_footer.jpg) center bottom repeat-x;
}

#foot{
	width:1000px;
	margin:0 auto;
	height:214px;
	background:#aaa url(bg_foot.jpg) center no-repeat;
}

#foot .minilinks{
	float:left;
	padding:90px 15px 0 15px;
}

#foot .creditos{
	float:right;
	text-align:right;
	padding:90px 15px 0 15px;
}

/*dd Menu*/
#dropmenudiv{
position:absolute;
font-size:12px;
z-index:30;
margin:7px 0 0 0px;
padding:10px 0 10px 0;
border:1px dashed #fff;
font-weight:bold;
text-align:center;
}

#dropmenudiv a{
width: 100%;
display: block;
padding:5px 0 5px 0;
}

#dropmenudiv a:hover{ 
background:#09f;
color:#fff;
}
