/*Documento CSS*/

#menu{
	float: left;
	width: 150px;
	height: 100px;
	padding: 0px;
	padding-left: 0px;
	border-right-color: #006;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ececff;
	border-bottom-color: #ececff;
	border-left-color: #ececff;
}

#menu a{
	padding: 3px 1px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid gray;
	color: #606;
}

#menu a:hover{
	background-color: #99c;
	color: #fff;
}

body {
	background-color: ##ececff;
	font-family: Verdana;
}

.titulos {
	color: #036;
}

#contenidos{
	float:left;
	width:610px;
	min-height: 420px;
	margin-left: 10px;
	padding-bottom: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 500px;
}

