@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(../img/fondo_home.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#00425E;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666;
}

.terminos a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
}

.terminos a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#999999;
}

div#contenedorHome{
	position:relative;
	width:920px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

div#home{
	position:absolute;
	width:920px;
	height:428px;
	top:45px;
	background-image:url(../img/nuve_home.png);
	background-position:left;
	background-repeat:no-repeat;
}

div#logoParentesis{
	position:absolute;
	left:770px;
	top:405px;
	width:153px;
	height:65px;
	background-image:url(../img/logo_home_parentesis.png);
}

div#botonera{
	position:absolute;
	left:60px;
	width:718px;
	top:28px;
	z-index:100;
}

div#logo{
	position:absolute;
	left:70px;
	top:70px;
	width:200px;
	height:133px;
}

div#login{
	position:relative;
	left:330px;
	top:50px;
	width:420px;
	text-align:center;
}

.llamadoA{
	font-family:"Trebuchet MS";
	font-size:40px;
	color:#1E6E9E;
}

.llamadoB{
	font-family:"Trebuchet MS";
	font-size:50px;
	font-weight:bold;
	color:#1E6E9E;
}

.chat{
	border:solid 1px #003656;
	background-color:#C4CCCF;
	font-family:"Trebuchet MS";
	color:#003656;
}

.boton{
	width:70px;
	height:20px;
	background-color:#00425E;
	color:#ffffff;
	font-family:"Trebuchet MS";
	font-size:11px;
	border:0px;
}

.flecha{
	position:absolute;
	left:190px;
	top:5px;
}

img{
	border:0;
}

/*/////////////////////////////////////////// REDES /////////////////////////////////*/

div#redes_home{
	position:absolute;
	left:777px;
	top:8px;
	width:73px;
	height:65px;
	padding:20px;
}

/*/////////////////////////////////////////// TOOLTIP /////////////////////////////////*/

#toolTipBox {
	display: none;
	padding:0 5px 0 5px;
	font-size: 11px;
	font-family:"Trebuchet MS";
	position: absolute;
	background-color: #00425E;
	color: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity: 0.60;
	z-index:1000;
}  
