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


* {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#515151;
		margin:0px;
		padding:0px;
}

img{
border:0;
}


/*-----------------------------*/

body {
		background: url(img/fondo.jpg) repeat-x center top #e1e1e1;
		text-align:center;
		margin:0;
		padding:0;
}

/*-----------------------------*/

#global{
width:100%;
height:auto;
margin:0 auto;
}

#cabecera{
background:url(img/cabecera.jpg) no-repeat center top;
height:194px;
width:980px;
margin:0 auto;
}

#contenido{
height:auto;
background: url(img/fondo_contenido.jpg) repeat-y center top;
width:980px;
text-align:left;
margin:0 auto;
}

#iz{
float:left;
width:240px;
height:100%;
}

#de{
float:right;
width:730px;
}

.titulo_menu{
background-color:#FFFFFF;
padding:2px;
}

.cart_top{
background:url(img/cart_top.jpg) no-repeat left top;
height:44px;
}

.cart_mil{
width:548px;
border-left:1px solid #bfbfbf;
border-right:1px solid #bfbfbf;
text-align:left;
height:44px;
background-color:#FFFFFF;
padding:0 10px 0 0;
}

.cart_bot{
background:url(img/cart_bot.jpg) no-repeat left top;
height:25px;
}

.cart_top2{
background:url(img/cart_top2.jpg) no-repeat left top;
height:6px;
}

.cart_mil2{
background-color:#791804;
padding:5px;
}

.rojo14 a{
color:#4a0e02;
font-size:14px;
text-decoration:none;
}

.rojo14 a:hover{
color:#4a0e02;
font-size:14px;
text-decoration:underline;
}

.rojo24 a{
color:#4a0e02;
font-size:24px;
text-decoration:none;
}

.rojo24 a:hover{
color:#ff0000;
font-size:24px;
text-decoration:none;
}

.bold{
font-weight:bold;
}

.amarillo{
color:#fcd02b;
}

.doce{
font-size:12px;
}

.titulo_cart{
background:url(img/punto_gris.jpg) repeat-x left bottom;
height:32px;
}

.blanco{
color:#FFFFFF;
}

#pie {
margin:10px;
font-size:10px;
}