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

body{
	margin:0px;
	padding:0px;
	background-image:url(../img/fondo_interior.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666;
}

img{
	border:0px;
}

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

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

div#homeVoluntario{
	position:absolute;
	width:920px;
	height:528px;
	top:135px;
	background-image:url(../img/fondo-voluntariado.png);
	background-position:left;
	background-repeat:no-repeat;
}

div#logoParentesis{
	position:absolute;
	top:5px;
	left:10px;
}

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

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

/*/////////////////////////////////// CONTENIDO ///////////////////////////////////*/

div#contenido{
	position:absolute;
	top:38px;
	height:20px;
	width:759px;
	height:350px;
	left: 35px;
	overflow:auto;
	overflow-x:hidden;
	padding-right:10px;
}

h1{
	font-family:"Trebuchet MS";
	font-size:30px;
	color:#00425E;
	font-weight:bold;
	line-height:35px;
	margin:0px;
}

h2{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#1E6E9E;
	font-weight:bold;
	text-decoration:none;
	line-height:10px;
	margin:0px;
	padding:0px;
}

h2 a{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#1E6E9E;
	font-weight:bold;
	text-decoration:none;
}

h2 a:hover{
	color:#FD9901;
}

.txt{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333;
}

.txt_destacado{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.www a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#1E6E9E;
}

.www a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#3C9FC9;
}

.fotoInterior{
	float:right;
}

/*/////////////////////////////////////////// TABLA /////////////////////////////////*/

.tablaAlcohol{
	text-align:center;
	line-height:15px;
}

.tituloTabla{
	background-color:#FF9900;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#fff;
	font-weight:bold;
}

.fondo{
	background-color:#E2E2E2;
}

/*/////////////////////////////////////////// LOGOS /////////////////////////////////*/

div#logoParentesisInterior{
	position:absolute;
	left:775px;
	top:606px;
	width:153px;
	height:65px;
	z-index:-10;
}

div#logoHogar{
	position:absolute;
	left:75px;
	top:565px;
	width:54px;
	height:55px;
	z-index:-10;
}

div#fondoNuve{
	position:absolute;
	left:486px;
	top:7px;
	width:341px;
	height:510px;
	z-index:-10;
}

/*/////////////////////////////////////////// TABLA VOLUNTARIO /////////////////////////////////*/

.tablaVoluntario{
	text-align:left;
}

.input{
	width:320px;
	border:solid 1px #969696;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333;
}

.txtFormulario{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#666;
	font-weight:bold;
}

div#txt_voluntario{
	position:absolute;
	width:400px;
	height:191px;
	left:352px;
	top:77px;
	text-align:center;
}

h3{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#FF9900;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:10px;
}

h3 a{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}

h3 a:hover{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}


/*/////////////////////////////////////////// BANNER /////////////////////////////////*/

div#banner{
	position:absolute;
	width:600px;
	height:90px;
	left:194px;
	top:8px;
}

div#banner_descarga{
	position:absolute;
	width:300px;
	height:250px;
	top:56px;
	left:25px;
}

div#formatos{
	position:absolute;
	width:350px;
	height:250px;
	top:56px;
	left:350px;
}

div#otro_formato{
	position:absolute;
	width:303px;
	height:50px;
	top:307px;
	left:26px;
	line-height:15px;
}

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

div#redes{
	position:absolute;
	left:789px;
	top:116px;
	width:73px;
	height:65px;
}

/*/////////////////////////////////////////// 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;
}  

