/*
-----------------------------------------------------------------------------------------
textos
-------------------------------------------------------------------------------------- */
#textoContenedor {
width:680px;
margin: 0 0 0 0;
padding:0;
height:auto;
min-height: 400px;
height: auto !important;
height: 400px;
}

#vender {
width:440px;
margin-bottom:15px;
margin-left:220px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:justify;
}
#vender p{
margin:10px 0 0 0;
}
#vender h3{
width:440px;
height:30px;
margin:0 0 10px 0;
background:#333333 url("imagenes/vender.jpg") no-repeat top left;
}
#vender a{font-weight:bold; color:#333333;}
#vender a:HOVER{font-weight:bold; background-color:#CCCCCC; color:#333333;}