html, body {
	height:100%;
}
html, body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	-webkit-text-size-adjust: none;
	background-color: #F1F0F6;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}
.longContentBody {
	background:url(/images/bg_body_big.gif) repeat-x top left;
}
.wrapDiv {
	width:970px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.topWrapDiv {
	height:45px;
	margin-top:15px;
}
.topNav {
	position:relative;
	height:60px;
	padding-top:20px;
	margin-right:0px;
	margin-left:0px;	
	text-align:right;
	font-size:11px;
}
.topNav a {
	margin-left:5px;
}
.logoImg {
	float:left;
}
a, a:visited {
	color:#797979;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.miTelefonoDiv {
	float:left;
	width:195px;
}
.selectPhoneDiv {
	margin-left:5px;
}
.selectPhoneDiv img {
	vertical-align:middle;
}
.selectPhoneDiv a, .selectPhoneDiv a:visited {
	color:#0d96ee;
	font-size:12px;
	font-weight:bold;
	margin-left:3px;
}
.submitBtnOn, .submitBtnOff, .submitSmallBtnOn, .submitSmallBtnOff {
	width:72px;
	height:19px;
	background:url(/images/bg_button_on.gif) no-repeat top left;
	border:0;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	vertical-align:top;
	padding-bottom:2px;
}
.submitBtnOff {
	background:url(/images/bg_button_off.gif) no-repeat top left;	
}
.submitSmallBtnOn, .submitSmallBtnOff {
	width:50px;
	background:url(/images/bg_button_small_on.gif) no-repeat top left;
}
.submitSmallBtnOff {
	background:url(/images/bg_button_small_off.gif) no-repeat top left;	
}
.preloadImgDiv {
	visibility:hidden;
	position:absolute;
	top:-500px;
	left:0px;
	height:1px;
	width:1px;
}
/* styles for menu dropdown */
.menu div {
	float:left;
}
.mainMenuItem {
	position:relative;
	z-index:3;	
}
.subMenuDiv {
	position:absolute;
	left:4px;
	top:34px;
	display:none;	
	border:solid 1px #cacacb;
	border-top:none;
	background-color:#284b7b;
	padding-bottom:10px;
}
.subMenuDiv table td {
	padding:0 10px;
	vertical-align:top;
	min-width: 131px;
}
.subMenuDiv table td div{
	width:131px;
}
* html .subMenuDiv{
	width:125px;
}

.subMenuDiv p {
	margin-top:10px;
	padding-left:10px;
	color:#0ea1ff;
	font-weight:bold;
	font-size:14px;
}
.subMenuDiv a, .subMenuDiv a:visited {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding-left:10px;	
}
.subMenuDiv ul li a:hover, .subMenuDiv ul li a.activeSubMenu, .subMenuDiv ul li a:visited.activeSubMenu {
	color:#eaff00;
	background:url(/images/img_dropDownMenuArrow.gif) no-repeat left center;
	padding-left:10px;
}

.searchDiv {
	float:right;
	text-align:right;
}
input.inputField {
	width:174px;
	background-color:#f6f6f6;
	border:solid 1px #cdcdcd;
	color:#369aff;
	height:17px;
	font-size:12px
}
.searchDiv p {
	font-size:0.85em;
	padding-top:5px;
}

/* styles for Right Rail Promos */
.rightRailPromoDiv {
	width:284px;
	float:right;
}
.promoItem {
	margin-bottom:9px;
}
.promoHdr {
	height:23px;
	margin-bottom:5px;	
	background:url(/images/bg_rightPromoHdr.gif);
	border:solid 2px #ccc;
}
.promoHdr h2 {
	padding:5px 0 0 10px;
	font-weight:bold;
	color:#333;
}

.promoItem h2{
	display:block;
	height:18px;
	margin-bottom:5px;	
	/*background:url(../../images/bg_rightPromoHdr.gif) repeat-x top left;*/
	/*border:solid 1px #ccc;*/
	margin:0px; /* Fix for IE6 BUG */
	padding:5px 0 0 10px;
	font-weight:bold;
	color:#333;
}
.promoItem a img{
	/*border:1px solid #CCCCCC;*/
}
.promoImg {
	border:solid 1px #ccc;
}
.promo282x253 {
	width:282px;
	height:183px;
	background:url(/images/bg_sendTxtMsgPromo.jpg) no-repeat top left;
	border:solid 1px #ccc;
}
.promo282x253 form {
	padding:20px 0 0 15px;	
}
.promo282x253 form textarea {
	width:165px;
	height:50px;
}
.promo282x253 p {
	color:#fff;
	margin:5px 0 5px 0;
}
.rightRailPromoContentDiv {
	background:url(/images/bg_rightRailPromo.gif) repeat-x bottom left;
	border:solid 1px #cbcbcb;
	padding:8px 10px;
}
.rrPromoLoDestacado {
	padding:10px 5px;
}
.rrPromoContentBig {
	background:url(/images/bg_rrPromo_big.gif) repeat-x bottom left;	
}
.rrPromoContentSmall {
	background:url(/images/bg_rrPromo_small.gif) repeat-x bottom left;	
}
.rightRailPromoContentDiv h2 {
	font-weight:bold;
	color:#333;
	font-size:1em;
	margin:0 0 10px 0;
}
.rightRailPromoContentDiv p {
	font-size:11px;
}
.rightRailPromoContentDiv a {
	font-size:11px;
	font-weight:bold;
	color:#5c5c5c;
}
.rightRailPromoContentDiv li {
	padding-top:5px;
}
.rightRailPromoContentDiv table {
	width:100%;
}
.rightRailPromoContentDiv table td {
	padding:1px;
}
.rrPromoDisc {
	margin-left:10px;
}
.rightRailPromoContentDiv .btnLink {
	float:right;
}
.rightRailPromoContentDiv .pager {
	margin:10px 0 0 0;
}
.top10TonesList li {
	padding:0;
}
.top10TonesList a {
	font-weight:normal;
}
table.listenTonesDiv td {
	font-size:11px;
	vertical-align:top;
	padding-bottom:3px;
}
.rrPromoContentWhiteDiv {
	background:none;
	background-color:#fff;
}
.listenTonesDiv p {
	font-weight:bold;
}
.listenTonesDiv a, .listenTonesDiv a:visited {
	color:#0099fb;
	font-weight:normal;
}
.listenTonesDiv .totalRow td {
	border-top:solid 1px #e5e5e5;
	padding-top:8px;
}
.totalRow h2 {
	font-size:12px;
}
/* styles for content area - general */
.contentWrap {
	margin:15px 0 35px 0;
}
.mainContentDivWrap {
	width:682px;
	height:autopx;
	margin-right:5px;
}
.mainContentDivWa {
	width:682px;

	margin-right:5px;
}
.mainContentDiv {
	position:relative;
	background-color:#fff;
	border:solid 1px #cbcbcb;	
}
.contentDiv {
	margin:0 8px 9px 8px; /* ie6 fix */
}
div[class="contentDiv"] {
	margin:0 10px 9px 10px;	
}
.contentDiv h2 {
	font-weight:bold;
	font-size:21px;
	margin-bottom:5px;
}
.contentDiv p {
	margin-bottom:20px;
}
.blueTxt {
	color:#0ea1ff;
}
.footer {
	clear:both;
	padding-top:15px;
	margin:0px auto;	
	font-size:0.85em;
	text-align:left;
	width:970px;
}
.footer p {
	margin-bottom:5px;
}
.footerLongContent {
	padding-top:145px;
}
.footerWrap{
	background-color:#fff;
	border-top:1px solid #dfdee4;
	height:50px;
	clear: both;
}
/* styles for content menu */
.contentMenu {
	height:52px;
	background:url(/images/bg_contentMenu.gif) no-repeat top left;
	text-align:center;
	padding:10px 0 0 5px;
}
.contentMenu div {
	float:left;
	background:url(/images/img_divider.gif) no-repeat top right;
	cursor:pointer;
	width: 110px;
}

.contentMenu ul li{
	float:left;
	width:auto;
	height:31px;
	background:transparent url(../../images/img_divider.gif) no-repeat scroll right top;
}
.contentMenu ul li a{
	display:block;
	width:auto;
	height:31px;
	padding:7px 19px;
	color:#656565;
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
}
.contentMenu ul li a:hover, a.blueTabOn{
	background:url(../../images/bg_contentMenu_on.gif) repeat-x top left;
	color:#fff !important;
}
:focus {
	outline: 0;
}
* html .contentMenu ul li a{
	width:30px;
}
.contentMenu span {
	display:block;
	float:none;
	height:31px;
	color:#656565;
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
	padding: 7px 0 0 0;
}
.contentMenu div.blueTabOn span {
	color:#fff;
	background:url(/images/bg_contentMenu_on.gif) repeat-x top left;
}
/* styles for home page - expandable divs */
.mainContentDivWrapHome {
	width:670px;
	margin-right:15px;
}
.mainContentDivWrapHome .mainContentDiv {
	height:475px;
}
.mainContentDivWrapHome .contentDiv {
	margin:0 15px 9px 15px;
}
.expandBlock {
	width:260px;
	height:290px;
	position:absolute;
	bottom:9px;
	left:15px;
}
.expandDivHdr {
	height:25px;
	margin-bottom:2px;
	background:url(/images/bg_rightPromoHdr.gif) repeat-x top left #d2d2d2;
	text-align:right;
	cursor:pointer;
}
.expandDivHdr .nameLink {
	float:left;
	padding:5px 0 0 10px;
}
.expandDivHdr .nameLink span {
	color:#585858;
	font-weight:bold;
}
.expandDivHdr .expandLinks {
	padding-top:5px;
}
.expandLinks a, .expandLinks a:visited, .expandLinks em {
	color:#116397;
	font-weight:bold;	
}
.flashPlayerWrapDiv {
	position:absolute;
	bottom:10px;
	right:20px;
	background-color:#000;
}
.scrollDiv {
	height:210px;
	overflow-y:auto;
	overflow-x:hidden;
}
.singleItemDiv {
	margin-top:10px;
	clear:both;
}
.singleItemDiv td {
	vertical-align:top;
}
.singleItemDiv h3 {
	color:#0ea1ff;
	font-weight:bold;
}
.singleItemDiv p {
	margin-bottom:10px;
}
.singleItemDiv a, .singleItemDiv a:visited {
	border:solid 2px #fff;
	display:block;
	margin-right:10px;	
}
.singleItemDiv a:hover {
	border:solid 2px #0ea1ff;
}
/* horizontal scroll div on home page */
.hScrollTabs {
	height:35px;
	position:relative;
	bottom:-1px;
	left:0;
	margin-top:16px;
}
.hScrollTabs .tabOn, .hScrollTabs .tabOff {
	height:19px;
	padding-top:9px;	
}
.hScrollTabs .tabOn {
	background:url(/images/bg_carouselTab_on.gif) repeat-x top left #F0F0F0;
	border-bottom:solid 1px #F0F0F0;
}
.hScrollTabs img {
	padding-left:10px;
}
.hScrollDivWrap {
	height:128px;
	border:solid 1px #b9b9b9;
	background-color:#f0f0f0;
}
.hScrollDiv {
	width:640px;
	height:110px;
	margin:10px 15px;
	overflow:auto;
	overflow-y:hidden;
}
.hScrollDiv td {
	padding-right:10px;
}
.item87x87 {
	float:left;
	width:87px;
	height:87px;
	border:solid 1px #b1b1b1;
	background-color:#fff;
}
.item110x87 {
	float:left;
	width:130px;
	height:87px;
	border:solid 1px #b1b1b1;
	background-color:#fff;
}
.item87x87Content {
	padding:1px 4px;
	font-size:0.85em;
}
.item87x87Disc {
	margin-left:5px;	
}
.item87x87Content a, .item87x87Content a:visited {
	font-weight:bold;
	color:#5c5c5c;
	display:block;
}
.destacadoBox{
	margin:1px;
}
* html .destacadoBox{
	margin-left:0px;
	margin-bottom:1px;
}
.singleItemDiv a.btnLink, .singleItemDiv a:hover.btnLink {
	border:none;
}
a.imgLink, a:visited.imgLink {
	border:solid 2px #fff;
	display:block;	
}
a:hover.imgLink {
	border:solid 2px #0ea1ff;
}
a.btnLink, a:visited.btnLink, a.btnLinkNA, a:visited.btnLinkNA {
	background:url(/images/bg_button_off.gif) no-repeat top left;
	width:72px;
	height:19px;
	display:block;	
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:1.6em;
	border:none;
}
a:hover.btnLink, a:hover.btnLinkNA {
	background:url(/images/bg_button_on.gif) no-repeat top left;
	text-decoration:none;
	border:none;
}
a.btnLinkNA, a:visited.btnLinkNA, a:hover.btnLinkNA {
	background:url(/images/bg_button_na.gif) no-repeat top left;
	cursor:text;
}
a.btnLinkSmall, a:visited.btnLinkSmall {
	background:url(/images/bg_button_small_off.gif) no-repeat top left;
	width:50px;	
}
a:hover.btnLinkSmall {
	background:url(/images/bg_button_small_on.gif) no-repeat top left;	
}
/* styles for left navigation */
.leftColumnDiv {
	float:left;
	width:170px;
	height: 100px;
}
.leftnavDiv {
	background:url(/images/bg_leftnavDiv.gif) repeat-y right top;
}

.leftColumnDiv h2{
	color:#0EA1FF;
	font-size:17px;
}

.leftnavDiv a {
	background:url(/images/bg_leftnav_off.gif) no-repeat top left;
	width:164px;
	height:34px;
	display:block;
	color:#656565;
	font-size:13px;
	text-align:center;
	line-height:2em;
}
.leftnavDiv a:hover, .leftnavDiv a.activeLeftNav {
	background:url(/images/bg_leftnav_on.gif) no-repeat top left;
	color:#fff;
	text-decoration:none;
}
/* styles for Internal pages */
.mainContentInternalDiv {
	margin-left:170px;
	margin-bottom:6px;
	padding-top:15px;
}
.mainContentPromoDiv {
	width: 490px;
	margin: 10px;
	padding-bottom: 10px;
}
.mainContentInternalDiv table td {
	vertical-align:top;
	padding-right:15px;
	font-size:11px;
}
.mainContentInternalDiv table td h3 {
	font-size:16px;
	font-weight:bold;
	color:#585858;
	margin-top:3px;
}

.mainContentInternalDiv table td h3 a, .mainContentInternalDiv table td h3 a:visited{
	font-size:16px;
	font-weight:bold;
	color:#585858 !important;
	margin-top:3px;
}

.mainContentInternalDiv table td p {
	color:#000;
	margin:0;
}
.searchBox{
	float:left;
	width:245px;
	font-size:11px;
}
.searchResultsHdr {
	background:url(/images/bg_rightPromoHdr.gif) repeat-x top left #d2d2d2;
	height:21px;
	margin-top:15px;
}
.searchResultsHdr h4 {
	padding:2px 10px;
	font-weight:bold;
}
.resultsbyType {
	background-color:#fdfdfd;
	border:solid 1px #f1f1f1;
	padding:12px 0;
	text-align:center;
	font-size:0.85em;
}
.resultsbyType a {
	color:#000;
	font-weight:bold;
	margin:0 30px;	
}
.resultsbyType a.activeResult {
	color:#0ea1ff;
	font-weight:bold;
}
.resultsTableHdr {
	font-size:1.1em;
	font-weight:bold;
	color:#585858;
}
.resultsNumber {
	float:left;
	font-size:0.85em;
	line-height:1.6em;
}
.pager {
	text-align:right;
	margin-right:7px;
}
.boldTxt {
	font-weight:bold;
}
.pager img {
	vertical-align:middle;
}
.searchResultsTable {
	margin:6px 0;
	font-size:11px;
}
.searchResultsTable .singleRow {
	height:26px;
	position:relative;
	background-color:#f6f6f6;
	color:#3f3f3f;
	border-bottom:solid 1px #fff;
}
.singleRow div {
	float:left;
	overflow:hidden;
	height:26px;
	position:relative;	
	padding:0 5px;
	line-height:2.2em;
	border-right:solid 1px #fff;
}

.singleRow {
	height:26px;
	position:relative;
	background-color:#f6f6f6;
	color:#3f3f3f;
	border-bottom:solid 1px #fff;
}


.progressBarResult{
	position: absolute;
	background: url(../../images/img_progressBar.gif) no-repeat top right #82ceff;
	width:0%;
	float:left;
	height:14px;
	padding:0 5px;
	line-height:2.2em;
	border-right:solid 1px #fff;
	display: none;
}

.progressBarHome{
	position: absolute;
	background: url(../../images/img_progressBar.gif) no-repeat top right #82ceff;
	width:0%;
	float:left;
	height:25px;
	padding:0 5px;
	line-height:2.2em;
	border-right:solid 1px #fff;
	margin-left: 24px;
	display: none;
}

div.playBtnDiv {
	padding:0;
}
.songTitleDiv {
	width:300px;	
}
.songPriceDiv {
	width:56px;	
}
div.btnLinkDiv {
	border-right:none;
}
.btnLinkDiv p {
	margin:4px 0 0 0;
	padding:0;
}
.singleRow div.progressBar {
	position:absolute;
	top:0;
	left:0;
	background:url(/images/img_progressBar.gif) no-repeat top right #82ceff;
	width:0%;
	display:none;
}
/* style for top banners */
.topBnrDiv {
	position:relative;
	height:104px;
	background:url(/images/490x104/490x104_imgBnr_servicios.jpg) no-repeat top left;
	color:#fff;
	font-weight:bold;
	z-index:1;
}
.topBnrDiv h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:25px;
	font-weight:normal;
	margin:0;
	padding:5px 0 0 10px;
}
.topBnrDiv p {
	margin:0 240px 0 10px;
	font-size:0.85em;
	padding:0;
}
.topBnrDetailDiv {
	position:absolute;
	top:0;
	right:0;
}
.spotRadioDiv {
	position:absolute;
	bottom:7px;
	left:0;
}
.spotRadioDiv div {
	background:url(/images/bg_bannerSoundOff.png) repeat center left;
	width:156px;
	height:26px;
	float:left;
	margin-right:1px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
.spotRadioDiv div p {
	padding-top:7px;
	margin:0;
	font-size:11px;
}
.spotRadioDiv div img {
	float:left;
	margin-right:10px;
}
.spotRadioDiv div a, .spotRadioDiv div a:visited {
	color:#fff;
}
.spotRadioDiv div.radioOn {
	background:url(/images/bg_bannerSoundOn.png) repeat center left;	
}
/* style for tonos page */
.tonosTopTable {
	width:490px;
}
.topBlockHdrs {
	margin-top:3px;
}
.mainContentInternalDiv .tonosTopTable td {
	padding:0;
}
.tonosTopFormDiv {
	margin-top:2px;
	padding:10px 5px;
	background-color:#FDFDFD;
	border:1px solid #F1F1F1;
}
.tonosTopFormDiv select {
	width:230px;
	background-color:#f6f6f6;
	border:solid 1px #cdcdcd;
	color:#000;
	font-weight:bold;	
	font-size: 11px;
}
.tonosTopFormDiv input.inputField {
	width:162px;
	color:#000;
	font-weight:bold;
	padding:1px 3px;
	margin-right:5px;
	font-size: 11px !important;
}
.alphabetDiv {
	background:url(/images/bg_alphabet.gif) repeat-x bottom left;
	height:22px;
	line-height:2em;
	text-align:center;
	font-size:0.85em;
}
.alphabetDiv a {
	background:url(/images/dividerAlphabet.gif) no-repeat center right;
	font-weight:bold;
	padding-right:4px;
	margin-right:4px;
}
.promoDiv {
	background:url(/images/bg_alphabet.gif) repeat-x bottom left;
	height:22px;
	line-height:2em;
	text-align:left;
	font-size:0.85em;
	padding:2px 10px;
}
a.lastItemAlphabet {
	background:none;
	margin-right:0;
	padding-right:0;
}
.alertBox {
	background-color:#C9E7FB; /* #e5fa00 */
	color:#000;
	padding:10px;
	font-size:0.85em;
}
.alertBox h2 {
	font-weight:bold;	
}
.alertBox a {
	color:#000;
	font-weight:bold;
}
/* stles for Servicios Guarda Contactos page*/
.detallesServicioDiv {
	text-align:center;
	font-weight:bold;
	color:#000;
}
.detallesServicioDiv a {
	color:#000;
	font-weight:bold;
	margin:0 23px;
}
.detallesServicioDiv a.activeLink {
	color:#0ea1ff;
}
.datostxt {
	border:solid 1px #b3b3b3;
	background-color:#f7f7f7;
	padding:10px 15px;
}
.datosDiv {
	border:solid 1px #b3b3b3;
	background-color:#f7f7f7;
	padding:10px 15px;
	font-weight:bold;
}
.datosDiv h3 {
	font-size:12px;
}
.datosDiv table {
	width:100%;
}
.datosDiv table td {
	padding-top:10px;
	font-size:12px;
}
.datosDiv table td span {
	font-weight:normal;	
	font-size:0.9em;
}
.datosDiv table td span a {
	color:#0EA1FF;
}
.guardaDiscDiv {
	font-size:0.85em;
	color:#000;
}
.guardaDiscDiv .blueTxt {
	text-align:center;
	margin-top:10px;
}
.guardaDiscDiv h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#585858;
	margin:10px 0;
}
/* styles for Informacion page */
.informacionTable tr {
	border-bottom:solid 3px #fff;
	background-color:#f5f5f5;
}
.informacionTable td {
	padding:4px;
}
.informacionTable td h2 {
	font-size:12px;
	margin:5px 0 0 0;
}
.mainContentInternalDiv table.informacionTable td p {
	color:#666;
}
/* styles for Tus Intereses pages */
.tusInteresesTopLinks span {
	margin:0 22px;
}
.tusInteresesTopLinks a {
	margin:0;
}
.tusInteresesTxtContent h2 {
	font-size:14px;
	margin:0;
}
.tusInteresesTxtContent p {
	color:#000;
	font-size:0.85em;
	margin-bottom:10px;
}
.tusInteresesTable {
	width:100%;
	margin:10px 0;
}
.tusInteresesTable th {
	font-weight:bold;
	background-color:#d7d7d7;
	border:solid 1px #fff;	
	color:#333;
	padding:5px 10px;
}
table.tusInteresesTable td {
	background-color:#f6f6f6;
	border:solid 1px #fff;
	color:#3f3f3f;
	font-size:12px;
	padding:5px 10px;
}
.deportesTable th {
	background-color:#82ceff;
	text-align:center;
	color:#000;
	font-size:12px;
}
.deportesTable td a {
	font-size:11px;
	color:#369aff;
	margin-left:10px;
}
.deportesTable .alignLeft {
	text-align:left;
}
/* styles for musica page */
.musicaTable {
	margin:7px 0;
}
.musicaTable td {
	border-bottom:solid 2px #fff;
}
.musicaTable td p {
	line-height:1.2em;
}
.musicaTable td h2 {
	margin:0;
	font-size:11px;
}
.musicaTable td h2 a {
	color:#666;
}
.musicaTable tr {
	border:none;
}
table.musicaTable td {
	padding:3px 5px 4px 5px;
}
.musicaTable td.lastTd {
	padding:3px 25px 4px 25px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	color:#000;
	border-left:solid 1px #fff;	
}
.musicaTable td.lastTd span {
	display:block;
	margin-bottom:15px;
}
/* styles for video page */
table.videoTable td {
	border-left:solid 1px #fff;
	padding:3px 7px 4px 7px;
}
a.artistInfo, a:visited.artistInfo {
	font-weight:normal;
}
.thumbnailWrapDiv {
	position:relative;
}
.videoRolloverDiv {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.mainDidyoumean{
	color: #df100b;
	font-size: 12px;
}

.didyoumean{
	font-weight: bold;
	font-style: italic;
}

.rSearchDiv {
	margin:0 8px 9px 8px; /* ie6 fix */
}
div[class="rSearchDiv"] {
	margin:0 10px 9px 10px;	
}

#loadingTab{
	position: relative; 
	float: right;
	margin-right: 15px;
	display: none;
}

