/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* TWITTER */
.widget_woo_twitter { z-index:1000; background:  url(images/ico-twitter.png) no-repeat top right; }
.widget_woo_twitter li { margin:5px; padding-left: 50px; display: block; background:  url(images/twittico.png) no-repeat top left;}
.widget_woo_twitter span { margin-left: 50px; display: block; line-height: 10px; padding-bottom:10px;}


.widget_categories{	background-color: #fff;}
.widget_archive {background-color: #fff;}

.contacto li{margin-left: 20px;border:0px solid white;}
.contacto {margin-top: 15px;}

.linkfooter{font-size: 11px;}
.azul {color:#3399cc;}
.blanco {color:#FFFFFF;}
.widget_woo_news h3 a:link,h3 a:visited,h3 a:hover {text-decoration: none; color:#333333;}

#portada li{padding-bottom: 20px;margin-left: 20px;}
#portada {padding-top: 25px;}


#widget-right .widget_text  { background-color:transparent;  }
.widget_text  { background-color: #fff;  }
.widget_pages  { background: #fff; }
.widget_lang  { margin: 0 0 20px 0; padding: 0px;  }


#flags_language_selector img{
      margin-left:10px;
      border:0px solid #333;
      text-shadow: none;
}
#flags_language_selector {
      text-shadow: none;
      font-size: 14px;
      font-weight: bold;
      text-align: right;
}




/* Bubble pop-up */

.bubbleInfo {
    position: absolute;
    top:65px;
    left:806px;
    text-align: right;
    clear: both; 
}
.trigger {
    position: absolute;
    top:0px;
    left:10px;
    width: 120px;
    font-size: 14px;
    text-shadow: none;
}
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width: 300px;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(images/bubble-1.png); }
.popup td.top { background-image: url(images/bubble-2.png); }
.popup td#topright { background-image: url(images/bubble-3.png); background-repeat: no-repeat;}
.popup td.left { background-image: url(images/bubble-4.png); }
.popup td.right { padding-top: 30px; background-image: url(images/bubble-5.png);  background-repeat: repeat-y;}
.popup td#bottomleft { background-image: url(images/bubble-6.png); }
.popup td.bottom { background-image: url(images/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; }
.popup td#bottomright { background-image: url(images/bubble-8.png);  background-repeat: no-repeat;}

.popup table.popup-contents {
	background-color: #fff;
	color: #666;
	height: 20px;
	margin:0px;
	width:200px;
	}

table.popup-contents th {
	text-align: right;
	}

.popup-contents {
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	margin:0px;
	}



