body {
	margin:0;
	background:#00803f;
}
a {
	text-decoration:none;
}
div#GeneralContent {
	width:1000px;
	margin:0px auto;
	
}

div#header {
	margin:0px auto;
	background:url(images/landingtop.jpg) no-repeat center top;
	height:318px;
}

div.imgBoton{
	height:159px;
}

a div#home {
	background:url(images/starsoff_01.png) no-repeat center top;
	width:240px;
}

a:hover div#home {
	background:url(images/starson_01.png) no-repeat center top;
	width:240px;
}


a div#info {
	background:url(images/starsoff_02.png) no-repeat center top;
	width:201px;
}

a:hover div#info {
	background:url(images/starson_02.png) no-repeat center top;
	width:201px;
}

a div#recorrido {
	background:url(images/starsoff_03.png) no-repeat center top;
	width:130px;
}

a:hover div#recorrido {
	background:url(images/starson_03.png) no-repeat center top;
	width:130px;
}


a div#personajes {
	background:url(images/starsoff_04.png) no-repeat center top;
	width:111px;
}

a:hover div#personajes {
	background:url(images/starson_04.png) no-repeat center top;
	width:111px;
}

a div#galeria {
	background:url(images/starsoff_05.png) no-repeat center top;
	width:111px;
}

a:hover div#galeria {
	background:url(images/starson_05.png) no-repeat center top;
	width:111px;
}



div#menu {
	margin:0px auto;
	background:none;
	height:158px;
	
}


div#contentBox {
	margin:0px auto;
	background:url(images/landingmiddle.jpg) repeat center top;
	width:1000px;
}


div#home2, div#recorrido2, div#personajes2, div#info2 {
	width:800px;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:justify; 
	color:#FFF;
	padding:25px 100px;
}

div#home2{
	height:409px;
	background:url(images/book.png) no-repeat center center;
	
}

div#flagContent {
	margin:0px auto;
	background:url(images/landingmiddle.jpg) repeat center top;
	height:318px;
}

div#flag {
	margin:0px auto;
	background:url(images/banderita.png) no-repeat center top;
	height:318px;
}


div#footer {
	margin:0px auto;
	background:url(images/landingbottom.jpg) no-repeat center top;
	height:310px;
}

 div.noshow {
 	display:none;
 }

div.noshow.tooltip {
 	display:none; 
    background:transparent url(images/desfilefigurita.png) no-repeat center center; 
    font-size:0.7em;
    height:69px; 
    width:179px; 
    padding:40px 30px 25px 30px; 
    color:#FBFDB0;
	text-align:center; 
 }



a div.icon, div.iconltex {
	height:74px;
	width:65px;
	float:right;
}

a div.icon.twitter {
	background:url(images/twittericon.png) no-repeat center center;
}

a div.icon.facebook {
	background:url(images/facebookicon.png) no-repeat center center;
}

div.noshow.tooltip.icon {
 	display:none; 
    background:transparent url(images/flagie.png) no-repeat center center; 
	font-size:0.8em;
    height:43px; 
    width:110px; 
    padding:0px 35px 25px 35px; 
    color:#FBFDB0;
	text-align:center; 
 }

 
div.paginationBox table tr td a {
	color:#FBFDB0;
	font-family:Verdana;
	font-size:0.8em;
	text-decoration:none;
}

div.paginationBox table tr td {
	padding:3px;
	
		
}

div.paginationBox table tr td a div {
	border:1px #ffffff solid;
	background:#6e1f19;
	padding:3px 5px;		
}

div.paginationBox table tr td a:hover div {
	background:#FBFDB0;
	color:#6e1f19;		
}

table.userFormTable tr td {
	padding:20px;
	text-align:center;
	width:300px;
}

table.userFormTable tr td fieldset{
	width:200px;
	border:1px #bfbfbf solid;
}

table.userFormTable tr td table tr td {
	padding:5px;
}

table.userFormTable tr td form{
	display:none;
}

div.userFormTitle{
	background:url(images/inputBoton.png) no-repeat center center;
	width:126px;
	height:26px;
	color:#6e1f19;
	text-align:center;
	font-size:0.8em;
	padding-top:10px;
	cursor:pointer;

}

div.userFormTitle:hover{
	color:#01549a;
}

#upload{
	background:url(images/botonsubir.png) center center;
	width:221px;
	height:86px;
	cursor:pointer;
}
#status{
	display:block;
}
div#images{
	padding:5%;
	display:block;
	width:450px;
	margin:0px auto;
}
img.imagenSubida {
	height:75px;
	margin:5px;
	padding:5px;
	border:1px #bfbfbf solid;
	float:left;
}


