body {
	background:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#contenedor {
	width: 760px;
	margin: auto;
}
#cabecera {
	background:url(../img/cabecera_presentacion.jpg);
	width:100%;
	height:122px;
	margin-bottom:5px;
}
#contenido {
	background:#FFFFFF;
	font-size:0.8em;
	padding:10px;
	margin:0px;
}	
#contenido a {
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1;
}
#contenido a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}
#contenido p {
	margin-bottom:20px;
}
#pie {
	background:#FFFFFF;
	padding:5px;
	margin-top:-5px;
}
#dentropie {
	background:#e75417;
	color:#FFFFFF;
	font-size:0.7em;
	text-align:center;
	padding:5px;
}
#dentropie a {
	text-decoration:none;
	color:#FFFFFF;
}
.csc-frame-frame1 {
	border-bottom:1px dotted #e75417;
	clear:both;
	width:100%;
	padding-bottom:0px;
	margin-bottom:15px;
}
.csc-frame-frame1 img {
	margin-right:20px;
	border:0px;
}

