/*****************************************
* Marco de la Capa Ajustada a la Derecha *
*****************************************/
#marco_paneldd {
	float: left;
	width: 640px;
	height: auto;
	margin: 0;
	padding: 0;
}

#marco_servicio {
	width: 621px;
	margin-top: 5px;
	margin-left: 6px;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	background-color: #eeeeee;
	text-align: center;
	color: #4c4c4c;
}

#marco_servicio div#banner {
	text-align: left;
	padding-bottom: 10px;
}


/******************************
* Marco del Menu de Servicios *
******************************/

.servicios_lin {
	clear: both;
}

.servconts {
	width: 146px;
	float: left;
	padding: 5px 3px;
}

.servconts a {
	display: block;
	width: 146px;
	padding-top: 55px;; 
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	background-position: 53px 1px;
	background-repeat: no-repeat;
	color: #134a7d;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;	
}

.servconts a:hover {
	color: #ce342f;
}


.servconts span {
	display: block;
	width: 146px;
	padding-top: 55px;; 
	text-align: center;
	text-decoration: none;
	line-height: 1.2;	
	background-position: 53px 1px;
	background-repeat: no-repeat;
	color: #336699;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;	
}



/* ***** Gestion Financiera ***** */

.servconts a#serv_fin,span#serv_fin_off {
	background-image: url('img/servicio_gfin_mini.jpg');
}

/* ***** Gestion Empresarial ***** */

.servconts a#serv_emp,span#serv_emp_off {
	background-image: url('img/servicio_gemp_mini.jpg');
}

/* ***** Gestion de Cobros e Impagos ***** */

.servconts a#serv_imp,span#serv_imp_off {
	background-image: url('img/servicio_gimp_mini.jpg');
}

/* ***** Gestion de Sanciones ***** */

.servconts a#serv_san,span#serv_san_off {
	background-image: url('img/servicio_gmul_mini.jpg');
}

/* ***** Gestion de Sanciones Juridicas ***** */

.servconts a#serv_sanjur,span#serv_sanjur_off {
	background-image: url('img/servicio_gsju_mini.jpg');
}

/* ***** Gestion Jurídica ***** */

.servconts a#serv_jur,span#serv_jur_off {
	background-image: url('img/servicio_gjur_mini.jpg');
}

/* ***** Gestion Laboral, Fiscal y Contable ***** */

.servconts a#serv_con,span#serv_con_off {
	background-image: url('img/servicio_gcon_mini.jpg');
}

/* ***** Gestion de Carnet por Puntos ***** */

.servconts a#serv_car,span#serv_car_off {
	background-image: url('img/servicio_gcar_mini.jpg');
}


/***************************************
* Marco de la Descripcion del Servicio *
***************************************/


#servicio {
	clear: both;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}	

#servicio h3 {
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #808080;

}	

#servicio p {
	font-family: Arial, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

#servicio strong {
	font-weight: bold;
}

#servicio hr {
	margin-bottom: 12px;
	width: 100%;
}

#servicio img {
	float: left;
	padding-right: 10px;
}

#coberturas {
	text-align: center;
	margin-bottom: 15px;
}

#coberturas a {
	color: #ffffff;
	background-color: #4c4c4c;
	border: 2px solid #ffffff;
	padding: 7px 10px;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#coberturas a:hover {
	color: #4c4c4c;
	background-color: #ffffff;
	border: 2px solid #4c4c4c;
}

