body {
	width: 100%;
	height: 100%;
	background-color: #85ABCB;
	margin: 0px;
	margin-bottom: 20px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	line-height:1.6;
}

/*-----------------------------reset--------------------------------*/
p,ul,li,h1,h2,h3,h4,h5,h6, fieldset{
	padding: 0;
	margin:0;
}
/*-----------------------------elementos basicos html--------------------------------*/
p {
	padding: 0 0 10px 0;
	display:block;
	float:left;
}
p {
	width:600px;
}
em {
	width: 700px;
	float:left;
}
h1 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 700px;
	float:left;
	margin-left: -30px;
	margin-bottom:-30px;
	padding: 15px 0 0 0;
	height:70px;
	position:relative;
	z-index: 1;
	display: inline;
	margin-right:-3px;
}
h2 {
	width: 700px;
	font-size: 18px;
	font-weight: bold;
	float:left;
	padding: 15px 0 10px 0;
}
h3 {
	width: 700px;
	font-size:14px;
	font-weight: bold;
	float:left;
	padding: 15px 0 15px 0px;
}
.small {
	font-size: 12px;
}
a {
	outline: 0;
	display:block;
}
a:link, a:visited {
	color:black;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
}

hr {
	color:black;
	background-color: black;
	padding:0;
	height:1px;
	border: 0;
	margin:10px 0;
}
img {
	display: block;
	border:none;
}
/*---------------------------------------------layout--------------------------------*/
#contenedor {
	width: 982px;
	margin: 0 auto;
	background-color: #000;
	position:relative;
	overflow:hidden;
	margin-bottom: 40px;
}
#header {
	overflow:hidden;
}
#content {
	padding: 10px 91px;
	width: 800px;
	background-color: #000;
	position:relative;
	float:left;
}
#background {
	width: 700px;
	float:left;
	border:none;
	text-decoration:none;
	background-color:#75A5DA;
	padding: 15px 50px 40px 50px;
	margin: 0px 0 20px 0px;
	color: black;
	position: relative;
	overflow:hidden;
	display: block;
	
}
.top-left {
	position: absolute;
	top:0px;
	left:0px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/top_left.png);
	background-repeat: no-repeat;
}
.top-right {
	position: absolute;
	top: 0px;
	right:0px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/top_right.png);
	background-repeat: no-repeat;
}
.bottom-left {
	position: absolute;
	bottom:0px;
	left:0px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/bottom_left.png);
	background-repeat: no-repeat;
}
.bottom-right {
	position: absolute;
	bottom:0px;
	right:0px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/bottom_right.png);
	background-repeat: no-repeat;
}
#columna_izquierda {
	width:320px;
	float:left;
	display:inline;
	margin-right:63px;
}
#columna_derecha {
	width:320px;
	float:left;
	margin-right:-3px;
	display:inline;
}
#columna_izquierda p, #columna_derecha p,
#columna_izquierda h3, #columna_derecha h3{
	width:320px;
}
#footer {
	clear:both;
	
}