@charset "utf-8";
/* CSS Document */

#contenedor {
	height: 4940px;
	width: 1350px;
	margin: auto;
	padding: 0px;
}

#cabecera {
	float: left;
	height: 830px;
	width: 1350px;
}
#menu {
	float: left;
	height: 110px;
	width: 1350px;
	background-color: #FFF;
}
#logo_cec {
	float: left;
	height: 95px;
	width: 145px;
	background-image: url(imagenes/logo_calentadores.png);
}
#menu_nombre_empresa {
	float: left;
	height: 52px;
	width: 1180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#nombre_empresa {
	float: left;
	height: 32px;
	width: 640px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #333;
	text-align: center;
	margin-top: 8px;
}
#logo_telefono {
	float: right;
	height: 45px;
	width: 45px;
	background-image: url(imagenes/logo_telefono.png);
}
#telefono {
	float: right;
	height: 40px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bolder;
	text-align: right;
	margin-top: 5px;
}
#logo_whatsapp {
	float: right;
	height: 45px;
	width: 45px;
}
#telefono_whatsapp {
	float: right;
	height: 40px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bolder;
	text-align: right;
}
#menu_principal {
	float: left;
	height: 45px;
	width: 1140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 40px;
}
#inicio {
	float: left;
	height: 45px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}
#servicios {
	float: left;
	height: 45px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	margin-left: 20px;
}
#calentadores {
	float: left;
	height: 45px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	margin-left: 20px;
}
#contactenos {
	float: left;
	height: 45px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	margin-left: 20px;
}

#slider {
	width: 1350px;
	height: 640px;
	margin: auto;
	padding: 0;
	overflow: hidden;
}

#slider ul {
	display: flex;
	padding: 0;
	width: 500%;

	animation: secuencia 25s infinite;
	animation-direction: alternate;
	animation-timing-function: linear;	
}

#slider li {
	width: 1350px;
	list-style: none;
}

#slider img {
	width: 1350px;
}

@keyframes secuencia {
	0% {margin-left: 0;}
	15% {margin-left: 0;}

	20% {margin-left: -100%;}
	35% {margin-left: -100%;}

	40% {margin-left: -200%;}
	55% {margin-left: -200%;}

	60% {margin-left: -300%;}
	75% {margin-left: -300%;}

	80% {margin-left: -400%;}
	100% {margin-left: -400%;}
}

#slogan {
	float: left;
	height: 75px;
	width: 1350px;
	background-color: #333333;
}
#logo_ajustes {
	float: left;
	height: 75px;
	width: 75px;
	background-image: url(imagenes/logo_ajustes.png);
	background-repeat: no-repeat;
	background-position: center;
}
.servicio_tecnico {
	float: left;
	height: 30px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 25px;
	margin-top: 15px;
}
.soluciones {
	float: left;
	height: 20px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 14px;
}
#tecnicos_sena {
	float: right;
	height: 75px;
	width: 670px;
	background-image: url(imagenes/tecnicos_sena_univalle.png);
}
#contenido {
	float: left;
	height: 3100px;
	width: 1350px;
	background-color: #FFF;
}
#marcas_soporte {
	float: left;
	height: 90px;
	width: 1350px;
	background-color: #FFF;
}
.marcas_soporte_tec {
	height: 50px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#imagenes_marcas01 {
	float: left;
	height: 290px;
	width: 1350px;
	background-color: #FFF;
}
#bosh {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/bosh.jpg);
}

#logo_bosh {
	float: left;
	height: 290px;
	width: 225px;
}
#img_bosh {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_bosh.png);
}
#logo_haceb {
	float: left;
	height: 290px;
	width: 225px;
}
#img_haceb {
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_haceb.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#haceb {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/haceb.jpg);
}
#logo_mabe {
	float: left;
	height: 290px;
	width: 225px;
}
#img_mabe {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_mabe.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#mabe {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/mabe.jpg);
}
#logo_clasic {
	float: left;
	height: 290px;
	width: 225px;
}
#img_clasic {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_clasic.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#mabe {
	float: left;
	height: 230px;
	width: 225px;
}
#classic {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/clasic.jpg);
}
#logo_challenger {
	float: left;
	height: 290px;
	width: 225px;
}
#img_challenger {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_challenger.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#challenger {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/challenger.jpg);
}


