/* CSS Document */

/*-----------------------------*/
/*NAVEGADOR LAYOUT*/

#navegador{
	background:#FFF url(images/fondo_nav_contacto.jpg) no-repeat left top;
	height:163px;
	width:771px;
}


/*-----------------------------*/
/*MAIN CONTENT LAYOUT*/

#maincontent{
	margin-top:0px;
	padding:0;
	}
	
.tituloseccion{
	margin-top:0;
	font-size:22px;
	font-weight:bold;
	color:#666666;
	letter-spacing:2px;
	text-align:left;
	margin-left: 20px;
	}

#content{
	float: inherit;
	width:742px;
	height:750px;
	margin-left:30px;
	padding-right:20px;
	font-size:12px;

	}
	
#contenting{
	float:right;
	width:520px;
	height:1450px;
	padding-right:20px;
	font-size:12px;
	border-left:1px solid #CCCCCC;
	
	
}
.titulo{
	margin-left:10px;
	margin-bottom:20px;
	margin-top: 20px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	line-height:30px;
	background:url(images/navegador_barra2.gif) no-repeat left bottom;
	
	
	}

.text{
	width:400px;
	float:right;
	margin-left:10px;
	padding-bottom:10px;
	font-weight:normal;
	text-align:left;
	font-size:12px;	
	color:#666666;
	}
.p{
	margin-left:10px;
	padding-bottom:10px;
	font-weight:normal;
	text-align:left;
	font-size:12px;	
	color:#666666;
	}
.mapa{
    width:300px;
	float:right;
	}


.text.nom{
	padding-top: 20px;
	float:left;
	margin-left:10px;
	font-weight:bold;
	text-align:right;
	font-size:12px;	
	color:#666666;
	}
.pic{
	margin-left:10px;
	
	}
.nom{
	padding-top: 20px;
	float:left;
	margin-left:10px;
	font-weight:bold;
	text-align:right;
	font-size:12px;	
	color:#666666;
	}
	
#sidebar{
	float:left;
	width:210px;
	height:1150px;
	margin-left:10px;

	}
#subbotonera{
	float:left;
	width:210px;
	padding-top:0;
		}
ul.subbot
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width:auto;
	margin:0 10px;
	padding:0;
}

ul.subbot li
{
	display:block;
	padding-left:0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 165px;
	background:url(images/navegador_barra.gif) no-repeat left bottom;
}

ul.subbot a
{
	display: block;
	cursor: pointer;
	line-height:25px;
	height:25px;
	text-decoration: none;	
	text-align:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;

}

ul.subbot a:hover, ul.subbot a:focus
{
	/*background: url(../img/footer_active.gif) repeat-x left bottom;*/
	color:#009933;
}






