/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color: #FFFFFF;
	background-color: #000000;
}
#iframeHead {
	height: 110px;
	width: 960px;	
}
#head {
	margin: auto;
	height: 110px;
	width: 960px;
	background-color: #000000;
}
#parties {
	margin: auto;
	height: 200px;
	width: 740px;
	margin-bottom: 10px;
}
#logo {
	width: 340px;
	float: left;
}
#menu {
	width: 620px;
	float: right;
}
#page {
	margin: auto;
	width: 960px;
	padding-top: 10px;
}
#footer {
	font-size: 11px;
	color: #222;
	margin: auto;
	width: 960px;
	margin-top: 10px;
	padding: 70px 0 15px 0;
	background:url(../images/pie.png) no-repeat;
	height:101px;
}
#footer a {	color: #222; }
#footer a:hover {	color: #000; }
#footer p { padding-bottom: 5px; }
#footer span { font-weight:bold; padding-left:20px; color:#CA700B; }

img {
	border: none;
}

.clear { clear:both; height:0px; }


#buttons {
	text-align: right;
}
#buttons img:hover {
	background-position: bottom;
}
#buttonVIP {
	background: url(../images/zonaVIP.png);
}
#buttonForo {
	background: url(../images/comentarForo.png);
}
#buttonPhotos {
	background: url(../images/verFotos.png);
}
#buttonFlayerG1 {
	background: url(../images/paseG1.png);
}
#buttonFlayerG2 {
	background: url(../images/paseG2.png);
}
#buttonFlayerG3 {
	background: url(../images/paseG3.png);
}
#buttonFlayerE {
	background: url(../images/paseE.png);
}
#crearAlbum {
	background: url(../images/crearAlbum.png);
}


.button {
	margin: 15px 0;
}
.button label {
	font-size: 12px;
	font-weight:bold;
	color: #E57409;
	margin-right: 10px;
}
.button a {
	background: url(../images/buttonL.png) left top no-repeat;
	padding:0 0 0 10px;
	text-decoration: none;
}
.button a span {
	background: url(../images/buttonR.png) right top;
	padding: 2px 10px 3px 0;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}
.button a:hover,
.buttonActive a {
	background-position: bottom left;
}
.button a:hover span,
.buttonActive a span {
	background-position: bottom right;
	color:#FFFFFF;
}



.showMap {
	margin: 10px 0 0 20px;
	background: url(../images/verMapa.png);
	color: #FFFFFF;
}
.showMap:hover {
	background-position: bottom;
}

#titlePage {
	padding: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #FFF;
	background-color: #E57409;
	text-align: center;
}
#titlePage a,
#titlePage strong {
	color: #FFF;
}

#bannerLeft {
	width: 200px;
	float: left;
}
#bannerLeft p {
	margin-bottom: 8px;
}

#bannerRigh {
	width: 200px;
	float: right;
	text-align: right;
}
#bannerRight h1 {
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
}
#bannerRight p {
	margin-bottom: 8px;
	text-align: right;
}

#bannerTop {
	margin: auto;
	width: 744px;
	margin-bottom: 10px;
}

#vipAjax {
	color: #000000;
	font-size: 12px;
}
#vipAjax .details {
	background: url(../images/flecha.gif) no-repeat;
	margin: 0 0 10px 5px;
	padding-left: 15px;
}
#vipAjax input {
	margin: 0 0 10px 20px;
}


/* menuBar */

#menuBar { height: 30px; background:url("../images/menu.jpg"); font-size:13px; font-weight:bold; margin-bottom:15px;}
#menuBar .left {background:url("../images/menuLeft.jpg"); width:10px; height:30px; float:left; }
#menuBar .right {background:url("../images/menuRight.jpg"); width:10px; height:30px; float:right; }
#menuBar ul { list-style:none; }
#menuBar li { display:inline; margin:0; padding:0; }
#menuBar a { float:left; margin:0; text-decoration:none; text-align:center; }
#menuBar a span { background: url("../images/menuHover.jpg") repeat-x; background-position:0 -30px; float:left; display:block; padding:7px 7px; color:#333; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuBar a span {float:none;}
/* End IE5-Mac hack */
#menuBar a:hover span { color:#000000; }
#menuBar a.actived span { color:#000000; background-position:0px 0px; }


/* menuBox */

#menuBox { background-color: #080808; border: solid 1px #292929; margin-bottom:10px; padding: 10px; font-size:12px; }
#menuBox ul { list-style:none; }
#menuBox li { float:left; width:33%; padding:5px 0; }
#menuBox li a{ background:url("../images/flecha3.gif") no-repeat; background-position:0 3px; padding-left:15px; color:#999999; }
#menuBox li a:hover { color:#CCCCCC; }
#menuBox li a.actived { color:#E57409; font-weight:bold; }


