* {
	margin: 0;
	padding: 0;
	border-style:none;
	text-decoration:none;
}


body {
	width: 1001px;
	background: #FFFFFF;
	margin:auto;
	margin-top:10px;
}	

#preloading{
	display:none;
}

#loadingText{
	background:url(images/cargando.jpg) no-repeat;
	width:640px;
	height:229px;
	margin:auto;
}



#contentLoading{
	position:relative;
	width:640px;
	height:480px;
	margin:auto;
}


#cargandoDiv{
	display:none;
	position:absolute;
	left:390px;
	top:230px;
	width:300px;
	height:60px;
	z-index:30;
	background:#dac6c6;
	border:thin solid black;
}
#cargandoDiv p{
	position:absolute;
	left:30px;
	top:11px;
	width:300px;
	height:60px;
	font-family:'Helvetica';
	color:white;
	font-style:italic;
	font-size:30px;
	
}

#content{
	position:relative;
	width: 1001px;
	height: 580px;	
	margin: auto;
	background: url(../images/fondoSlideShow.jpg) no-repeat;
}




#letras{
	position:absolute;
	z-index:0;
	background:url(images/letras.jpg) no-repeat;
	left:255px;
	top:420px;
	width:512px;
	height:160px;
}




#my_show{
	left:4px;
	top:108px;
	width:640px;
	height:300px;
	border-style:solid;
	border-color:white;
	border-width:thin;
	border-style:inset;
}

#footer {
    display:block;
	text-align:center;
	font-style:italic;
}
