@charset "utf-8";
/* CSS Document */
body {
margin-top: 0px;
font-size: 12px;
font-family: "Trebuchet MS", "Courier New", "Verdana";
}
 body a {

text-decoration: none;/*quito el subrayado en todos los enlaces*//*text-shadow: red -1pt 1pt;sombra del texto y distancia*/
letter-spacing:2px;/*espacio entre letras*/
word-spacing: 5px;
font-weight:700;/*texto en negrita*/
font-size:14px;
text-indent: 5px;
width:auto;
margin-top:5px;
float:left;
}
body a:hover {
text-decoration:underline;
color:#FF9900;
}
.todo {/*centrado de la página*/
width: 850px;
position:absolute;    
left:50%;   
margin-left:-425px;
}
.cabecera {
background: url(images/logo.jpg) no-repeat;
width:849px;
height:48px;
}
.menu{
height:25px;
}
.img1 a{
color:#F30;
}

.img2 a{
color:#09F;
}
.img3 a{
color:#0C6;
}
.img4 a{
color:#FC0;
}
.img5 a{
color:#93C;
}
.linea {
height: 3px;
border: 3px;
background-color: #FF9900;
width:849px;

}
.contenido{
height:480px;
background-image:url(images/bolsas-shopping-club.jpg);
background-repeat:no-repeat;
background-position:bottom;
margin:5px 0 5px 0;
}
.texto{
float:left;
width:500px;
height:auto;
}
.form{
text-align:right;
float:left;
width:100px;
width:auto;
margin-left:30px;
}
.publi{
width:130px;
height:480px;
background-color:#09F;
float:right;
background-position:bottom;
}
.info{
border:#0099FF 1px solid;
width:300px;
height:90px;
margin:120px 0 0 200px;
padding-top:15px;
background-color:#FFFFFF;
text-align:center;
color:#0099FF;
}
.info p{
line-height: 90%;
}
.info a{
width:300px;
text-align:center;
font-size:12px;
margin-top:0;
}
.usuario
{
	width: 15ex;
}
.password
{
	width: 10ex;
}
.comentario
{
	background: none;
}

