/* CSS Document */
#contenido{
	background-image:url(../img/repetir_contenido_motivo.jpg);
}

.migas_servicios{
	background-image:url(../img/migas_servicios.gif);
	background-repeat: no-repeat;
}
.migas_erp{
	background-image:url(../img/migas_erp.gif);
	background-repeat: no-repeat;
}

#top_ficha{
	display:block;
	float:left;
	width:606px;
	background-image:url(../img/top_fichas.jpg);
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-left: 4px;
	height: 188px;
}
#top_ficha img{
	display:block;
	float:left;
}
#top_ficha .titulo{
	display:block;
	float:right;
	width:310px;
	font-weight: bold;
	color: #009EE1;
	font-size: 18px;
	background-image: url(../img/guion_azul.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 32px;
	padding-top: 25px;
	padding-bottom: 8px;
	padding-right: 20px;
}
#top_ficha .subtitulo{
	display:block;
	float:right;
	width:310px;
	color: #332F2D;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-right: 20px;
}
#top_ficha .texto{
	display:block;
	float:right;
	width:310px;
	color: #332F2D;
	font-size: 12px;
	padding-right: 20px;
}
/*---*/
#top_ficha_erp{
	display:block;
	float:left;
	width:596px;
	background-image:url(../img/top_fichas_erp.jpg);
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-left: 14px;
	height: 155px;
}
#top_ficha_erp img{
	display:block;
	float:left;
}
#top_ficha_erp .titulo{
	display:block;
	float:right;
	width:400px;
	font-weight: bold;
	color: #009EE1;
	font-size: 17px;
	background-image: url(../img/guion_azul.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 32px;
	padding-top: 25px;
	padding-bottom: 8px;
	padding-right: 20px;
}
#top_ficha_erp .subtitulo{
	display:block;
	float:right;
	width:390px;
	color: #332F2D;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-right: 20px;
}
#top_ficha_erp .texto{
	display:block;
	float:right;
	width:390px;
	color: #332F2D;
	font-size: 12px;
	padding-right: 20px;
}



/*-----------------------------------contenido ficha-----------------------------*/
#contenido_ficha{
	display:block;
	float:left;
	width:610px;
	background-image: url(../img/repetir_fichas.gif);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 25px;
}
#contenido_ficha p{
	display:block;
	width:550px;
	padding-left: 30px;
	font-size: 12px;
	color: #332F2D;
	text-align: justify;
	padding-bottom: 25px;
	float: left;
	line-height: 17px;
}
#contenido_ficha p span{
	font-weight:bold;
}
#contenido_ficha p a{
	font-size: 11px;
	font-weight:bold;
	color:#009EE1;
}
#contenido_ficha p.titulo{
	font-size: 16px;
	font-weight: bold;
	color: #0091CE;
	background-image: url(../img/separador_fichas.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
	padding-bottom: 18px;
}
#contenido_ficha ul.caracteristicas{
	display:block;
	width:260px;
	list-style:none;
	padding-left: 30px;
	float: left;
}
#contenido_ficha ul.caracteristicas li{
	display:block;
	width:260px;
	float: left;
	font-size: 11px;
	color: #332F2D;
	padding-bottom: 10px;
}

