/* CSS Document */
	p {
		font-size: 0.7em;
		color: #545454;
	}

	a.mas {
		font-size: 1.1em;
		color: #3670A5;
	}
	
	a.mas:hover {
		text-decoration: none;
	}
	
	#izquierdo {
		float: left;
		width: 67%;
	}
	#derecho {
		float: right;
		width: 30%;
	}
	#contacto {
		position: absolute;
		top: 378px;
		left: 0px;
		width: 175px;
	}
	#contacto p {
		font-size: 0.75em;
	}
	#servicios {
		background: url(../../img/comunes/home/catalogo.jpg) bottom left no-repeat ;
		height: 270px;
		margin: 10px 0px 0px 0px;
		padding: 0;

	}
	
		ol.servicios {
			font-size: 0.75em;
			color: #3670A5;
			font-weight: bold;
			margin: 0;
			padding-left: 240px;
		}
		ol.servicios li {
			margin-bottom: 5px;
		}
		ol.servicios li span {
			color: #3670A5;
			text-decoration: none;
			font-weight: normal;
		}
		#catalogo ul.catalogo {	
			font-size: 0.7em;
			margin: 0px;
			padding: 20px 2px 20px 2px;
			background-color: #F6F6F6;
		}
		#catalogo ul.catalogo li {
			list-style-type: none;
			background:  url("../../img/comunes/banderas/ico_pdf_home.gif") right no-repeat;
			padding: 2px 0px 2px 0px;
	
		}
		#catalogo ul.catalogo li a {
			font-size: 1em;
			color: #545454;
		}
		#catalogo ul.catalogo li a:hover {
			text-decoration: none;
		}
		#catalogo div.catalogo {
			float: left;
		}
		#catalogo div.catalogo p {
			margin: 3px 0px 3px 0px;
			padding: 0px;
		}
		#catalogo div.pdf {
			float: right;
		}
		#catalogo div.pdf p {
			margin: 3px 0px 3px 0px;
			padding: 0px;
		}
		#catalogo p a {
			color: #545454;
		}
		#catalogo p a:hover {
			text-decoration: none;
		}
	#noticias p {
		font-size: 0.75em;
		padding: 0px 0px 20px 0px;
		margin: 10px 0px 0px 0px;
	}
	#noticias p.fondo {
		background-image:  url("../../img/comunes/banderas/separador_home.gif");
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
	#noticias a {
		color: #545454;
	}
	#noticias a:hover {
		text-decoration: none;
	}
	
	
	#inferiores {
		border-top: 1px dotted #adadad;
		clear: both;
	}	
	
	#inferiores div {
		float: left;
		width: 43%;
		background-color: #F6F6F6;
		padding: 10px 10px 5px 10px;		
		height: 130px;
		margin-top: 8px;
	}
	#akustik {
		position: absolute;
		top: 330px;
		left: 0;
	}


	/* optan para el CSS general :D */
		h2 {
			border-bottom: 1px dotted #adadad;
			margin: 10px 0px 0px 0px;
			padding: 0px;
			height: 25px;
		}
		
			h2.servicios {
				background:  url("../../img/es/home/servicios_de_ingenieria.jpg") left no-repeat;
			}
			h2.catalogo {
				background:  url("../../img/es/home/catalogo_de_productos.jpg") left no-repeat;
			}
			h2.noticias {
				background:  url("../../img/es/home/noticias.jpg") left no-repeat;
			}
			h2.contacto {
				background:  url("../../img/es/home/contacto.jpg") left no-repeat;
			}
		h2 span {
			display: none;
		}
		h3 {
			font-size: 0.75em;
			color: #366FA4;
		}
		
		
		
		
		
		
div.catalogo p img{margin:0 0 0 5px;}		
		
		
		
		
		
		
		