@charset "utf-8";
/* CSS Document */

/* right banners */

div#rightCol .banner {
color:#333333 !important;
width: 214px;
margin-bottom:10px;
}

#rightCol .banner .top {
background-image:url(/img/right_banner_top_round.png);
background-position:bottom;
background-repeat:no-repeat;
height:3px;
}

#rightCol .banner .bottom {
background-image:url(/img/right_banner_bottom_round.png);
background-repeat:no-repeat;
height:3px;}

#rightCol .banner .content {
background-image:url(/img/right_banner_bg_gradient.png);
background-position:center bottom;
background-repeat:repeat-x;
border-right:1px solid #e6e6e6;
border-left:1px solid #e6e6e6;
padding:0 26px;
}

#rightCol .content .img {
text-align:center;
margin:0 auto 0 auto;

}
#rightCol .content img {
border: solid 1px #e6e6e6;
}

#rightCol .content div.img {
padding-bottom:6px;
padding-top:24px;
}

#rightCol img.logo {
	padding-bottom:15px;
	border: none;
}

div#rightCol .content h3 {
color:#333333 !important;
font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
line-height:20px !important;
margin-bottom:0;
padding-bottom:6px !important;
}
#rightCol .content p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
}

#rightCol .content p.rojo {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
font-weight:bold;
color:#c1140e;
}

#rightCol div.cta {
padding-bottom:15px;
padding-top:7px;
}

#rightCol .cta a:link, #rightCol .cta a:visited, #rightCol .cta a:hover  {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#00abe3;
font-weight:bold;
}

#rightCol .cta a:hover  {
text-decoration:underline !important;
}

div.content_right { /* sobreescribe ancho anterior del lateral */
float:left;
display:inline;
width:220px;
}


/*Legal*/
#rightCol div.legal {
padding-bottom:20px;

}

#rightCol .legal p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#636262;
	line-height: 11px;
}
/*Fin de Legal*/
