/*COMIENZA EMPLEO*/

#contienelegal{
	background-color:#ffffff;
	width:100%;
	position:relative;
	float:left;
	margin:auto;
	margin-left:15px;
	
	}

.h1_legal{
	float:left;
	position:relative;
	width:98%;
 	color:#3a6078;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-bottom:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #33ccff;
	border-right-color: #33ccff;
	border-bottom-color:#3a6078;
	border-left-color: #33ccff;
	}

.h2_legal{
	float:left;
	position:relative;
	width:99%;
 	color:#3a6078;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	text-align:left;
	}

.p_legal{
	color:#05283c;
	font-size:0.7em;
	font-family:tahoma;
	margin:10px;
	margin-left:5px;
	text-align:justify;
	}

.negrita{
	font-weight:bold;
	}

.imagen_legal{
	padding-right:5px;
}

.li_legal{
	list-style-image: url(../images/lista_07.jpg);
	vertical-align:middle;
	padding-bottom:4px;
	color:#05283c;
	font-family:tahoma;
	font-size:0.7em;
	}

.contiene_logos_legal{
	background-color:#ffffff;
	width:100%;
	position:relative;
	float:right;
	text-align:right;
	margin:auto;
	margin-right:15px;
}
.logo_individual{
	background-color:#ffffff;
	width:33%;
	position:relative;
	float:left;
	text-align:center;
	margin:0;
}

