body{
        margin:0;
        padding:0;
        background:url('imagenes/fondo.jpg');
        font-family:"Trebuchet MS";
        font-size:12px;
}
#contenedor {
        margin:auto;
        width:780px;
        background-color:#FEFAEE;
        position: relative;
}
#encabezado {
        height:179px;
        padding:21px 0px 0px 0px;
        background:url('imagenes/top.gif');
}
#menu {
        height:20px;
        background:red;
}

#columna1 {
        width:200px;
        float: left;
        margin-top:5px;
        position:relative;
        
}
#columna2 {
        width:570px;
        
        float: right;
        min-height:420px;
        margin:0;
        padding:5px 5px 0px 5px;
}
#pie {
        clear:both;
        height:20px;
        width:780px;
        margin:auto;
        background:#FF9900;
	font-size:11px;
        text-align: center;
}

/* #########FLOTANTE ########*/
#flota{
        margin:5px 0px 10px 10px;
        width:176px;
        height:192px;
        background:url("imagenes/accesorios.gif");
	
}
.title{
       margin:0px 0px 0px 45px;
       font-size:14px;
       color:purple;
}
#opc1{
      width:160px;
      height:150px;
      padding:30px 0 0 4px;
      margin:0px 0 0 4px;
      font-size:11px;

}
#tabla{
      width:554px;
      position:relative;
}
#c1t{
      background:url('imagenes/c1.gif');
      height:7px;
}

#c2t{
      position:relative;
      padding:0px 10px 0px 10px;
      background:url('imagenes/c2.gif');
      width:533px;
}

#c3t{
      background:url('imagenes/c3.gif');
      height:7px;
}
h3{
       font-size:13px;
       color:purple;
       text-align:center;
}
h2{
       font-size:20px;
       color:purple;
       text-align:left;
}
a.mas:link {
	COLOR: #000000
}
a.mas:visited {
	COLOR: #000000
}
a.mas:hover {
	COLOR: #96005e
}
a.mas:active {
	COLOR: #96005e
}

.purpura{
      color: #96005e; 
 }
.verde{
     font-size:12px;
      color:#6CB434;
}
.morado {
	font-weight: bold; 
        font-size:14px;
        color: #96005e; 
        font-style: normal; 
        
}
#marco2{
        border: #ECAE3E 2px solid;
        padding:2px 4px 2px 4px;
        margin-top:4px;
        background:white;
        text-align:justify;
        position:relative;
        float:left;
}