.noticias {
	width: 500px;
	margin-top: 30px;
}
.servicios { width: 400px; }
	* html body .servicios { width: 400px;	}
	
.nosotros {
	width: 480px;
	margin-left: 20px;

}
.catalogo {
	width: 375px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
	.catalogo P {
		width: 220px;
		height: 40px;
		overflow: hidden;
	}
.contacto {
	width: 350px;
	padding-top: 10px;
}
	.contacto strong {
		margin-bottom: 20px;
		color:#394657;
		display: block;
	}
	.contacto address{
		margin-bottom: 20px;
		color:#394657;
		font-style: normal;
	}
	.contacto img {
		margin-left: 20px;
	}
	A.lupa {
		background-image: url(imgs/lupa.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 32px;
		color: #000;
		display: block;
		line-height: 41px;
		height: 30px;
		width: 80px;
		padding-top: 5px !important;
		padding-top: 18px;
		float: right;
		margin: 10px 0px;
		margin-right: -70px;
	}
.ficha {
	margin: 15px;
	padding: 5px;
	margin-left: 0px;
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	display: block;
	
	height: auto !important;
	height: 1%; /*IE6*/
}
	.ficha img {
		margin-right: 20px !important;
		background-image: url(imgs/bg-imagen-pequena2.png);
		background-repeat: no-repeat;
		width: 78px;
		height: 51px;
		padding: 16px 14px 30px 10px;
		float: left;
	}
	.ficha h1 {
		font-size: 1.2em !important;
		font-weight: bold;
	}
	.ficha a.volver {
		text-decoration: underline;
		margin: 10px 0px;
		float: right;
		color: #355391;
	}
	.ficha a.vermas {
		float: right;
		background-image: url(imgs/blue-arrow.png);
		background-position: right;
		background-repeat: no-repeat;
		padding-right: 10px;
		margin-right: 10px;
		color: #355391;
	}
	.ficha p {
		margin: 0px !important;
		width: auto;
	}
.box {
	border-top: 1px solid #ebebed;
	padding: 8px 5px;
	margin: 10px 3px;
	display: block;
	overflow: hidden;
	font-weight: normal;
}
	.box.simple P,
	.box.margen P{
		margin: 0px;
		margin-top: 0px !important; 
		margin-bottom: 0px !important;
		font-weight: normal;
	}
	* html .box.simple P {
		padding-left: 140px;
	}
	* html .box.simple {
		margin-top: 10px;
		width: 280px;
		margin-right: 0px;
	}
	.box.simple{
		border: 0px;
		padding: 0px;
		/*margin: 5px 10px 10px 0px;*/
		margin-left: 7px;
		margin-right: 0px;
		margin-top: 0px;
		clear: both;
	}
	.box.margen {
		border: 0px;
		padding: 0px;
		/*margin: 5px 9px 10px 0px;*/
		margin: 0px;
		clear: both;
	}
	.box strong {
		padding: 10px 0px 3px 0px !important;
		padding: 10px 0px 8px 0px;
		display: block;
	}
	
	.box A.vermas {
		float: right;
		clear: both;
		background-image: url(imgs/blue-arrow.png);
		background-position: right;
		background-repeat: no-repeat;
		background-color: white;
		padding-right: 10px;
		color: #355391;
		margin-top: -10px;
	}
	
	.box IMG {
		border: 1px solid #999;
		background-color: #FFF;
		padding: 3px;
		margin-right: 8px;
		float: left;
	}


.box.big {
	border: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
	.box.big img {
		border: 0px;
		background-image: url(imgs/bg-imagen-pequena.png);
		width: 80px;
		height: 74px;
		padding: 7px 13px 6px 1px;
		margin-right: 15px;
		float: left;
	}
	#content .box p{
		color: #555;
		font-size: 1em;
		margin-top: 0px !important;
		margin-top: -5px; /*IE6*/
	}

img.portada {
	background-image: url(imgs/bg-imagen-portada2.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 193px;
	padding: 25px 40px 25px 15px;
	display: block;
	margin: 0px 10px;
}
	* html body img.portada {
		background-image: none;
		filter: none !important;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/styles/imgs/bg-imagen-portada2.png',sizingMethod='crop');
	}
.derecha {
	float: right;
}
.izquierda {
	float: left;
}
	.izquierda.servicios{
		margin-left: 25px;
		width: 300px;
		padding-top: 10px;
		border: 0px;
	}
	.izquierda.centro {
		margin-top: 25px;
		margin-left: 10px;
	}


span.caption {
	margin-bottom: 20px !important;
	margin-bottom: 10px; /* IE6 */
	display: block;
}
UL.servicios {
	list-style-type: none;
	margin-left: 25px;
	margin-bottom: 15px;
	border: 0px;
}
	UL.servicios LI {
		background-image: url(imgs/ok.png);
		background-position: left;
		background-repeat: no-repeat;
		padding-left: 15px;
		padding-top: 5px;
		height: 20px;
	}

.mucho-relleno {
	padding: 25px;
}
.border-right {
	border-right: 1px solid #ebebeb;
}

