/* CSS Document */
body {
background-color:#CDCDCD;
background-image:url(../img/bg.jpg);
background-repeat:repeat-x;
margin-top:0;
}

a {
color:#FF6600;
text-decoration: none;
}

a:hover {
color:#FF6C00;
text-decoration:underline;
}

#contenedor {
margin:auto;
margin-top:0;
width:980px;
background-color:#FFFFFF;
}

#header {
margin:auto;
margin-top:0;
width:980px;
height:150px;
float: left;
}

#menu {
background-image:url(../img/bg_menu.jpg);
background-repeat:repeat-x;
margin:auto;
margin-top:0;
width:980px;
height:47px;
float:left;
}

#izq {
background-image:url(../img/bg_novedades.jpg);
margin:auto;
margin-top:0;
width:676px;
height:741px;
float:left;
}

#der {
background-image:url(../img/bg_destacados.jpg);
margin:auto;
margin-top:0;
width:304px;
height:678px;
float:left;
}

#red {
background-image:url(../img/bg_red.jpg);
margin:auto;
margin-top:0;
width:304px;
height:63px;
float:left;
}

#footer {
background-image:url(../img/bg_footer.jpg);
background-repeat:repeat-x;
margin:auto;
margin-top:0;
width:980px;
height:89px;
float:left;
clear:both;
}

/**** TEXTOS ****/
p {
font-family:Tahoma;
font-size:11px;
text-align:justify;
color:#000000;
margin-right:20px;
margin-left:20px;
}

.p {
font-family:Tahoma;
font-size:11px;
color:#000000;
}

.p2 {
font-family:Tahoma;
font-size:12px;
color:#000000;
}

.pcolor {
font-family:Tahoma;
font-size:11px;
color:#FF6600;
}


h2 {
font-family:Arial;
color:#000000;
margin-top: 10px;
margin-left:20px;
letter-spacing: -2px;
}

.h2 {
font-family:Arial;
font-size:36px;
color:#FF6600;
margin-top:7px;
letter-spacing: -2px;
}


h3 {
font-family:Arial;
color:#000000;
margin-top:22px;
margin-left:20px;
letter-spacing: -1px;
}

.h3 {
font-family:Arial;
color:#000000;
letter-spacing:-1px;
}

.txt_footer {
font-family:Tahoma;
font-size:11px;
text-align:center;
color:#FFFFFF;
}

/**** MENU ****/
#navi{
list-style:none;
margin:0;
padding:0;
font-family:Tahoma;
font-size:12px;

}

#navi li {
margin-left:63px;
margin-right:63px;
margin-top:15px;
float:right;
}

#navi li a {
color: #000000;
text-decoration: none;
	
}

#navi li a:hover {
color:#FF6C00;
text-decoration: none;
}
