/* CSS Document */

html, body{
	margin:0;
	padding:0;
	}
body{
	background:#fff url("../img/bg.jpg") repeat-x top left;
	font-family:"Trebuchet MS", Arial, Helvetica;
	}
a:link, a:visited{
	color:#006b7b;
	}
a:hover, a:active{
	color:#006b7b;
	text-decoration:underline;
	}
a {
outline:none;
}

#contenedor{
	padding:0;
	position:relative;
	top:0;
	left:0;
	background:
	}
#header{
	position:absolute;
	top:9px;
	width:100%;
	height:117px;
	text-align:right;
	padding-right:0;!important
	}
#menu{
	position:absolute;
	top:0px;
	left:102px;
	width:250px;
	height:502px;
	z-index:3;
	}
#contenido{
	position:absolute;
	top:135px;
	left:0;
	width:100%;
	height:465px;
	z-index:2;
	background:#fff url(../img/bgHome2.jpg) no-repeat top right;
	}
#titol{
	margin-top:20px;
	margin-left:390px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	margin-bottom:16px;
	visibility:hidden;
	}
#texto{
	margin-left:390px;
	margin-right:20px;
	font:normal 14px "Trebuchet MS", Arial, Helvetica;
	color:#111;
	}
#texto p{
	letter-spacing:0.5px;
	}
#texto p span{
	font-size:16px;
	font-weight:bold;
	}
#texto ul li{
	list-style-image:url(../img/pointer.gif);
	}
#menuInf{
	position:absolute;
	top:413px;  /*para que sea vea bien una linea mas del portafolio: top:473px;*/  /*estaba: top:413px;*/
	width:100%;
    font-size:93%;
    line-height:normal;
	border-bottom:4px solid #161d25;
	text-align:center;
	overflow:hidden;
	
    }
#menuInf ul{
	list-style:none;
	margin:0 auto;
	width:800px;
	}
#menuInf  li{
	display:inline;
	width:212px;
	height:60px;
	margin:1px;
	}
#menuInf a{
	background:url(../img/bgBotInf.gif) no-repeat 0 0;
    padding:10px;
    text-decoration:none;
	width:212px;
	height:60px;
	font:normal 16px "Trebuchet MS", Arial, Helvetica;
	color:#fff;
	}
#menuInf a:hover{
	width:212px;
	height:40px;
	background:url(../img/bgBotInf.gif) no-repeat 0 -12px;
    padding:10px;
    text-decoration:none;
	font:normal 16px "Trebuchet MS", Arial, Helvetica;
	color:#eee;
	}
#footer {
	width: 100%;
	position: absolute;
	top:573px; /*para que sea vea bien una linea mas del portafolio: top:633px;*/ /*estaba: top:573px;*/
	height:18px;
	font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding-top:4px;
	padding-bottom:-10px;
	z-index:4;
	background:url(../img/bgFooter.jpg) repeat-x;
	}
#footer a{	
	text-decoration:none;
	color:#fff;
	}
#footer a:hover{
	text-decoration:underline;
	}


/*-----------Formulario------------------*/
#boton_enviar{
	background:url(../img/bgBotInf.gif) no-repeat 0 -10px;
    text-decoration:none;
	width:140px;
	height:32px;
	font:normal 16px "Trebuchet MS", Arial, Helvetica;
	color:#fff;
}
label{
	text-align:right;
	}
#validarMensaje{
	font:bold 16px "Trebuchet MS", Arial, Helvetica;
	color:#660033;
	}