@charset "UTF-8";

/*	1.	RESET 				*/
/*	2.	TYPOGRAPHY			*/
/*	3.	LAYOUTS				*/
/*	4.	COLORS				*/
/*	5.	NAVIGATION			*/
/*	6.	CONTENT				*/


/*	8. IMAGE replacement 	*/
/*	9. HACKS			 	*/


/*	1.	RESET 			*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

a:active {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}


/*	2.	TYPOGRAPHY				*/
body{font:12px Arial ,Helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% font:12px Arial, Helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}
/*	keep some default styles 	*/
strong {font-weight:bold}
em {font-style:italic}
p {padding-bottom:.3em; line-height:1.22em;}
.allcaps {text-transform:uppercase}
a {color:#ff0000; text-decoration:none;}
a:hover {text-decoration:underline}

.clientes div#content p, div#content.error p  {
	padding-top:3px;
	padding-left:20px;
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
}

/*	3.	LAYOUTS 			*/

body {
	background: #333333;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#page #container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto;	
	text-align: left; 
}
#page #content {
	
}

#topbar {
	background:#000000;
	height:35px;
	padding-left:20px;
	padding-top:10px;
}
	/* image replacement */
	#topbar h3.contactos {
		display:block;
		text-indent:-5000px;
		height:25px;
		width:55px;
		background-image:url(../images/layout/contactos.png);
		background-repeat:no-repeat;
		float:right;
		padding-right:16px;
	}
	/* image replacement */
	#topbar h2.meta {
		display:block;
		text-indent:-5000px;
		height:25px;
		width:250px;
		background-image:url(../images/layout/sonda-meta.png);
		background-position: -3px 0;
		background-repeat:no-repeat;
		float:left;
		position:relative;
		
	}

#mainbar {
	background-image:url(../images/layout/bgmainbar.jpg);
	background-repeat:repeat-x;
	height:120px;
}

	#mainbar h1.logo {
		display:block;
		padding-top:30px;
		padding-left:15px;
		height:50px;
		width:250px;
		float:left;
	}
	/* image replacement */
	#mainbar h1.logo a {
		display:block;
		text-indent:-5000px;
		height:50px;
		width:250px;
		background-image:url(../images/layout/logosonda.png);
		background-repeat:no-repeat;
	}
	
	#mainbar #hcard-Sonda {
		float:right;
		width:250px;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;	
		padding-top:30px;
		padding-right:20px;
		background: #fff url(../images/layout/hcard-bg.png) no-repeat 87px 25px;
	}
	#hcard-Sonda div {
		margin-bottom:0;
		text-indent: -9999px;
		overflow: hidden;
	}
		#hcard-Sonda div.adr {
			margin-bottom:0;
			text-indent: -9999px;
			overflow: hidden;
		}
			#hcard-Sonda div.adr span  {
				display: block;
				text-indent: -5000px;
				overflow: hidden;
			}
		#hcard-Sonda a {
			color:#000000;
			text-decoration:none;
		}
		/* image replacement */
		#hcard-Sonda a.email {
			margin-top: 0;
			margin-left: 140px;
			display: block;
			width: 110px;
			height: 9px;
			text-indent: -5000px;
			overflow: hidden;
			background: #fff url(../images/layout/hcard-email.png) no-repeat top right;
		}
			#hcard-Sonda a.email:hover {
				background: #fff url(../images/layout/hcard-email.png) no-repeat 0 -9px;
			}
		
		 #hcard-Sonda div.org{
		 	display:none;
		 	
		 }
		 #hcard-Sonda a.map {
		 	margin-top: 10px;
		 	margin-left: 210px;
		 	display: block;
		 	width: 40px;
			height: 6px;
			text-indent: -5000px;
			overflow: hidden;
			background: #fff url(../images/layout/map.png) no-repeat top right;
		 }
		 	body.mapa #hcard-Sonda a.map {
		 	background: #fff url(../images/layout/map.png) no-repeat 0 -6px;
		 }
		 	#hcard-Sonda a.map:hover {
				background: #fff url(../images/layout/map.png) no-repeat 0 -6px;
			}
	
	#navbar {
		height:30px;
		clear:both;
		padding-left: 7px;
	}
	

	#navbar ul {
		list-style-type:none;
		/*margin-top:10px;*/
		/*margin-bottom:10px;*/
	}
	#navbar ul li {
		display:block;
		float:left;
		background-image:url(../images/layout/slash.png);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:5px;
		margin-top: 10px;
	}
		#navbar ul li.last {
		background-image:none;
		}
		#navbar ul li#nav-03 {
		float:right;
		margin-top: 0;
		padding-right: 0;
		}
		
		#navbar ul li a {	
			display:block;
			float:left;
			text-indent:-5000px;
			height:15px;
			width:60px;
			background-repeat:no-repeat;
		}
			#navbar ul li#nav-03 a {
			display:block;
			float:right
			text-indent:-5000px;
			height:30px;
			width:84px;
			background-repeat:no-repeat;
		}
		
			#nav-01 a {background-image:url(../images/layout/nav-01.gif); background-position: 0 0;}
				#nav-01 a:hover {background-position: 0 -15px;}
					.default #nav-01 a {background-position: 0 -15px;}
			#nav-02 a {background-image:url(../images/layout/nav-02.gif); background-position: 0 0;}
				#nav-02 a:hover {background-position: 0 -15px;}
					.clientes #nav-02 a {background-position: 0 -15px;}
			#nav-03 a {background-image:url(../images/layout/nav-03.png);}	
				#nav-03 a:hover {background-image:url(../images/layout/nav-03.png); background-position: 0 -30px;}	

