@charset "utf-8";
/* CSS Document */

body{

margin:0px;}

.contenedor{
width:809px;
height:auto;
margin-top:0px;
margin-left:auto;
margin-right:auto;

}

.home{
width:777px;
height:615px;
float:left;

}

.borde_izq{
background-image:url(../images/barra_izq.jpg);
background-repeat:repeat-y;
width:16px;
height:615px;
float:left;

}

.borde_der{
background-image:url(../images/barra_der.jpg);
background-repeat:repeat-y;
width:16px;
height:615px;
float:left;

}

