@charset "utf-8";
/* CSS Document */
#generalcontainer {
width:800px;
border:2px solid #000000;
align:center;
position:absolute;
margin-left:50%;
left:-400px;
}
#cabecera {
width:800px;
height:80px;
background-color:#0c2345;
color:#ffffff;
text-decoration:none;
font-size:24px;
}
#cabecera2 {
width:800px;
height:22px;
background-color:#f6d653;
color:000000px;
}

#parteizquierda{
	width:414px;
	height:255px;
	background-image:url(../images/planoA.jpg);
	float:left;
}

#partederecha {
width:386px;
height:255px;
background-image:url(../images/desde.jpg);
float:right;
}
#tablaprecios {
width:800px;
height:347px;
float:left;
background-image:url(../images/tablaprecios.jpg)
}
#planos{
width:800px;
height:190px;
float:left;
background-image:url(../images/planos.jpg)
}
#logo{
width:800px;
height:107px;
float:left;
background-image:url(../images/logo1.jpg)
}

