/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	font-size: 76%;
	position: relative;
	height: 100%;
	min-width: 770px;
}

html>body{
	font-size: 12px;
}

hr {
	display: none;
}

img {
	border: none;
}

div.empujador {
	clear: both;
	overflow: hidden;
	height: 1px;
}

div.encabezado {
	width: 100%;
	background-repeat: repeat-x;
	position: absolute;
	z-index:1;
	top: 0px;
	height: 210px;
	background-color: #FFFFFF;
	visibility: visible;
}


h1 {
	width: 760px;
	height: 220px;
	position: relative;
	overflow: hidden;
}

h1 span {
	width: 550px;
	display: block;
	height: 210px;
	position: absolute;
	top: 234px;
	left: 205px;
	z-index: 1;
	visibility: visible;
}
h2.tituloSeccion4 {
	width: 106px;
	height: 52px;
	position: relative;
	margin-bottom: -52px;
	left: -170px;	
	font-size:1em;
}
h2.tituloSeccion4 span {
	width: 106px;
	display: block;
	background-image: url(../img/iconos/usuario_web.gif);
	height: 52px;
	position: absolute;
	top: -21px;
	left: 0px;
	z-index: 2;
}
h2.tituloSeccion1_4 {
	width: 120px;
	height: 52px;
	position: relative;
	margin-bottom: -52px;
	left: -160px;
	overflow: hidden;
	font-size:1em;
}
h2.tituloSeccion1_4 span {
	width: 120px;
	display: block;
	background-image: url(../img/iconos/recorrido.gif);
	height: 52px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	visibility: visible;
}


div.sol {
	width: 130px;
	background-image: url(../img/fondo_sol.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	height: 140px;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: -130px;
	visibility: visible;
}

div.mainContent2{
	margin-top: 220px;
	min-height: 400px;
	padding: 10px 0px 50px 150px;
	margin-left: 20px;
	margin-right: 20px;
}

div.mainContent_home{
	margin-top: 220px;
	min-height: 400px;
	padding: 20px 0px 50px 0px;
}

div.tools {
	width: 130px;
	z-index: 1;
	position: absolute;
	right: 10px;
	visibility: visible;
	left: -1px;
	top: 900px;
}

div.toolstop{
	background-image: url(../img/esquina_tool.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
}

div.toolstop h2{
	padding: 7px 10px 5px 7px;
	background-color: transparent;
	font-size: 9px;
	height: 15px;
}

div.formIngresoUsuarios {
	padding: 0px 10px 5px 7px;
}

div.formIngresoUsuarios input.text {
	width: 100%;
	border: solid 1px #666666;
	padding-top: 1px;
	font-size: 10px;
	height: 13px;
	overflow: hidden;
}

div.formIngresoUsuarios dt {
	width: 40%;
	float: left;
	clear: left;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	height: 18px;
}

div.formIngresoUsuarios dd {
	width: 50%;
	float: right;
	margin-bottom: 2px;
	line-height: 15px;
	text-align: left;
	height: 18px;
}

div.formIngresoUsuarios input.boton {
	width: 50px;
	float: right;
	border: solid 1px #666666;
	margin-top: 1px;
	clear: right;
	font-size: 9px;
	height: 15px;
}

div.formIngresoUsuarios a {
	color: #000000;
	background-color: transparent;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

div.registroWeb {
	clear: both;
	margin-top: 15px;
	padding-top: 2px;
	border-top: solid 1px #666666;
	font-size: 9px;
	font-weight: bold;
}
div.registroWeb a {
	padding-left: 25px;
	display: block;
	background-image: url(../img/iconos/2.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	height: 13px;
}

