@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../imgs/bg_index.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:0;
	border:0;
	padding:0;
}
.task{
	color:#000000;
	font-weight:bold;
}
.solutions{
	color:#0055A5;
	font-weight:bold;
}
p{
	margin:0;
	padding:0;
	color:#666666;
	font-weight: normal;
	font-size:11px;
	text-align:justify;
	line-height:13px;
}
p a:hover{
	color:#0153A5;
	text-decoration:underline;
}
p a{
	color:#666666;
	text-decoration: none;
}
h1{
	margin:0;
	padding:0;
	color:#333333;
	font-weight:200;
	font-size:25px;
}
h2{
	margin:10px 0 10px 0;
	padding:0;
	color:#333333;
	font-weight:normal;
	font-size:14px;
}
.img{
	margin:0 10px 0 0;
	border:solid 1px #CCCCCC;
	padding:2px;
	color:#666666;
	font-weight: normal;
	font-size:11px;
	float:left;
}
#Contenedor {
	width:860px;
	margin:auto;
}
#Top {
	position:relative;
	float:left;
	width:860px;
	height:94px;
	display: inline;
}
#Logo {
	position:relative;
	float:left;
}

#Flag {
	position: absolute;
	left:775px;
	top:10px;
	width:80px;
}

#Menu {
	position: absolute;
	left:360px;
	top:45px;
	width:475px;
}
#ContenedorHeader {
	position: relative;
	width:860px;
	height:304px;
	float:left;
	display:inline;
	background-image:url(../imgs/bg_index_header.jpg);
	background-repeat:no-repeat;
}
#ContenedorHeader p{
	margin-top:20px;
}
#HeaderIndex {
	position: absolute;
	top:0;
	left:0;
	width:860px;
	background-image:url(../imgs/bg_index_header.jpg);
	background-repeat:no-repeat;
}
#AccesosIndex {
	position: absolute;
	top:0;
	left:0;
	width:860px;
	z-index:300;
}
#ContenedorMain {
	position: relative;
	float:left;
	margin-top:351px;
	width:860px;
	background-image: url(../imgs/bg_main-trans.png);
	background-repeat:no-repeat;
	z-index:400;
}
#ContQuienesSomos {
	position: relative;
	float:left;
	margin-top:22px;
	margin-left:27px;
	width:355px;
}
#SeparadorHome {
	position: relative;
	float:left;
	width:51px;
	height:239px;
	background-image:url(../imgs/bg_separador.jpg);
	background-repeat:repeat-y;
	margin-top:22px;
}
.leermas{
	margin-top:20px;
	border:0;
}
#ContFooter {
	position: relative;
	float:left;
	display:inline;
	width:850px;
	height:81px;
	background-image:url(../imgs/bg_footer.jpg);
	background-repeat:repeat-x;
	margin:22px 0 0 5px;
}
#ContFooter p {
	margin:22px 0 0 22px;
	color:#999999;
	font-size:10px;
}

#Logos {
	margin:0 10px 0 535px;
	padding:2px;
/*	color:#666666;
	font-weight: normal;
	font-size:11px;
	float:left;*/
}
#Logos img {
	margin:0 10px 0 27px;
	border:solid 1px #CCCCCC;
/*	padding:2px;
	color:#666666;
	font-weight: normal;
	font-size:11px;*/
	float:left;
}