#logo_junker {
	float: left;
	height: 290px;
	width: 225px;
}
#img_junker {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_junker.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#junker {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/junkers.jpg);
}
#imagenes_marcas02 {
	float: left;
	height: 290px;
	width: 1350px;
	background-color: #FFF;
}
#logo_cimsa {
	float: left;
	height: 290px;
	width: 225px;
}
#img_cimsa {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_cimsa.png);
}
#cimsa {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/cimsa.jpg);
}
#logo_sueco {
	float: left;
	height: 290px;
	width: 225px;
}
#img_sueco {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_sueco.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#sueco {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/sueco.jpg);
}


#logo_abba {
	float: left;
	height: 290px;
	width: 225px;
}
#img_abba {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_abba.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#abba {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/abba.jpg);
}
#logo_shimasu {
	float: left;
	height: 290px;
	width: 225px;
}
#img_shimasu {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_shimasu.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#shimasu {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/shimasu.jpg);
}
#logo_heatmaster {
	float: left;
	height: 290px;
	width: 225px;
}
#img_heatmaster {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_heatmaster.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#heatmaster {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/heatmaster.jpg);
}
#logo_smartec {
	float: left;
	height: 290px;
	width: 225px;
}
#img_smartec {
	float: left;
	height: 60px;
	width: 225px;
	background-image: url(imagenes/logo_smartec.png);
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#smartec {
	float: left;
	height: 230px;
	width: 225px;
	background-image: url(imagenes/smartec.jpg);
}
#imagen_panoramica {
	float: left;
	height: 490px;
	width: 1350px;
	background-image: url(imagenes/instalacion_calentadores.jpg);
}
#galeria_calentadores {
	float: left;
	height: 870px;
	width: 1350px;
	margin-top: 30px;
}
#galeria_01 {
	float: left;
	height: 850px;
	width: 540px;
}
#galeria_02 {
	float: left;
	height: 465px;
	width: 370px;
	background-image: url(imagenes/galeria_ducha_caliente.jpg);
}
#galeria_03 {
	float: left;
	height: 465px;
	width: 440px;
	background-image: url(imagenes/galeria_ducha_bebe.jpg);
	background-repeat: no-repeat;
}
#galeria_04 {
	float: left;
	height: 385px;
	width: 480px;
	background-image: url(imagenes/galeria_jacuzzi.jpg);
}
#galeria_05 {
	float: left;
	height: 385px;
	width: 330px;
	background-image: url(imagenes/galeria_estufa.jpg);
}
#tipos_calentadores {
	float: left;
	height: 540px;
	width: 1350px;
}
.titulo_tipos_calentadores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}
#calentadores_01 {
	float: left;
	height: 480px;
	width: 450px;
}
#img01_calentadores {
	float: right;
	height: 370px;
	width: 405px;
	background-image: url(imagenes/calentadores_acumalacion_gas.jpg);
}
#texto_calent_01 {
	float: right;
	height: 110px;
	width: 405px;
}
.texto_tipos_calentadores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 60px;
	width: 360px;
	padding-top: 10px;
	font-weight: lighter;
	color: #666;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#calentadores_02 {
	float: left;
	height: 480px;
	width: 450px;
}
#img02_calentadores {
	float: left;
	height: 370px;
	width: 450px;
	background-image: url(imagenes/calentadores_paso_gas.jpg);
}
#texto_calent_02 {
	float: left;
	height: 110px;
	width: 450px;
}
.texto_calentadores02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666;
	height: 60px;
	width: 370px;
	padding-top: 10px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#calentadores_03 {
	float: left;
	height: 480px;
	width: 450px;
}
#img03_calentadores {
	float: left;
	height: 370px;
	width: 410px;
	background-image: url(imagenes/calentadores_tiro_forzado.jpg);
}
#texto_calent_03 {
	float: left;
	height: 110px;
	width: 410px;
}
.texto_calentadores03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666;
	width: 360px;
	padding-top: 10px;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 15px;
}
#servicios_calentadores {
	float: left;
	height: 500px;
	width: 1350px;
}
#titulo_servicio_calent {
	float: left;
	height: 100px;
	width: 1350px;
}
.titulo_ayuda {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	font-weight: bold;
	float: left;
	height: 50px;
	width: 1000px;
	margin-left: 30px;
}
.somos_expertos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	float: left;
	height: 30px;
	width: 1000px;
	color: #666;
	margin-left: 30px;
	margin-top: 15px;
}
#instalacion_calentadores {
	float: left;
	height: 350px;
	width: 337px;
	background-image: url(imagenes/instalacion.jpg);
}
#revision_calentadores {
	float: left;
	height: 350px;
	width: 337px;
	background-image: url(imagenes/revision.jpg);
}
#mantenimiento_calentadores {
	float: left;
	height: 350px;
	width: 337px;
	background-image: url(imagenes/mantenimiento.jpg);
}
#reparacion_calentadores {
	float: left;
	height: 350px;
	width: 337px;
	background-image: url(imagenes/reparaci%C3%B3n.jpg);
}
#pie {
	float: left;
	height: 1010px;
	width: 1350px;
}
#info_soporte {
	float: left;
	height: 400px;
	width: 1350px;
	background-color: #CCCCCC;
}
#soporte_servicios {
	float: left;
	height: 100px;
	width: 1350px;
}
.soporte_servicio_calentadores {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 34px;
	width: 1350px;
	text-align: center;
	margin-top: 20px;
}
.necesitas_ayuda {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #666;
	float: left;
	height: 20px;
	width: 1350px;
	text-align: center;
	margin-top: 10px;
}
#email {
	float: left;
	height: 240px;
	width: 449px;
}
#logo_email {
	float: left;
	height: 70px;
	width: 449px;
	background-image: url(imagenes/logo_email_pie.png);
}
.titulo_email {
	float: left;
	height: 30px;
	width: 449px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #333;
}
.texto_email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
	text-align: center;
	float: left;
	height: 20px;
	width: 449px;
	margin-top: 5px;
}
.texto_correos_email {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #666;
	float: left;
	height: 40px;
	width: 449px;
	text-align: center;
	margin-top: 10px;
}

