/**************************/
/*********TOOLTIP**********/
/**************************/
.toolclima
{
	background-color: #FDFDFD;
    border: 1px solid white;
    box-shadow: 0 0 10px black;
    color: black;
    display: none;
    font-size: 12px;
    height: 110px;
    padding: 10px 15px;
    text-align: left;
    width: 330px;
    z-index: 1000;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
}
.toolclima img
{
	border: 1px solid #F0F0F0;
	padding: 5px;
}
.toolclima h3
{
	font-size: 14px;
	color: #06C;
}
#current {
	border: 1px dashed #C2C2C2;
    height: 70px;
    margin-bottom: 10px;
    padding: 10px;
    width: 308px;
}
#current img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.toolclima.popup-center p
{
	color: darkGreen;
    display: inline-block;
    font-size: 10px;
    font-weight: bolder;
    left: 0;
    line-height: 10px;
    margin: auto;
    max-width: 100px;
    min-width: 80px;
    position: relative;
    text-align: justify;
    top: 0;
}
/* override the arrow image of the tooltip */
.toolclima.bottom {
	top:40px;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
/**************************/
/**************************/
/**************************/



.simple_overlay a, .simple_overlay_google a
{
	color:#295c72;		
	outline:none;
}
.simple_overlay a:active , .simple_overlay_google a:active
{
  outline:none;
}
.details h1,.details  h2,.details  h3,.details  h4
{
	font-weight:normal;
	color:#444; 
	margin:35px 0 -5px 0;
}

.details h4 { font-size:14px;	margin-top:20px; }

.simple_overlay, .simple_overlay_google
{
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:610px;
	min-height:200px;
	border:1px solid #666;
	height:auto;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 24px 5px #000;
	-webkit-box-shadow: 0 0 24px #000;	
}

.simple_overlay  img
{
	border: 1px solid #DFDFDF;
    display: inline-block;
    left: 0;
    margin: 8px 5px 8px 10px;
    position: relative;
    top: 0;
}
.simple_overlay  p , .cines p, .simple_overlay_google p
{
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,sans-serif;
    font-size: 12px;
	color:#919191;
	text-align: justify;
}
#eventos-estrenos .simple_overlay  p.loading, #eventos-proximos .simple_overlay  p.loading
{
	color: #993333;
    font-size: 1.2em;
    margin-left: 280px;
    margin-top: 95px;
}
/* close button positioned on upper right corner */
.simple_overlay .close , .simple_overlay_google .close
{
	background-image:url(../buttons/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.estreno
{
	font-size: 9px;
    height: 146px;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    width: 96px;
}
.estreno img
{
	cursor:pointer;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
	margin:0px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;		
}
.details 
{
	background-color: #F6F6F6;
    border: 1px solid gray;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 20px;
    position: relative;
    width: 350px;
}

.details h3 
{
	color: #05BED1;
    font-size: 18px;
    font-weight: bolder;
    margin: 0 0 2px;
}

.details .cines img
{
	border: medium none;
    display: inline-block;
    margin: 4px;
}
.tooltip
{
	display:none;
	background:transparent url(../buttons/tooltip/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index:1000;
}
.tooltip .thumb
{
	border: 1px solid black;
    display: inline-block;
    height: 58px;
    margin: 0;
    width: 50px;
    z-index: 100;
}

.tooltip .popup-center p
{
	color: darkGreen;
    display: inline-block;
    font-size: 10px;
    font-weight: bolder;
    height: auto;
    left: 0;
    line-height: 10px;
    margin: auto;
    max-width: 100px;
    min-width: 80px;
    position: relative;
    text-align: justify;
    top: 0;
}


/**************************/
/**********HUECOS**********/
/**************************/
#contenedor-descripcion h3
{
	color: #5B5B5B;
    font-size: 17px;
    font-weight: bolder;
    margin-top: 10px;
}
#contenedor-descripcion p
{
	color: #5B5B5B;
    font-size: 11px;
    font-weight: bolder;
    line-height: 13px;
    margin: 0 0 2px;
    opacity: 0.8;
    text-align: justify;
    width: 100%;
}
#contenedor-descripcion h4
{
	color: #5B5B5B;
    font-size: 8pt;
    font-weight: bolder;
    margin-bottom: 0;
    margin-top: 10px;
}

#contenedor-enlaces p
{
    color: black;
    font-size: 11px;
    font-weight: bolder;
}
#contenedor-enlaces a
{
	font-size: 9px;
    font-weight: bolder;
    text-align: right;
    text-decoration: none;
    width: 100%;
	color:#05BED1;
}
#contenedor-enlaces a img
{
	height: 12px;
    margin-left: 4px;
    width: 10px;
	margin:0px;
}