@charset "utf-8";
/* CSS Document by Kibo Studios */

*{
margin: 0;
padding: 0;
}

body {
font-family: Tahoma, Arial, Helvetica;
background: url(img/body_back.gif) repeat-x top #e6f5ff;
}

#close_divs{
clear:both;
height:0px;
}

#header{
background: url(img/header/background.png) no-repeat left top;
height:170px;
width: 967px;
margin: auto;
margin-top: 20px;
}

#header img{
margin-top: 20px;
margin-left: 30px;
margin-bottom: 15px;
}

/*MENU*/
.menu_wrap{
width: 925px;
height: 40px;
margin:auto;
padding: 0px 10px 0px 10px;
text-transform:uppercase;
background:url(img/header/menu_back.png) repeat-x;
}

.menu_wrap li{
display:inline;
font-size: 12px;
line-height: 40px;
list-style:none;
}

.menu_wrap li a{
display:block;
float: left;
margin-left: 10px;
color:#d9d9d9;
font-weight:normal;
padding: 0px 15px 0px 0px;
text-decoration:none;
background:url(img/header/lines.gif) right no-repeat;
}

.menu_wrap li a:hover{
color:#FFFFFF;
}

.menu_wrap li.item_selected a, .menu_wrap li.item_selected a:hover{
color:#FFFFFF;
font-weight:bold;
}

/* Content Wrap */
#content {
background: url(img/content_back.png) repeat-y left;
width: 892px;
margin: auto;
padding:10px 40px 15px 35px;
}

#content_close{
background: url(img/content_close.png) no-repeat left bottom;
height:15px;
width: 967px;
margin: auto;
}

#iso_wrap{
background:url(img/sidebar/logo_iso.gif) no-repeat bottom left;
}

/* SideBar */
#sidebar{
width: 185px;
float:left;
}

.sb_top{
width: 153px;
padding-left: 32px;
padding-top: 8px;
height:22px;
color:#FFFFFF;
font-weight:normal;
font-size: 12px;
background:url(img/sidebar/top.gif) no-repeat left;
}

.sb_content{
background:url(img/sidebar/content.gif) repeat-y left;
padding: 0px 8px 0px 8px;
}

.sb_content ul{
margin:0;
padding:0;
}

.sb_content li{
list-style:none;
border-bottom: 1px #e6e6e6 solid;
}

.sb_content a{
text-decoration:none;
font-size: 11px;
color: #777777;
font-weight: bold;
display:block;
padding: 5px 0px 5px 0px;
}

.sb_content a:hover{
color: #477da1;
}

.sb_content .item_selected a, .sb_content .item_selected a:hover{
font-weight: bold;
color:#0c65a0;
}

.sb_content .no_border{
border: none;
}

.sb_bottom{
background:url(img/sidebar/bottom.gif) no-repeat left top;
height: 15px;
margin-bottom: 15px;
}
/* Real Conent*/
#content_real{
width: 680px;
float:right;
font-family: Arial, Helvetica, sans-serif;
}

#content_real h1{
font-size: 18px;
font-weight: bold;
color:#006699;
padding-bottom: 5px;
margin-bottom: 8px;
border-bottom: 1px #e8e8e8 solid;
}

#content_real p {
color:#333333;
font-size: 12px;
line-height: 18px;
margin-bottom: 8px;
text-align: justify;
}

#content_real .img_l, #content_real .img_r{
padding: 5px;
border:#CCCCCC 1px solid;
background:#FFFFFF;
margin-top: 3px;
}

#content_real .img_l{
float:left;
margin-right: 10px;
}

#content_real .img_r{
float:right;
margin-left: 10px;
}

#content_real ul{
color:#333333;
font-size: 12px;
line-height: 18px;
margin-bottom: 8px;
text-align: justify;
padding-left: 20px;
}

#content_real ol{
color:#333333;
font-size: 12px;
line-height: 18px;
margin-bottom: 8px;
text-align: justify;
padding-left: 28px;
}

/* Footer */

#footer {
width: 967px;
margin: auto;
}

#footer p{
padding-top: 15px;
font-size: 10px;
text-align:center;
margin-bottom: 10px;
}

#footer strong{
color:#006699;
}

#footer a{
color:#333333;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}
.lista {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 12px;
	line-height: normal;

}
.subtitulo {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.resaltado {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.color {
	color: #006699;
}
.pequeña {
	font-size: 9px;
}

