/* CSS Document */
html, body {
	/*text-align:center;*/
}

.contenedor{
	height: auto;
	width: 958px;
	border: 0px;
	margin:auto;
}
.cabecera{
	width: 922px;
	height: 306px;
}
.cabecera .izquierda{
	width:18px;
	background-color: #045950;
	height: 290px;
	border: 0;
	margin-bottom:0px;
}
.cabecera .derecha{
	width: 904px;
	height: 306px;
	border: 0;
}
.ladoderecho{
	width: 36px;
	border: 0px;
	height:auto;
}
.menu{
	width: 224px;
	height: 336px;
	border: 0px;

}
.menu .opcion1{
	width: 18px;
	background-color: #045950;
	border: 0px;
	height: 58px;
}
.menu .opcion2{
	width: 18px;
	background-color: #c0bd71;
	border: 0px;
	height: 58px;
}
.menu .opcion3{
	width: 18px;
	background-color: #c62c02;
	border: 0px;
	height: 58px;
}
.menu .opcion4{
	width: 18px;
	background-color: #fd8402;
	border: 0px;
	height: 58px;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration:underline;
}
.pie{
	height:18;
	width: 958px;
	border: 0px;
	margin:auto;
	background-color:#EDEDED;
}

