/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index:150;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index:151;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 300px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
z-index:152;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}
/* added style for pollos handlers */
.pollos_header{
	width:96%;
	height:50px;
	/*border-bottom:dotted 2px #339933;*/
	margin-bottom:3px;
	text-align:left;
}
.pollos_content{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	text-align:center;
	text-indent:10px;
	padding-right:10px;
}
.pollos_content a, .pollos_content a:hover, pollos_content a:visited{
	text-decoration:none;
	color:#000000;
}
.pollos_content img{
	border:#009966; 
	border:double;
	height:200px;
	width:auto;
	clear:both;
}
.pollos_subtitle{
	clear:both;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#009900;
	background:#E3EBE2;
	height:20px;
	line-height:30px;
	vertical-align:middle;
	margin-bottom:3px;
}
.pollos_bottom{
	float:left;
	clear:both;
	border-top:2px solid #000000;
	padding:3px;
	width:96%;
}
.pollos_audio{
	clear:both;
	text-align:center;
}