
/* CSS estructura */ 

body {
    
    width:900px;
	background-image:url(../img/agua.jpg);
	margin:auto;
	margin-top: 8px;
	
}

.general {

	width:900px;
	background:#FFFFFF;
	z-index: 1;
}

.top {
	background-image:url(../img/cabecera.jpg);
	height: 100px;
}

.container {

	background:#FFFFFF;
	width: 900px;
	min-height: 300px
}


.cuerpo {
     float:right;
	width: 900px;
	min-height: 1000px;
	background-image:url(../img/wall.jpg);
}

.barra {
	margin-top: 10px;
	width: 120px;
	margin-left:0px;
	float:left;
	font-weight: bold;
}

.content {
	margin-left: 150px;
	float:right;
	width: 650;
}


.fecha {
	float: right;
	margin-top: 80px;
	margin-right: 5px;
	font-weight: bold;
}

.bandera {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
.data {
	color:black;
	font-weight: bold;
}


a:link {text-decoration: none;  color: #000099}
a:visited {text-decoration: none; color: #000099}
a:hover {text-decoration: nome; color:#00ff00}



