/*@CHARSET "UTF-8"; */

@charset "Latin1";

<!--

.container {
        width: auto; 
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 40px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 20px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	padding-bottom: 6px;
	color: #000;
	background-image: url(../imagenes/Circle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* code for presentation purpose (CSS preview) */

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        background: #eeeeee;
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}
.linea_vertical {
		border-style:solid;
		border-color: #48A4FF;
		z-index:100000;
		right:1em;
	    border-width:0px 3px 0px 3px;
	    padding:30px;
	    top:1em;
	    bottom:1em;
		height:100%;
        /*Lo agregué yo, ver si falla */
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 20px;	    
        /*Lo agregué yo, ver si falla */
	

}
.wrapper {
   width: 960px;  /*fixed width */
   margin: 0 auto; /* center */
}
