*{margin:0; padding:0}
/* base semi-transparente */

.overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index:1001;	
 
}
*html .overlay{position:relative;top:0; left:0; z-index:0}
*html .modal{position:absolute; z-index:10;top:0; left:0; background-color:#000; 	width:98%; height:auto; text-align:center}
/* estilo para lo q este dentro de la ventana modal */
.modal {
	display: none;
	position: fixed;
	top: 5%;
	left: 25%;
	width: auto;
	height: auto;
	padding: 16px;
	color: #333;
	z-index:1002;
	overflow: auto;
}

.player object{display:block}
.player{text-align:left;background-color:#666; padding:10px; width:490px}
.player .patrocinado{color:#fff; font-family:arial; font-size:11px; margin-bottom:5px}
.player .patrocinado img{vertical-align:middle}
.player .photo{background:transparent url(../img/top-player.gif) no-repeat scroll left top;

margin-bottom:5px;
margin-top:36px;
padding:2px;
text-align:center;
width:490px;}
.player .photo-center{background:transparent url(../img/center-player.gif) repeat-y scroll left top;
margin-left:-2px;
margin-top:0;
padding-left:2px;
width:490px; *padding-left:1px}
.player .photo-bot{background:transparent url(../img/bottom-player.gif) no-repeat scroll left top;
display:block;
height:10px;
margin-left:-2px;
margin-top:0;
width:490px;}
.player h3{}
.player h3 a{font-size:27px; color:#fff; font-weight:normal; line-height:110%; text-decoration:none}
.player h3 a:hover{text-decoration:underline}
.player .subhead{font-size:15px; line-height:150%;color:#fff; margin:10px 0 20px 0;}
.player .numcoment{background: url(../img/ico-coment-blanco.gif) no-repeat 0 5px; padding-left:15px; color:#5486BF;
display:inline;
font-size:11px;
font-style:italic;
margin-top:6px;
padding-left:15px;
text-transform:uppercase;}
.player .numcoment a {color:#fff; text-decoration:none}
.player .numcoment a:hover{text-decoration:underline}

.bgtransparent{position:fixed;left:0;top:0;	background-color:#000;opacity:0.9;	filter:alpha(opacity=90);	z-index:1000000}
.bgmodal{position:fixed; font-family:arial;font-size:1em;border:0.05em solid black;overflow:auto;	z-index:10000000}
.cerrar a{background:transparent url(../img/ico-cerrar.gif) no-repeat scroll 100% 0;
color:#999999;
float:right;
font-family:arial;
font-size:12px;
font-weight:bold;
height:17px;
margin-right:15px;
margin-top:8px;
width:60px;}






#simplemodal-overlay {
background-color:#000000;
}
