@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
}
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.principal {
	width: 996px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.fijo {
	position:fixed;
}
.cabezote {
	float:left;
	position:relative;
	width: 84px;
	padding-right:20px;
	height: 100%;
	background-image:url(../../../imgPlantilla/fnd_header.png);
	background-repeat:repeat-y;
}
.contenido {
	width: 892px;
	float: right;
	position:relative;
}
.img_logoEC {
	background-image:url(../../../imgPlantilla/logo_eccom.png);
	background-repeat:no-repeat;
	vertical-align:top;
}
.img_botones {
	padding-top:20px;
	padding-left:13px;
	display:block;
}
.clear {
	clear: both;
}
.texto {
	font-size: 11px;
	color: #ccc;
}
.titulo {
	font-size: 20px;
	color: #fff;
}
.cajaCreditos {
	float: right;
	position:relative;
	width:892px;
	padding:10px 0 5px 0;
}
.cajaCopy {
	float: left;
	position:relative;
	width:70%;
	padding-top:5px;
}
.cajaCopy2 {
	float: right;
	position:relative;
	width:30%;
	padding-top:15px;
}
.separador {
	border-bottom:#CCC 1px dashed;
}