body{
	background-color: #ffffff;
	font-family: Times New Roman;
}

#contenedor{
	position: absolute;
	top:30px;
	left: 30px;
	width: 1350px;
	border: 0px solid #0000ff;
}

#menu{
	border: 0px solid #0000ff;
	color: red;
	width: 150px;
	height: 600px;
	float: left;
}

#contenido{
	height: 600px;
	border: 0px solid #ffffff;
	float: left;
}

#titulo{
	text-align: center;
	color: white;
}

.columna{
	width:200px;
	float: left;
	text-align: center;
}

.dcolumna{
	width:400px;
	float: left;
	text-align: center;
}

.regla{
	width: 170px;
	background-color: #ff0000;
}

.dregla{
	width: 370px;
	background-color: #ff0000;
}

.titcol{
	color: #bbbbbb;
}

.texcol{
	color: #009966;
	margin: 5px;
	width: 190px;
	text-align: justify;
}

.dtexcol{
	color: #006699;
	margin: 5px;
	width: 390px;
	text-align: justify;
}

.imgdbl {
	width: 380px;
	border: 1px dotted #66ff66;
	padding: 5px;
}

.imgnml {
	width: 100px;
	border: 1px dotted #6666ff;
	padding: 5px;
}