@charset "utf-8";
/* CSS Document */
body, html{height:100%;width:100%;margin:0;}
.total_wrapper{height:100%}
h1{
margin:0;
padding:0;
font-size:17px;
color:#d23740;
}
/*div que contiene el logo de parisina encima de los estados*/
#titulo_estados{
float:none;
clear:both;
display:block;
position:relative;
top:0px;
left:-350px;
margin:0;
width:180px;
/*border:1px solid #000;*/
}
/*muestra el div con los estados del lado izq*/
.estados{
float:left;
display:inline;
margin:40px 0 0 3%;
padding:0;
overflow:auto;
height:480px;
width:200px;
}
.estados ul{
margin:0;
padding:0;
list-style-type:none;
text-align:left;
}
.estados ul li{font-size:9px;}
/*global que muestra el lado derecho con la info de tiendas*/
#tiendas{
width:730px;
height:490px;
color:#000;
float:left;
display:inline;
overflow:hidden;
border-left:1px solid #6093c1;
margin:0px 0 0 2%;
padding:0;
text-align:center;
/*overflow:auto;*/
background:url(../img_web/fondo_tiendas.gif) no-repeat center;
border:1px solid #000;
}
/**/

/**/
#tiendas img{margin:30px auto 0 auto;}
.boton{
width:150px;
height:20px;
text-align:center;
border:none;
color:#333;
cursor:pointer;
margin:2px 3px 0 0;
text-align:left;
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
background:none;
}
.boton:hover{color:#0066FF;}
form{margin:0;padding:0;}
.descripcion{
text-align:center;
height:70px; 
border-bottom:1px solid #d23740; 
border-left:1px solid #d23740; 
border-right:1px solid #d23740;
}
.tabla_sucursales{
height:600px;
width:1000px;
padding:30px 0 0 0;
display:block;
background:#fff;
border:1px solid #000;
}
#foto-tienda{
width:480px;
float:right;
height:400px;
margin:0;
padding:0;
}
/*div que muestra la tienda seleccionada dspues del select*/
#info-tienda{
width:730px;
float:left;
margin:0;
padding:0;
height:400px;
border-top:1px solid #06F;
/*background:url(../img_web/fondo_tiendas.gif) no-repeat center;*/
}
/*div que muestra los detalles como direccion de la tienda*/
#tienda-detalle{width:150px;float:left;}
#texto-info{
margin:10px 0 0 10px;
padding:0;
text-align:left;
list-style-type:none;
font:12px "Trebuchet MS", Helvetica, sans-serif;
}
#texto-info li{margin-bottom:5px;}