#contenedorPral {
	position: relative;
	width: 700px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 50px;
	padding-right: 50px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 400px;
	padding-top: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#webs {
	float: left;
	position: relative;
	width: 700px;
	margin-top: 20px;
}
#webs li {
	list-style-type: disc;
	font-size: 12px;
}

#cabecera {
	background-image: url(exploramedia_logo.png);
	height: 140px;
	background-repeat: no-repeat;
	width: 700px;
}
#descripcion {
	background-color: #C6E26D;
	color: #3F4F0F;
	float: left;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 700px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #B33A00;
	font-weight: normal;
}
a {
	text-decoration: none;
	font-size: 12px;
	color: #B33A00;
}
