body {;}
* {margin:0px ; padding:0px ; border: 0px}
a{text-decoration:none;}
#global {background:url(objetos/global.jpg);height:800px; width:1000px;margin:10px 10px; float:left}
#fechahora{height:100;width:100; position:absolute}
#reloj{height:75;width:75;margin:0 0 0 50;}
#fecha{width:100;height:20;margin:5 0 0 40;font-size:0.8em;text-align:center;}
#cabecera{background:url(objetos/cabecera.jpg);width:800px;height:100px; margin:2px 151px; position:absolute}
#navegacion{; width:160px;height:400px;margin: 105px 0 0 10px;position:absolute; font-size: 0.9em}
#fotos{width:60px;height:100px;margin-left:60px}
#fotos img{margin:5px 1px 0px 0px;border: 1px solid white;}
#fotos li{background:none;display:block;width:160px;height:100px;margin:1;}
.elena:hover img{background:url(objetos/elena.jpg);height:95; width:75}
.valya:hover img{background:url(objetos/valya.jpg);height:95; width:75}
.boriana:hover img{background:url(objetos/boriana.jpg);height:95; width:75}
#contenido{background:url(objetos/contenido.jpg); width:470px;height:600px;margin:105px 0 0 240;position:absolute ;text-align:center}
#contenido p {;padding:10px; text-indent: 15px;}
#contenido li{background: none}
#buzon{width:120; margin: 0 0 0 20}
.img{margin:0 0 0 12;}
#radio{width:260; height:200;float:right;margin-top:104}
#pie{;width:470px;height:20px;margin:720px 0 0 240;position: absolute;text-align:center}
#pie li{;display:block;width:155px;height:20px;text-align: center;margin:0 0 0 1;float:left}
#pie li:hover{background:url(objetos/onbotonpie.jpg);font-size:1em}
.links p:hover {font-size:0.9 em;color:silver}
#pie p{color:silver;font-size:0.8em;padding:4px}
#pie ul{height:20px; width:470px}

li{background:url(objetos/boton.jpg);display:block;width:154px;height:25px;margin:0;text-align:center}
li:hover, li.over{background:url(objetos/onboton.jpg);color:white}
li a{color: red;}
li a:hover{color:white;font-weight: bold}
li p{;padding-top:8px}
li>ul{top:228;left:100}
/* CONTENEDOR DE LAS MINIATURAS */
.container {
	margin:0 auto;
   width: auto;
   padding: 1em 1em 1em 1em;
   text-align: center;
   <-----background-color: #222;------>
   height: auto;
}

.container p {
	color: #fc7;
	font-family: "Andale mono", "Trebuchet MS", sans-serif;
	font-size: 12px;
	border-bottom: 1px dashed #666;
}

/* Propiedades de las miniaturas */
.thumb img {
        border: 2px solid #fce;
        margin: 0 3px 5px 3px;
}


/* Aspecto de las miniaturas cuando pasamos el ratón por encima de ellas */
.thumb:hover img {
   border: 2px solid #000;
}


/* Para que no se vean las imágenes hasta que se haga mouse over sobre las miniaturas */
.thumb span {
	position: absolute;
	top: 80px;
	left: -1000px;
   visibility: hidden;
	color: #fc7;
	font-family: "Andale mono", "Trebuchet MS", sans-serif;
	font-size: 12px;
	border-bottom: 1px dashed #666;
   
}


/* Estilo de la capa que se ve cuando se pasa el ratón por una miniatura */
.thumb:hover span {
	background-color: #333;
   visibility: visible;
   right: 0;
	top:  80px;
	left: 0px;
	z-index: 50;
	margin: 0 auto;
   width: auto;
}


/* Estilo de las imágenes que se muestran al hacer el mouse over */
.thumb span img{ 
	border: 1px solid #000;
	padding: 5px 5px 40px 5px;
	background-color: #fff;
}