.texto_email_02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
	height: 50px;
	width: 449px;
	float: left;
	margin-top: 10px;
}
#telefono_pie {
	float: left;
	height: 240px;
	width: 449px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
#logo_telefono_pie {
	float: left;
	height: 70px;
	width: 449px;
	background-image: url(imagenes/logo_telefono_pie.png);
}
.titulo_telefono {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	text-align: center;
	float: left;
	height: 30px;
	width: 449px;
}
.texto_telefono_01 {
	font-family: Arial;
	font-size: 18px;
	color: #666;
	text-align: center;
	float: left;
	height: 65px;
	width: 449px;
	margin-top: 5px;
	font-weight: bold;
}
.texto_telefono_02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
	float: left;
	height: 50px;
	width: 449px;
}
#chat_pie {
	float: left;
	height: 240px;
	width: 449px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
#logo_chat_pie {
	float: left;
	height: 70px;
	width: 449px;
}
.titulo_chat {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	text-align: center;
	float: left;
	height: 30px;
	width: 449px;
}
.texto_chat_01 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	float: left;
	height: 65px;
	width: 449px;
	margin-top: 5px;
}
.texto_chat_02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
	float: left;
	height: 50px;
	width: 449px;
}
#marcas_calentadores {
	float: left;
	height: 80px;
	width: 1350px;
	background-color: #FFFFFF;
}
#marca_01 {
	float: left;
	height: 80px;
	width: 114px;
	background-image: url(imagenes/marca_abba.jpg);
}
#marca_02 {
	float: left;
	height: 80px;
	width: 114px;
	background-image: url(imagenes/marca_bosh.jpg);
}
#marca_03 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_challenger.jpg);
}
#marca_04 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_cimsa.jpg);
}
#marca_05 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_clasic.jpg);
}
#marca_06 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_haceb.jpg);
}
#marca_07 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_heatmaster.jpg);
}
#marca_08 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_junkers.jpg);
}
#marca_09 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_mabe.jpg);
}
#marca_10 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_shimasu.jpg);
}
#marca_11 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_smartec.jpg);
}
#marca_12 {
	float: left;
	height: 80px;
	width: 112px;
	background-image: url(imagenes/marca_sueco.jpg);
}
#pie_calentadores {
	float: left;
	height: 610px;
	width: 1350px;
	background-color: #555555;
}
#bloque_01_calentadores {
	float: left;
	height: 50px;
	width: 1350px;
}
#bloque_02_calentadores {
	float: left;
	height: 200px;
	width: 1150px;
	margin-left: 100px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.calentadores_estufas_cali {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 35px;
	color: #FFF;
	float: left;
	height: 60px;
	width: 1150px;
	text-align: center;
	margin-top: 30px;
	font-weight: lighter;
}
.aviso_raparacion_mantenimiento {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #999;
	width: 400px;
	height: 20px;
	float: left;
	margin-top: 15px;
	margin-left: 100px;
}
.slogan_pie {
	float: left;
	height: 30px;
	width: 550px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #999;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 300px;
}
.telefonos_pie {
	height: 60px;
	width: 1150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #FFF;
	float: left;
	text-align: center;
	margin-top: 10px;
}

