/* CSS Document */

.cabecera {
	width: 900px; 
	height: 60px; 
	background-color: #FFFFFF; 
	position: relative; 
	left: 50%; 
	margin: 0 0 0 -450px;
	border:#CCCCCC;
	}
.contenedor {
	width: 900px; 
	height: 700px; 
	background-color: #FFFFFF; 
	position: relative; 
	left: 50%; 
	margin: 0 0 0 -450px;
	border:#CCCCCC;
	}
.contenedor2 {
	width: 900px; 
	height: 650px; 
	background-color: #FFFFFF; 
	position: relative; 
	left: 50%; 
	margin: 5px 0 0 -450px;
	border:#CCCCCC;
	}
.llar1 {
	width: 350px;
	height: 490px;
	position: relative;
	left: 50%; 
	margin: 10px 0 0 -175px;
	}
.llar2 {
    width: 880px;
	height: 140px;
	position: absolute;
	left: 10px;
	top: 500px;
	}
.menu1 {
    width: 100px;
	height: 125px;
	position: absolute;
	left: 10px;
	top: 10px;
	}
.menu2 {
	width: 770px;
	position: absolute;
	left: 120px;
	top: 10px;
	}
