/*general*/



body{
margin:-5px;
width:100%;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:x-small;
background-color:#666;



}

.container{
width:800px;
height:auto;
background-color:#666;
margin:3% auto;

}

h4{
display:inline;
font-weight:600;
font-size:1em;}

/*cabecera*/

.cap{
width:800px;
height:175px;
background-image:url(imagenes/cabecera_002.jpg);
background-repeat:no-repeat;
background-position:top;


}

.cap_text{
height:150px;
width:300px;
background-image:url(imagenes/cap_text_img_001.jpg);
background-repeat:no-repeat;
background-position:right;
float:right;
margin-top:19px;
margin-right:15px;
padding-top:10px;
text-align:right;
color:#666;
font-size:1.7em;
font-weight:900;
letter-spacing:0.5em;



}


.cap h2{
color:#003366;
font-size:2em;
float:right;
clear:both;
margin-right:2em;
line-height:1;
display:inline;}

/*cuerpo*/

.info{
background-color:#ffffd5;
width:800px;
height:500px;
background-image:url(imagenes/inf_img_002.jpg);
background-repeat:no-repeat;
background-position:top;
margin-top:15px;
}

.cat01, .cat02{
width:195px;
height:auto;
margin-top:6%;
padding:10px;
border-right:#0d2940 thin solid;
text-align:justify;
white-space:normal;
background-image:url(imagenes/cat_img_001.jpg);
background-repeat:no-repeat;

}
.cat01{margin-left:15px;
float:left;}
.cat02{margin-left:20px;
float:left;
}

.cat01 h1{
color:#df8e00;
font-size:2em;
}
.cat01 p{
color:#0d2940;
font-size:1em;
}


.cat02 h2{
color:#df8e00;
font-size:2em;
}
.cat02 p{
color:#0d2940;
font-size:1em;}
.cat02 img{
margin-left:45px ;


}

/*ofertas*/
.cat03{
width:210px;
height:auto;
padding:10px;
float:left;
margin-left:50px;
margin-top:6%;
background-image:url(imagenes/cat_img_001.jpg);
background-repeat:no-repeat;

}
.cat03 h2{
color:#df8e00;
font-size:2em;
}
.cat03 p{
color:#0d2940;
font-size:1em;}

.cat03 img{
float:left;
margin-top:2px;
margin-right:2px;}

/*banner*/
.cat04{
background-image:url(imagenes/cat04_img_001.jpg);
background-repeat:no-repeat;
color:#ffffd5;
width:760px;
height:42px;
margin-left:15px;
margin-top:1em;
float:left;
padding:3px;
text-align:center;}

.cat04 p{
display:block;
padding:10px;}

.cat04 a{
color:#ffffd5;
text-decoration:underline;
}
.cat04 a:hover{
font-size:1.1em;
}
/*pie de página*/

.footer{
width:800px;
height:55px;
background-image:url(imagenes/fot_img_001.jpg);
background-repeat:no-repeat;

}

.text_footer{
width:auto;
height:auto;

color:#666666;
font-size:0.9em;
padding-top:25px;
padding-left:25px;
float:left;


}

.copy_footer{
width:auto;
height:31px;

color:#666666;
font-size:0.9em;
padding-top:26px;
padding-right:25px;
float:right;
}


.copy_footer a{
font-size:0.9em;
text-decoration:none;
}
