
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
    background-color:#fff;
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
}

#_top {
	padding:0px;
	margin:0;
	text-align:center;
	color:#fff;
}

#leftcol { 
	float:left;
	width:18em;  /* for IE5/WIN */
	width:15.5em; /* actual value */
    background-color:#fff;
}
#rightcol{
	float:right;
	width:22em;  /* for IE5/WIN */
	width:17em; /* actual value */
}

#pie {
	clear: both;
}

.docs {
	list-style:none !important;
	list-style-type : none !important; 
	list-style-image : none !important;
	display:inline;
}
#subcontenido .docs li {
	list-style-image : none !important;
	background: none;
	display: table-row;
}
#subcontenido .docs li img {
	vertical-align:middle;
}

#logotipos ul {
	background-color: #FFF;
}
