@charset "UTF-8";
/* CSS Document */

/* LEGACY */
body { background-color: #242424; margin: 0 0 10px; }
body,td,th { font-family: Tahoma; font-size: 12px; color: #A7A7A7; }
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #D60000; }
a:active { color: #D60000; }
h1, h2, h3, h4 {font-weight: normal; margin: 0px}
h1 { font-size: 18px}
h2 { font-size: 14px; font-weight: bold}
h3 { font-size: 12px}
.grande { font-family: Tahoma; font-size: 16px; font-weight: normal; }
a.fotos:link img { border: 1px solid #FFFFFF; }
a.fotos:hover img { border: 1px solid #990000; }
/* LEGACY */

/* VIDEO DEL DIA */
#ad_vod {
    background-color: #343434;
    border: 1px solid #333333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 1px 1px 2px #222222;
    color: #EEEEEE;
    font: 300 140%/1 "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    margin: 10px auto 15px;
    padding: 10px 0 15px;
    text-align: center;
    width: 750px;
	text-shadow:1px 1px 1px #777;
}

#ad_vod .heading {
    background-color: #434343;
    border: 1px solid #444444;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    box-shadow: 1px 1px 2px #555555;
    color: #FCFCFC;
    display: block;
    font: small-caps bold 180%/1 "Arial Black","Helvetica Black",Arial,Helvetica,Verdana,"Lucida Grande",sans-serif;
    margin: 0 auto 10px;
    padding-bottom: 2px;
    text-shadow: 1px 1px 1px #555555, 1px 1px 1px #AAAAAA;
    width: 400px;
}
#ad_vod p {
	margin: 6px auto 2px;
}
#ad_vod iframe {
    background-color: #202020;
    border: 1px solid #555555;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    box-shadow: 3px 0 3px #EEEEEE, -3px 0 3px #EEEEEE;
    display: block;
    margin: 8px auto 5px;
    padding: 10px 13px;
}
/* VIDEO DEL DIA */

/* SIDEBAR */
#sidebar {
	position:fixed;
	left: 0;
	bottom: 200px;
	width: 45px;
	height: 190px;
	background: url("/imagenes/sidebar_background.png") repeat;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#sidebar ul {
	margin: 10px auto;
	list-style: none;
	width: 40px;
	padding:0;
	text-indent: -1000px;
	margin: 10px 0 0;
}
#sidebar li {
	margin: 0;
	background: url("/imagenes/icon_sprite.png") no-repeat;
	height: 40px;
	border: 1px outset #777;
	background-color: #CCC;
}

#sidebar li:link, #sidebar li:visited { border: 1px outset #777}
#sidebar li:hover { border: 1px dotted #777}
#sidebar li:active { border: 1px inset #777}


#sidebar .video_dia {background-position: 100% 0;}
#sidebar .video {background-position: 100% -40px;}
#sidebar .webcam {background-position: 100% -80px;}
#sidebar .fotos {background-position: 100% -120px;}

#close {
	background: url("/imagenes/icon_sprite.png") no-repeat 100% -160px;
	width: 30px;
	height: 30px;
	position:absolute;
	top:-20px;
	right: -20px;
	text-indent:-1000px;
}
#close:hover {
	cursor: pointer;
}
/* SIDEBAR */