#content h2 {
	display:block;
	clear:left;
	
}	

#content div.panel h2 a.listtitle {
	padding-top:3px;
	padding-left:20px;
	display:block;
	font-size:20px;
	text-decoration:none;
	color:#000000;
	background: #fff;
	font-weight:bold;
	text-transform: uppercase;
}
	#content div.panel h2 a.listtitle:hover {
	color:#FFFFFF;
	background-color:#000000;
	}
	#content div.panel h2.panel-down a.listtitle {
	color:#FFFFFF;
	background-color:#000000;
}


#content div.panel h2.ajax-loading a.listtitle {
	color: #333;
	background: #000 url(../images/layout/loader.gif) no-repeat 7px 10px;
}

#content div.panel h2 a.listtitle strong{
	color:#ff0000;
	font-weight:normal;
	
}
#content div.panel h2 a.listtitle .date{
	color:#999999;
	font-weight:normal;
	font-size:12px;
	
}

div.listcontent {
	display:block;	
	color:#FFFFFF;
	background-color:#000000;
	font-weight:normal;
	clear:both;
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}

div.listcontent h3 {
	display:block;	
	color:#FF0000;
	font-weight:normal;
	
}
div.listcontent a {
	text-decoration:underline;
	color:#FFFFFF;
	
}
	
#content div.ficha {
	width:300px;
	float:left;
	display: inline;	
	padding-left:20px;	
}

#content div.summary {
	float: right;
	display: inline;
	width: 540px;
	margin-right:20px;
}

#content div.media {	
	clear:both;	
	padding: 20px;

}
.panel-closed{
	display:none;
}


/*	7. IMAGE replacement 	*/

a#ver-mapa {
	float: left;
	display: inline;
	margin: 0 0 45px 20px;
	width: 526px;
	height: 412px;
	background: #333333 url(../images/layout/ver-mapa.png) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	cursor: default;
}
	a#ver-mapa:hover {
		background: url(../images/layout/ver-mapa.png) 0 -412px no-repeat;
	}

img.mapa-txt {
	display: inline;
	float: left;
}

#footer {
	border-top:1px solid #000000;
	padding-top:8px;
	padding-right: 13px;
	clear:both;
	height:20px;
	
}
	#footer #copy{
			display:block;
			float:right;
			text-indent:-5000px;
			height:15px;
			width:110px;
			background-repeat:no-repeat;
			background-image:url(../images/layout/footer-copy.png);
	}


/* 9.	HACKS		*/
.rightfloat {float: right;}
.leftfloat {float: left;}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