.resultRow{
	padding:5px 0px;
	min-height:57px;
	border-bottom:5px solid #f6f6f6;
}

* html .resultRow{
	height:57px;
}

.resultIcon{
	float:left;
	margin-right:15px;
	width:50px;
	height:50px;
}

.infoResult{
	float:left;
	width: 270px;
	margin-right:15px;
}

.infoResult h3{
	color:#585858;
	font-size:16px;
	font-weight:bold;
	margin-top:3px;
}

.infoResult p{
	color:#000000;
	margin:0;
}

.infoResult strong{
	font-weight: bold;
}

.resultPrice{
	float:left;
	width:32px;
	height:50px;
	margin-right:15px;
}

.resultBuy{
	float:left;
	width:76px;
	height:50px;
}

.mainContentDiv table td{
	font-size: 13px !important;
	vertical-align: middle;
}

#contactForm table td{
	font-size: 12px !important;
}

.tabPortletServicio{
	display:block;
	width:118px;
	height:14px;
	overflow:hidden;
	white-space: nowrap; 
}

.tabPortletImagePreview{
	display:block;
	width:118px;
	height:40px;
}

#divMainProgress{
	display:none;
	border: 0;
	height: 25px;
	background-color: #F6F6F6;
	width: 361px;
	margin: 265px 0 0 1px;
}

#homeTitleSong{
	margin: -25px 0 0 25px;
	position: relative;
}

a.do-nothing{
	cursor: auto;
	color:#D2D2D2;
}
a.do-nothing:hover{
	text-decoration:none;
}
.opcionMenuImg{
	background-image: url("/images/menu/option16x16.png");
}