@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;}

div#contenido{
	position:relative;
	width:960px;
	height:700px;
	background: ;
	top:20px;
	margin-right:auto;
	margin-left: auto;
	}
div#texto{
	position:relative;
	float:left;
	width:940px;
	height:350px;
	background:;
	left:;
	margin-right:20px;
	padding:10px;
	font-family:"Arial Rounded";
	font-size:16px;
	text-align:justify;
	color:#282828;
	}
div#imagen{
	position:relative;
	float:left;
	width:960px;
	height:350px;
	background:#9cafc4;
	}
div#imagen img{
	position:relative;
	width:940px;
	height:330px;
	margin:10px;
	}
        table,td {
	border: 1px solid black;
}
div#footer{
	position:absolute;
	width:100%;
	height:100px;
	background:#9cafc4;
	top:4300px;
	border-top: grey solid 2px;
	color:#282828;
	}