body {
	color: #003333;
	background-color: #333300;
	background-repeat: repeat-y;
	background-position: center top;
}
.topp {
	width: 360px;
	position: relative;

		margin-left: auto;
	margin-right: auto;

}


.menu {
	text-align: center;
}
.menuizq {
	text-align: center;
}

.capa0 {

	background-image: url(../imagenes/fondo_gsm.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}	
.main {
	width: 100%;
	background-color: #ECE2D9;
	border: 1px groove #CC6600;
	z-index: 40;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	}
	
img {
	max-width: 98%;
	height: auto;	
}

.verdebox {
	background-color: #4C5737;
	color: #FFF;
	text-align: center;
	padding: 25px;
}
.izq {
	width: 100%;
	position: relative;
	top: 20px;	
	margin-bottom: 10px;
}
	
	.barrapie {
	font-weight: bold;
	color: #FFFFCC;
	background-color:  #330;
	height: 20px;
	width: 80%;
	padding-bottom: 5px;
	z-index: 2000;
	text-align: left;
	padding-top: 5px;
	position: fixed;
	bottom: 0px;
	margin-left: 50px;
	border-radius: 5px;
}

.barrapie, A {
	color: #FF3;	
}

.barrapie a:visited
	 {
	color: #FF3;	
}

.izqtop {
	display:none
}
.der {
	top: 20px;
	position: relative;
	padding-bottom: 20px;
}