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

/* -- RESETEO DE ESTILOS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0px; 
	padding:0px;
	border: 0px;
	outline: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table, td {
	border-collapse:collapse;
	border-spacing:0px;
	margin: 0px;
}
fieldset,img { 
	border:0px;
	padding: 0px;
	margin: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
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:link,a:active,a:hover{
	text-decoration: none;
}
/* -- FIN DE RESETEO */

/* -- DEFINIMOS POSICIONAMIENTO DE CAPAS -- */

#header{
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 85px;
	min-width: 754px;
}

#logoHelpPoint{
	position: absolute;
	float: left;
	top: 42px;
	left: 6px;
}
#logoZC{
	position: absolute;
	float: left;
	top: 27px;
	left: 6px;
	height: 60px;
}

#logoZurich{
	position: absolute;
	float: right;
	top: 40px;
	right: 6px;
}

#title{
	position: relative;
	margin: auto;
	top: 54px;
	text-align: center;
}

#mainMenu{
	position: absolute;
	background: bottom left repeat-x url("../images/degradadoGris.jpg");
	top: 85px;
	float: left;
	height: 34px;
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#mainContentIntro{
	position: relative;
	margin: auto;
	top: 125px;
	width: 754px;
	height: auto;
	clear: both;
}

#textIntro{
	position: relative;
	float: left;
	top: 70px;
	left: 10px;
	width: 300px;
}

#textIntro span{
	font-weight: bold;
	font-size: 12px;
}

#imageIntro{
	position: absolute;
	float: right;
	top: 85px;
	width: 300px;
	right: 10px;
}

#searchIntro{
	background: no-repeat url("../images/backgroundGrisInicio.jpg");
	position: relative;
	float: left;
	clear: left;
	top: 95px;
	left: 10px;
	height: 131px;
	width: 250px;
	padding: 20px;
}

#searchIntro label{
	height: 22px;
	width: 66px;
	margin-top: 10px;
}

#searchIntro select{
	width: 188px;
}

#searchMainMenu{
	position: absolute;
	float: left;
	left: 20px;
	top: 8px;
}

#searchMainMenu label{
	display: inline-table;
	height: 22px;
	width: 66px;
}

#searchMainMenu select{
	width: 210px;
	margin-right: 20px;
}

#mainContent{
	position: relative;
	margin: auto;
	top: 94px;
	width: 100%;
	clear: both;
}

#mapa {
	position: relative;
	float: left;
	margin-top: 0px;
	min-width: 400px;
}

#resultados {
	clear: both;
	overflow: scroll;
	margin-left: -1px;
}

#resultados a.btn_taller:hover{
	cursor: pointer;
}

.btn_taller_active{
	background-color: #305798;
	display: block;
	font-weight: bold !important;
	color: #FFF;
	width: 100%;
	height: 29px;
}

.btn_taller_inactive{
	background-color: #EBECF5;
	display: block;
	color: #000;
	width: 100%;
	height: 29px;
}

.btn_taller_over{
	background-color: #F5AA3B;
	display: block;
	color: #FFF;
	width: 100%;
	height: 29px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	font-size: 14px;
	color: #039;
	font-weight: bold;
	margin-bottom: 10px;
}

address {
	font-size: 8pt;
	padding: 8px !important;
}

h3{
	font-size: 12px;
	color: #039;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}