body{
    font-family: tahoma;
    font-size: 11px;
    background-color: gray;
    background-image: url('star.png');
    
}
div.pelicula{
    background-image: url('pelicula.png');
    width: 250px;
    height: 188px;
    position: absolute;
    z-index: 1500;
    background-repeat: no-repeat;
    margin-left: 680px;
    margin-top: -50px;
}
a:link{text-decoration: none;}
a:hover{text-decoration: underline;}

div.contacto{
    font-family: tahoma;
    font-size: 1em;
    color:white;
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
}
td.contorno{
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
div.riotelplay{
    position: absolute;
    background-image: url('riotelplay1.png');
    width: 350px;
    height:111px;
    z-index: 1000;
    margin-left: 10px;
    margin-top: -50px;
}
input.botoncal{
    background-image: url('calendar_little.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
    padding: 0;
}
table.tablaprincipal{
    vertical-align: middle;
    background-image: url('fondo.png');
    background-repeat: no-repeat;
    border-width: 0px;
    background-color: orange;
    background-color: #C8C8DD;
    
    
}
table.tablacentro{
    margin-left: 260px;
    margin-top: 110px;
    background-color: white;
    background-repeat: no-repeat;
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
div.vicoo{
    position: absolute;
    background-image:url('logovicoo.png') ;
    width:150px;
    height:56px;
    background-repeat: no-repeat;
    margin-left: 730px;
    margin-top: -30px;    
}
/*CALENDAR*/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}



#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
#ad{
		padding-top:220px;
		padding-left:10px;
}
/*TOOLTIPS*/
#tooltip {
	position: absolute;
	padding: 4px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	text-align: left;
	background-color: #000;
    margin-top: -30px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltipTitle {
	font-weight: bold;
	color:#FF9900;
}

/*boton nuevo vicoo*/
.boton1 a {
/*padding: 10px 22px 10px 22px;*/
font-family: Arial;
font-size: 16px;
text-decoration: none; color: #ffffff;
/*text-shadow: -1px -1px 2px #618926;*/
background-image: url('disfrutaya.png');
background-repeat: no-repeat;
width:165px;
height:43px;
/*background: -moz-linear-gradient(#539df1, #7db4f3 35%, #539df1);*/
/*background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #539df1),color-stop(.35, #7db4f3),color-stop(1, #539df1));*/
border: 1px solid #618926;
/*border-radius: 3px; -moz-border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
}

.boton1 a:hover {
/*text-shadow: -1px -1px 2px #465f97;*/
/*background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);*/
/*background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));*/
/*border: 1px solid #0f2557;*/
width: 166px;
height: 44px;
} 
input.entra{
background-image: url('disfrutaya.png');
background-repeat: no-repeat;
width:165px;
height:43px;
border: none;
}
input.ingresa{
background-image: url('ingresa.png');
background-repeat: no-repeat;
width:165px;
height:43px;
border: none;
}