#bloque_03_calentadores {
	float: left;
	height: 180px;
	width: 1350px;
}
#menu_nosotros {
	float: left;
	height: 170px;
	width: 200px;
	margin-left: 230px;
}
.nosotros_pie {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 30px;
}
.quienes_somos_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 10px;
}
#menu_servicios {
	float: left;
	height: 170px;
	width: 200px;
}
.servicios_pie {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 30px;
}
.instalacion_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 10px;
}
.revision_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 5px;
}
.mantenimiento_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 5px;
}
.reparacion_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 5px;
}
#menu_calentadores {
	float: left;
	height: 170px;
	width: 200px;
}
.calentadores_pie {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 30px;
}
.acumulacion_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 10px;
}
.paso_gas_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 5px;
}
.tiro_forzado_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 5px;
}
#menu_contactenos {
	float: left;
	height: 170px;
	width: 200px;
}
.contactenos_pie {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 30px;
}
.contacto_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 10px;
}
#menu_siguenos {
	float: left;
	height: 170px;
	width: 200px;
}
.siguenos_pie {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 30px;
}
#siguenos_facebook {
	float: left;
	height: 60px;
	width: 50px;
	background-image: url(imagenes/logo_facebook.png);
}
#siguenos_twiter {
	float: left;
	height: 60px;
	width: 50px;
	background-image: url(imagenes/logo_twitter.png);
}
#siguenos_instagram {
	float: left;
	height: 60px;
	width: 50px;
	background-image: url(imagenes/logo_instagram.png);
}
#siguenos_youtube {
	float: left;
	height: 60px;
	width: 50px;
	background-image: url(imagenes/logo_youtube.png);
}

#bloque_04_pie {
	float: left;
	height: 90px;
	width: 1350px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.info_pie {
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	float: left;
	height: 60px;
	width: 1300px;
	margin-top: 10px;
	margin-left: 20px;
}
.info_pagina_pie {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	height: 20px;
	width: 1310px;
	margin-left: 20px;
	text-align: right;
	float: left;
}
