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

/* BASE */
body {background-color: #FFCCFF;margin: 0px; color: #000}
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #111; text-decoration: none}
h1, h2, h3, h4 {margin: 0; padding: 0}
/* BASE */

/* LEGACY */
.Estilo1 {color: #FFFFFF}
.Estilo2 {color: #CC66FF}
.Estilo33, .Estilo35 {font-weight: bold}
.Estilo33 {font-size: 20px}
.Estilo35 {font-size: 18px}
.Estilo36 {font-size: 30px}
/* LEGACY */

/* HEADER */
#header {
    border: 1px solid #CC9CC7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 1px 1px 3px #C180D7;
    margin: 3px auto 20px;
    text-align: center;
    width: 85%;
}
.titulo {
	font: small-caps bold 280%/1.3 Impact, "Arial Black", Verdana, Tahoma, Helvetica;
	background-color: #FF77FF;
    text-shadow: 1px 1px 1px #FFF, 2px 2px 1px #BBB;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.descripcion {
    font: 300 150%/1.2 "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #EEEEEE;
	text-shadow:1px 1px 1px #777;
	background-color: #CC66FF;
}
.favoritos {
    font: 300 100%/1.5 "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #EEEEEE;
	text-transform:capitalize;
	background-color: #EBAFFE;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-top: 4px;
}

/* HEADER */

/* VIDEO DEL DIA */
#ad_vod {
    background-color: #FF99CC;
    border: 1px solid #B893C4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 1px 1px 2px #555555;
    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: #DD6DB7;
    border: 1px solid #D684B5;
	-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 */

/* GALERIAS DE TEXTO */
.galeria_texto td {
	color: #666666;
	text-align: justify;
	background-color: #FFEFFF;
}
