* {
	margin: 0px auto;
}
a {
  outline: 0px;
}
body {
	background: url(../Images/background.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* CONTENEDOR PRINCIPAL */
.content {
	width: 970px;
}

/* HEADER */
.header {
	height: 90px;
	background: url(../Images/head-background.jpg) no-repeat bottom;
	padding-right: 25px;
	padding-left: 50px;
}
.header ul {
	list-style: none;
	margin-top: 43px;
	float: right;
	padding: 0px;
	margin-left: 0px;
}
.header ul li {
	float: left;
	background: url(../Images/head-separator.jpg) no-repeat right;
}
.header ul li.no-sep {
	background: none !important;
}
.header a.link-home img{
	margin-top: 30px;
	border: none;
	float: left;
}
.header ul li a {
	text-decoration:none;
	color: #838383;
	padding-left: 8px;
	padding-right: 8px;
}
.header ul li a img{
	border: none;
}

/* ESTILOS DEL CONTENEDOR */
.container-left {
	background: url(../Images/container-back-left.jpg) no-repeat top left;
	padding-left: 25px;
}
.container-right {
	background: #fff url(../Images/container-back-right.jpg) no-repeat top right;
	padding-right: 25px;
	
}
.content-body {
	text-align: left;
	height: 900px;
	*height: 900px !important;
	min-height: 900px;
	width: 920px;
	background: url(../Images/content-body-back.jpg) repeat-x;
}


/* ESTILOS DEL FOOTER */
#footer2 
{
	margin-top: 80px !important;
	margin-top: 0px;
}

#footer3 
{
	margin-top: 30px !important;
	margin-top: 0px;
}

#footer4 
{
	margin-top: 30px !important;
	margin-top: 0px;
}

.footer
{
	background: #333;
	border-top: 1px solid #a9a9a9;
	font-size: 11px;
	color: #929292;
	height: 35px;
}

.footer .content {
	width: 900px;
	text-align: left;
	padding-top: 5px;
}
.footer .content p {
	float: left;
	padding-top: 5px;
}
.footer .content ul {
	float: right;
	list-style: none;
	background: url(../Images/footer-separator.jpg) no-repeat left;
	padding: 0px;
	height: 25px;
}
.footer .content ul li {
	float: left;
	background: url(../Images/footer-separator.jpg) no-repeat right;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	padding-top: 5px;
}
.footer .content ul li a {
	text-decoration: none;
	color : #929292;
}
/* ESTILOS GENERALES EN LAS PAGINAS */
div.head-title {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #C3C3C3;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #7F7F7F;
}
.div-f {
	margin:0px auto;
	text-align: left;
	display: inline-block;
}
.div-f:after {
	content: ""; 
	display: block; 
	height: 0px; 
	clear: both;
}
