#IZQUIERDA {
	width: 700px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#DERECHA {
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#BANNERS1 {
	width: 700px;
	height: 220px;
}

#BANNERS1_1 {
	float: left;
}

#BANNERS1_2 {
	float: right;
}

#DESTACADOS {
	text-align:center;
}

.servicioIZQ {
    float:left;
    width: 340px;
    margin-bottom: 20px;
    border: 1px solid #99CCCC;
}

.servicioDER {
    float:right;
    width: 340px;   
    margin-bottom: 20px;
    border: 1px solid #99CCCC;           
}

.servicioIZQimg {
    position: relative;
    float: left;
    z-index: 2;   
    margin-right: 10px;
  
}

.servicioIZQtxt {
    position: relative;
    z-index: 1;
    top: -1px;   
    right: -1px;
    padding-top: 2px;
    padding-left: 10px;       
    padding-bottom: 5px;    
    padding-right: 10px;   
    background-image: url(../images/servicioIZQhead.gif);
    background-repeat: no-repeat;
}

.servicioDERimg {
    position: relative;
    float: right;
    z-index: 2;   
    margin-left: 10px;
  
}

.servicioDERtxt {
    position: relative;
    z-index: 1;
    top: -1px;   
    left: -1px;
    padding-top: 2px;
    padding-left: 10px;       
    padding-bottom: 5px;    
    padding-right: 10px;   
    background-image: url(../images/servicioDERhead.gif);
    background-repeat: no-repeat;
}

.servicioDERtxt p {
    text-align: right;

}

.cajaIZQ {
	float:left;
	width: 340px;	
	margin-right: 20px;
	margin-bottom: 20px;	
}

.cajaDER {
	float:left;
	margin-bottom: 20px;		
}


.caja p{
	padding: 3px 5px 3px 10px;
}

.caja ul {
	padding-left: 5px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	line-height: 16px;
}

ul.home {
	margin: 5px 15px 5px 15px;
	list-style-type: square;
}
