/*
Copyright: Mauricio Moreira Guzmán
Centro de Gestión Tecnológica, Área UNAWEB, Universidad Nacional, 
http://www.una.ac.cr/unaweb
*/

body {
  text-align: center;
  background: #ffffff;
  margin-top:0px;
  margin-bottom:10px;
}


A:link {
	COLOR: #005598; text-decoration: none
}
A:visited {
	COLOR: #005598; text-decoration: none
}
A:active {
	COLOR: #9933CC; text-decoration: none
}
A:hover {
	COLOR: #d1282d; text-decoration: underline
}

#page_wrapper {
  	margin-left: auto; 
  	margin-right: auto;
  	width: 780px;
  	text-align: left;
  	background: #FFFFFF;
	height: 271px;}

#page_header {
  	height: 270px;
  	background: #ffffff url('../img/encabezado.jpg') top right no-repeat;
  	clear: both;
	width: 780px;}

#menu_bar {
  	height: 8px;
	position: absolute;
	top: 8em;}


#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 23px;
  float: left;
  width: 400px;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: normal;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
padding-right:15px;
  color: #EFEFEF;
  text-decoration: none;
border-right: 0px #fff solid;
padding-top: 10px;
overflow: auto;}

#menu_bar ul li a:hover
{
  
  color: #f5e600;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  border: 1px #000000
}

#right_side {
  margin-top:5px;
  	float: right;
  	width:160px;
	border-left: 1px #cfcbca dotted;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #005598;
  padding:4px;
  border: 1px #d1d1d1 solid;
  background-color: #e0dfe3
 
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:548px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #005598;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px #e0dfe3 dotted;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #ececec;
  border: 1px #e0dfe3 solid;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #7d7d80;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 60px;
  background: #005598 url('../img/rbottom.png') no-repeat bottom right;
  clear: both;
}


#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}