* {
	margin: 0;
	padding: 0;
}
body {
	color: #00304a;
	text-align: justify;
	background-color: #fff;
	font: .7em/1.3em  Arial, Helvetica, sans-serif;
}
/* @group Wrappers */

#wrapper {
	width: 882px;
	height: auto;
	min-height:800px;
	margin: auto;
	position: relative;
}

#wrapperContenido {
	width: 100%;
	height: auto;
	min-height: 800px;
	background: white url(../imgs07/sombra_wrapper.gif) repeat-y;
}
/*DIV de Navegacion*/
#logo {
	width:246px;
	height:80px;
	float:left;
}	
#wrapperNavegacion {
	height: 80px;
	margin: 0 auto;
	width: 99%;
}
#menu {
	width:600px;
	height:80px;
	float:left;
}
.navegacion {
	text-align: right;
	font-variant: small-caps;
	list-style-type: none;
	float: right;
	width: 560px;
	margin-top: 25px;
	font-size: 14px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}	
.navegacion li{
	float: right;
	margin: 0;
}
a.nav:link{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
}
a.nav:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
a.nav:visited{
	color: #FFFFFF;
	text-decoration:none;
}
a.nav:active{
	color: #FFFFFF;
	text-decoration:none;
}
/* @end */

#bannerPrincipal {
	/* esto es temporal para previsualizar */
	width: 824px;
	margin: 7px auto;
	height: 306px;
}

#servicios1 {
	width: 320px;
	color: white;
	margin-right: 5px;
	float: left;
	margin-bottom: 20px;
}

#servicios2 {
	float: left;
	margin-bottom: 10px;
}

#servicios2 div{
	width: 248px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

#servicios2 div img{
	float: left;
	margin: 0 3px 0 0;
}

#servicios3 {
	background: url(../imgs07/principal/fondo_hexito.jpg) repeat;
	width: 500px;
	height: 90px;
	float: left;
	padding: 5px;
	margin: 0 10px 10px 5px;
}

#servicios3 img{
	float: left;
	margin: 0 8px 0 4px;
}

a#servicios3  {
	width: 100%;
	height: 100%;
}
#servicios4{
	text-align: left;
	width:100%;
	height:auto;
	float:left;
}
/* Estos son las últimas 3 opciones antes del footer */

#opcion1 {
	background: url(../imgs07/principal/ingreso_tit.jpg) no-repeat;
	float: left;
	width: 265px;
	margin: 0px 10px 0;
	padding: 40px 4px 0 4px;
	height: 90px;
}
#opcion2{
	background: url(../imgs07/principal/soporte_tit.jpg) no-repeat;
	float: left;
	width: 265px;
	margin: 0px 10px 0;
	padding: 40px 4px 0 4px;
	height: 90px;
}
#opcion2 p, #opcion3 p{
	font-size: 1.0em;
	font-family:Arial, Helvetica, sans-serif;
}
#opcion3{
	background: url(../imgs07/principal/consultoria_tit.jpg) no-repeat;
	float: left;
	width: 265px;
	margin: 0px 10px 0;
	padding: 40px 4px 0 4px;
	height: 90px;
}
#opcion1 img, #opcion2 img, #opcion3 img{
	float: left;
	margin-right: 8px;
}
/*PIE DE PAGINA*/
#footer {
	background: url(../imgs07/pie-pagina.jpg) no-repeat;
	height: 92px;
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin:0;
	font: 11px/12px  Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	line-height:15px;
}
#footer a:link {
	color: #3D3D3D;
	text-decoration:none;
	padding:0 20px 0 20px;
}
#footer a:visited {
	color:#3D3D3D;
	padding:0 20px 0 20px;
}	
/* @group stylos */

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.clearer{
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h2 {
	font-variant: small-caps;
	margin-bottom: 4px;
	font-size:15px;
}

h5{
	font-size: 1.2em;
	font-style: italic;
	text-align: left;
	line-height: 1.0em;
}

ul {
	margin-left: 30px;
	list-style-type: none;
	float: left;
}
li {
	padding: 4px;
}
li img{
	float: left;
	margin: 0 10px 0 0;
}

/* @end */

/* navegacion */
input{
	width: 150px;
	float: right;
	margin: 6px 4px 6px 0;
}
label{
	margin: 8px 0;
	clear: both;
	float: left;
	display: block;
}
a.Mas:link, a.Mas:visited{
	color: #000099;
	font-weight:bold;
}	