@charset "utf-8";
/* CSS Document */
html {
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}
body {
	background-color: 0#FFFFFF;
	color:#00000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

iframe {
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #4B4B4B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

#contenedor {
	width: 850px;
	height: 105px;
	position:absolute;
	left: 50%;
	margin-top:10px;
	margin-left:-425px; /* half of width */
}

#titulo {
	width: 850px;
	height: 80px;
	margin:0px;
}

#titulo img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#secciones{
	font-family: Segoe UI, Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	position: absolute;
	width: 800px;
	height: 25px;
	text-align: center;
}

#secciones a, a:visited {
	color: #444444;
	text-decoration:none;
}

#secciones a:hover {
	color: #000000;
	text-decoration:underline;
}

a, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

#frame{
	width: 100%;
	height: 80%;
	top: 125px;
	position: absolute;
	text-align: center;
	
}

#minis{
	font-family: Segoe UI, Georgia, "Times New Roman", Times, serif;
	width: 620px;
	height: 450px;
	position:absolute;
	text-align:center;
	left: 50%;
	margin-left:-310px; /* half of width */
}

#portada{
	font-family: Segoe UI, Georgia, "Times New Roman", Times, serif;
	height: 450px;
	/*position:absolute;*/
	text-align:center;
}


#minis-wider{
	font-family: Segoe UI, Georgia, "Times New Roman", Times, serif;
	width: 700px;
	height: 450px;
	position:absolute;
	text-align:center;
	left: 50%;
	margin-left:-350px; /* half of width */
}

#minis-100{
	font-family: Segoe UI, Georgia, "Times New Roman", Times, serif;
	/*width: 770px;
	height: 450px;
	position:absolute;*/
	width:100%;	
	text-align:center;
	/*left: 50%;
	margin-left:-385px; /* half of width */
}


#minis img, #minis-wider, #minis-woman img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#galeria{
	width: 100%;
	height: 450px;
	text-align:center;
	position:absolute;
	margin: 0px;
	border:0 px;
}

#galeria table {
	margin: 0 auto;
	text-align: left;
}

#info {
	width: 100%;
	height: 20px;
	top: 640px;
	text-align:center;
	font-family: Segoe UI, Georgia, "Times New Roman", Times, serif;
	color: #A9A9A9;
	font-size: 65%;
	position:absolute;
	margin: 0px;
	border:0 px;
	
}

#celebrity-name {
	font-family: Segoe UI, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#celebrity-name, a {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#celebrity-name a, a:visited {
	color: #444444;
	text-decoration:underline;
}

#celebrity-name a:hover {
	color: #000000;
	text-decoration:none;
}

#mini-celebrities {
	width:100px;
	height:160px;
	
}


/*  PRUEBAS FOTO CON PIE SOMBREADO  */


#mini {
	width:100px;
	height:140px;
	display: table;
	margin:0 auto;
}

#mini-img {
	border:none;
	margin:0;
	padding:0;	
}

#mini-span1 {
	top:120px;
	line-height:normal;
	font-size:10px;
	display:table-caption;
	margin:0;
	background:#646464;
	color: white;
	font-family: verdana;
	font-style: italic;
	position:relative;
	height:0;
	text-align: center;
}

#mini-span2 {
	background:rgba(0, 0, 0, 0.4);
	display: block;
	padding: 3px;
	text-shadow: 0 0 15px white;	
}




