* {
    padding: 0;
    margin: 0;
}

input, select, textarea {
    border: 1px solid #c3daf9;
    margin: 5px 0;
}

#magnifier {
    margin-left: 10px;
}
#magnifier .icon img {
    margin: 0 -2px;
}

.date {
    color: #000;
    margin-right: 10px;
}
#crumbs {
}

body {
    text-align: left;
    color: #000;
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    margin:0;
    padding:0;
    background:#eaeaea;
}

#obj_meta {
    color: #111;
    width: 100%;
    font-size: 12px !important;
    text-align: left;
    border-bottom: solid #6a8ea5 1px;
    padding: 2px 0;
    margin-bottom: 10px;
}

#obj_meta .icon {
    float: right;
    margin: 0 0 3px 5px;
}


img{ border: 0; } 

a {
    text-decoration: none;
    background-color: inherit;
    color: #32526a;
}

a:hover {
    text-decoration: underline !important;
    color: #32526a;
    background-color: inherit;
}

#main a:visited {
    color: #6a325c !important;
    text-decoration: none;
}

#wrap {
    background: #ffffff url(bg950.gif) repeat-y;
    text-align: left;
    padding: 0 20px !important;
    width:950px;
}

/* hack for IE */
#wrap {
    margin: -8px auto;
}

/* IE skips html>body */
html>body #wrap {
    margin: 0 auto;
}

#wrap_n, #wrap_s {
    height: 10px;
    width: 974px;
    margin: 0 auto;
}


#wrap_n {
    clear: both;
    background: url(sombra_sup950.gif) no-repeat;
}

#wrap_s {
    background: url(sombra_inf950.gif) no-repeat;
}

.break {
    clear: both;
}

#header {
    background-position: 0 0;
    margin:0;
    padding: 0;
    width:950px;
    height: 150px;
    background: url(bg_header950.png) no-repeat;
}

#header_top {
    height: 130px;
}

#main_nav {
    width: 100%;
    height: 20px;
    margin:0;
    padding: 0;
}

#main_nav ul {
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
}

#main_nav li {
    list-style: None;
    float: left !important;
    clear: None;
    height: 20px;
    text-align: center;
    border-right: 1px dotted #fff;
}

#main_nav .menuBtn {
    width: 80px;
    color: #1f2637;
    display: block;
    height: 17px;
    font-size: 12px !important;
    padding: 3px 10px 0 10px;
}

#main_nav a:hover {
    text-decoration: underline;
}

#main_nav li a.active {
    background: url(arrow_right.gif) center left no-repeat;
    padding-left: 15px;
}


#extras div.article {
    padding: 10px 0;
    margin-bottom: 5px;
}

/* this breaks IE */
html>body .flashbanner div {
    margin: 0 auto;
}

#banners_sup_container {
    width: 950px;
    margin: 1em auto;
    vertical-align: bottom;
}
#banner_sup-0 {
    float: left;
}
#banner_sup-1 {
    margin-left: 10px;
    float: right;
}

.banner_pie {
    margin: 10px;
    text-align: center;
}

#header_top {
    cursor: pointer;
}

.banner_cab {
    float: right;
    margin: 15px 5px;
    border: 0;
}

div.banner_der {
    text-align: center;
}
div.banner_izq {
    width: 468px;
    margin: 10px auto;
}


#content, #contentwide, #contentfull {
    padding: 0;
}

#main {
    padding: 5px 10px 15px 10px;
}

#main .intro {
    text-align: justify;
}

#colleft {
    margin: 10px 0 0 0;
    padding-right: 10px;
    width: 180px !important;
    float: left;
	border-right: 1px solid #6a8ca5;

}
#colright {
    width: 475px;
    float: right;
}

#content {
    margin: 0px;
    padding-right: 10px;
    width: 680px !important;
    float: left;
	border-right: 1px solid #6a8ca5;

}

#content .title {
    clear: none;
}

#extras {
    float:right;
    width:230px;
}

#footer {
    text-align: center;
    clear: both;
}

#subfooter {
    margin: 20px;
}

#subfooter img{
    margin: 0 10px;
}

#logos {
    border-top: 1px solid #6a8ca5;
    margin-top: 5px;
    padding-top: 10px;
}

#logos img {
    vertical-align: bottom;
    margin-right: 5px;
}

/* searchForm */

.nav_panel {
    display: none;
    border: 1px solid #c3daf9;
    padding: 1em;
    background-color: #fff;
    margin-bottom: 1em;
}

#searchForm {
    text-align: left;
}

/* dateNav  */

.cell_inactive {
    color: #aaa;
}

.cell_active a {
    color: #333;
    text-decoration: underline;
}

#dateNav_cnt .calendar {
    float: left;
    margin: .4em;
}

