@import "forms.css";

*, html{
margin:0;
padding:0;
border:0 none;
}

body{
background:#fff url(../img/header.jpg) top center repeat-x;
font:10px verdana, arial, sans-serif;
color:#000;
}

a{
color:#EF0016;
text-decoration:underline;
}

a:hover{
color:#F00;
text-decoration:none;
}

a.gris{
color:#939598;
text-decoration:none;
}

a.gris:hover{
color:#333;
text-decoration:underline;
}

.middle{
vertical-align:middle;
}

p{
margin-bottom:10px;
}

#container{
margin:0 auto 20px;
width:795px;
}

#header{
position:relative;
height:170px;
margin-bottom:15px;
}

#header h1{
position:absolute;
top:44px; right:0;
width:326px;
height:34px;
background:transparent url(../img/logo.gif) top center no-repeat;
}

#header h1 a{
display:block;
width:100%;
height:100%;
text-indent:-9999px;
}

#header .iconos{
position:absolute;
bottom:62px;
left:0;
height:30px;
}

#header .iconos a{
float:left;
display:block;
width:29px;
height:30px;
margin-right:1px;
text-decoration:none;
}

#header #banner-header{
position:absolute;
bottom:0;
}

#sidebar{
float:left;
width:149px;
margin-right:6px;
}

#sidebar ul{
position:relative;
list-style:none;
margin-bottom:10px;
}

#sidebar ul li{
height:29px;
margin-bottom:4px;
}

#contents{
float:left;
width:640px;
min-height:570px;
}

.sidebar2{
float:right;
width:230px;
padding-top:17px;
}

#cuerpo{
float:left;
margin:0 20px 0 5px;
width:385px;
text-align:justify;
}

#cuerpo-home{
float:left;
width:640px;
}

h2{
padding-bottom:4px;
margin-bottom:12px;
font-size:11px;
font-weight:bold;
border-bottom:1px solid #F68D91;
color:#EE1B24;
}

#tracking{
float:left;
width:318px;
margin-right:4px;
color:#333;
}

#tracking div{
float:left;
width:127px;
height:75px;
padding:22px 15px 0;
background:#E7E8EA;
font-size:10px;
}

#tracking a.button{
display:inline-block;
background:#000;
margin-top:10px;
padding:3px 6px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
text-decoration:none;
font:bold 11px arial;
color:#fff;
}

#tracking a.button:hover{
background:#4C4D4F;
cursor:pointer;
}

#banner-home{
float:left;
width:318px;
height:215px;
}

ul#mailex{
width:149px;
height:37px;
padding-top:48px;
background:url(../img/bg_campanas.jpg) top left no-repeat;
}

ul#mailex li{
height:auto;
margin-bottom:2px;
padding-left:18px;
line-height:1.2em;
}

ul#mailex li a{
text-decoration:none;
color:#fff;
}

ul#mailex li a:hover{
text-decoration:underline;
}

.rojo{
color:#EE1B24;
}

hr{
height:1px;
margin:13px 0;
background:#F68D91;
clear:both;
}

.campanas a{
display:inline-block;
margin:0 2px 5px 0;
}

.destacado{
background:#d1d3d4;
padding:6px 8px;
}

#cuerpo ul,
.innerfade{
list-style:none;
}


/**** FOOTER ****/
#footer{
height:90px;
padding-top:25px;
background:#C5161D url(../img/footer.jpg) top center no-repeat;
text-align:left;
font-size:10px;
color:#fff;
}

#footer .container{
margin:0 auto;
position:relative;
width:795px;
}

#footer p{
line-height:1.6em;
margin:0;
}

#footer p.designby{
position:absolute;
bottom:0; right:0;
text-align:right;
}

#footer a{
color:#fff;
text-decoration:none;
}

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

