/* ================== */
/* CUERPO DE LA WEB  */
/* ================== */
body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
}

/* ====================================== */
/* CONTENEDORES APARTADOS DE LA WEB */
/* ====================================== */
#contenedorWebSuperior {
	width: 100%;
	height: 195px;
	position: relative;
    margin: 0 auto;
	background-image: url(/img/bgHead.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	z-index: 100;
}

#contenedorWebSuperiorContenido {
	width: 990px;
	height: 160px;
	position: relative;
    margin: 0 auto;
	z-index: 100;
}

#contenedorWebContent{
	width: 100%;
	min-height: 600px;
	height: auto;
	position: relative;
    margin: 0 auto;
	background-image: url(/img/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#contenedorWebContentContenido {
	width: 920px;
	min-height: 600px;
	height: auto;
	position: relative;
    margin: 0 auto;
	background-color: #000000;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	padding: 4px;
}

#contenedorWebContentContenidoMotorcare {
	width: 180px;
	min-height: 600px;
	height: auto;
	position: relative;
    margin: 0 auto;
	float: left;
}

#contenedorWebContentContenidoCentral{
	width: 544px;
	min-height: 600px;
	height: auto;
	position: relative;
    margin: 0 auto;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#contenedorWebContentContenidoCentralSeccion{
	width: 694px;
	min-height: 600px;
	height: auto;
	position: relative;
    margin: 0 auto;
	float: left;
	padding-left: 38px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#contenedorWebContentContenidoCentralSlider{
    margin-top: -4px;
}

#contenedorWebContentContenidoCentralNoticias{
	width: 544px;
	min-height: 431px;
	height: auto;
	position: relative;
    margin: 0 auto;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-top: 5px;
	padding-top: 5px;
	text-align: justify;
	background-image: url(/img/bg-top-news.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-top: 55px;
}

#contenedorWebContentContenidoCentralFooterNoticias{
	width: 544px;
	height: 136px;
	position: relative;
    margin: 0 auto;
	margin-top: 4px;
}

#contenedorWebContentContenidoCentralFooterNoticiasIzquierda{
	width: 270px;
	height: 136px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(/img/cat_online.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#contenedorWebContentContenidoCentralFooterNoticiasDerecha{
	width: 270px;
	height: 136px;
	position: relative;
    margin: 0 auto;
	margin-left: 4px;
	float: left;
	background-image: url(/img/cons_auto.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


#contenedorWebContentContenidoDerecha {
	background-color: #000000;
	width: 180px;
	min-height: 600px;
	height: auto;
	position: relative;
    margin: 0 auto;
	float: left;
}

#contenedorWebContentContenidoDerechaMultimedia {
	width: 180px;
	height: 175px;
	position: relative;
    margin: 0 auto;
	background-image: url(/img/multimedia.jpg);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin-top: -5px;
	padding-top: 8px;
	padding-left: 4px;
}

#contenedorWebFooter{
	width: 100%;
	height: 105px;
	position: relative;
    margin: 0 auto;
	background-color: #333333;
	background-image: url(/img/bgFooter.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/* ======================================== */
/* CAPA DE CLEAR PARA SEPARAR LAS CAPAS  */
/* ======================================== */
.clear { 
	clear:both; 
}
