/*CSS para seccion tarifas*/
#tarifas{
width:670px;
background-image:url(../imagenes/fondo-tarifas.jpg);
background-repeat:no-repeat;
margin:10px 10px 30px 10px;
}
#tarifas a{
padding-left:20px;
text-decoration:none;
color:#000000;
background-image:url(../imagenes/OKflecha.gif);
background-repeat:no-repeat;
background-position:0px 2px;
}
#tarifas a:hover{
color:#FF6600;
}
.contenedor_dcha{
clear:both;
border-bottom:1px solid #CCCCCC;
margin-bottom:20px;
}
/*tarifas*/

.cabecera_interior h1 {
font-size:18px;
}
.cabecera_interior {
float:left;
height:auto;
width:280px;
margin-bottom:20px;
}

.cabecera_exterior{
float:right;
width:400px;
background-color:#CCCCCC;
}
.cabecera_exterior h1 {
font-size:18px;
}
.ext_izq{
float:left;
}
.ext_der{
float:right;
}

.cuerpo{
clear:both;
}
.precio{
color:#000000;
font-size:24px;
}
