#contenedor {
	height: 500px;
	width: 1000px;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 30px;
	margin: auto;
}
#cabecera {
	height: 70px;
	width: 1000px;
}
#columnaizq {
	width: 230px;
	height: 100%;
	float: left;
}
#contenido {
	height: 100%;
	width: 540px;
	float: left;
}
#columnader {

	width: 230px;
	height: 100%;
	float: left;
}
.contenedor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
}
.datoscontacto {
	font-family: verdana;
	color: #FFFFFF;
}
a:link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-size: 16px;
}
#contenedorport {
	height: 500px;
	width: 1000px;
	margin-left: 0px;
	margin-top: 30px;
	margin: auto;
	background-color: #000066;
}
