#cnt_scroll {
	width: 600px;
	height: 390px;
	overflow: hidden;
	float: left;
	text-align:left;
	margin-top:10px;
  padding-top:10px;
	padding-left:20px;

}

.track {
  margin-top:10px;
   float: left;       
   width: 5px;
   height: 400px;
   background: none;
   background-color: #cccccc;
   /*background-image: url(img/linea_viola.png);
   background-repeat: repeat-y;*/
   overflow: hidden;
}

.handle {
   width: 7px;
   height: 7px;
   background: none;
   background-color: #eed3e2;
   /*background-image: url(img/cuori.png);
   background-repeat: no-repeat;
   background-position: center;*/
   display: block;
} 



* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../i/back.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	text-align: center;
	color:#666666;
}

body#splash {
	background: none;
}

div#outter_container{
/*  width: 100%;*/
  text-align: center;
}

div#inner_container{
	overflow: hidden;
  margin: auto;
  width: 982px;
}

div#izquierda{
  float: left;
  width: 332px;
}

div#menu{
  background: url('../i/francescaleto_nav_02.gif') no-repeat right;
}

div#menu_tabs{
  float: right;
}

div#menu_tabs a{
  width: 188px;
  height: 32px;
  display: block;
}

a#tab_biografia {
  background: url('/i/tab_biografia.jpg') no-repeat top;
  height:54px !important;
}
a#tab_biografia:hover {
  background-position: bottom;
}

a#tab_photobook {
  background: url('/i/tab_photobook.jpg') no-repeat top;
}
a#tab_photobook:hover {
  background-position: bottom;
}
a#tab_video {
  background: url('/i/tab_video.jpg') no-repeat top;
}
a#tab_video:hover {
  background-position: bottom;
}
a#tab_radio {
  background: url('/i/tab_radio.jpg') no-repeat top;
}
a#tab_radio:hover {
  background-position: bottom;
}
a#tab_contact {
  background: url('/i/tab_contact.jpg') no-repeat top;
  height:54px !important;
}

a#tab_contact:hover {
  background-position: bottom;
}

div#derecha{
	float: left;
}

div#footer {
	background-image: url('../i/back_footer.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
  color: #c0c0c0;
  font-size: 11px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  line-height: 12px;
  padding-top: 4px;
  text-align: center;
}

/*******************************************************************/

div.contenedor {
	background-image: url("../i/contenedores/back_video.gif");
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	height: 431px;
	width: 649px;
}

div.contenedor img {
	border: solid 8px #ffffff;
	cursor: pointer;
	height: 267px;
	margin: 6px auto 0 auto;
	width: 407px;
}

div.contenedor div#radio_datos {
	color: #2E2E2E;
	float: left;
	margin: 26px 0 0 36px;
	text-align: left;
}

div.contenedor div#logo_y_link {
	color: #2E2E2E;
	float: right;
	margin: 10px 36px 0 0;
	text-align: center;
}

div.contenedor div#logo_y_link a {
	color: #2E2E2E;
	font-weight: bold;
}

div.contenedor img#logo_radio {
	border: none;
	height: 48px;
	width: 107px;
}

div.contenedor div#flash_movie {
	border: solid 8px #ffffff;
	height: 224px;
	margin: 32px auto 22px auto;
	width: 308px;
}

/****************** CONTACT *************************************************/

div#datos_contacto {
	margin-top: 20px;
}

#datos_contacto a.mailto {
	color: #8786b5;
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
