html {
    margin: 0;
    /* border: ie6 */
    padding: 0;
    }

body {
    margin: 0; /**/
    /* border: ie5 */
    padding: 0;
    font-family: Arial, 'Arial', sans-serif;
    font-size: .8em;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: -.02em;
    color: #444;
	background: url('../img/bg_main.png') repeat-y 50% top #efefef;
    text-align: center;
    } /* centrar en ie */


a:link,
a:visited {
	color: #222;
    text-decoration: none;
    }
    
form input[type="text"], form input[type="password"] {
	border-style: solid;
}

input[type="hidden"]{
	width: 0px;
	height: 0px;
}

a:hover {
	color: #606;
	text-decoration: none;
	border-bottom: 1px dotted #606;
    }
    
a img {
    border: 0;
    }

img {
	border: 0;
	margin: 0;
	padding: 0;
	}

p {
	
	}

h1, h2, h3, h4 {
	font-weight: normal;
	}
* html h1, * html h2, * html h3, * html h4 {
	/* letter-spacing: -1px; */
	}

hr {
	height: 1px;
	border-width: 0 0 1px 0;
	border-color: #eee;
	border-style: solid;
	}
	
input {
	font-size: .8em;
	}

div {
	margin: 0;
	padding: 0;
	background-color: transparent;
	}

/* .PKG HACE UN CLEAR DESPUES DE LA CAJA */ /* OBSOLETO !!!!!????? */

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    }

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* CAJAS PRINCIPALES */


#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1012px;
	background-color: #fff;
    }

.inbox {
	min-height: 1px;
	margin: 0 auto;
	}

.left {
	float: left;
	margin: 0 0 0 40px;
	width: 744px;
	/* background-color: #f60; */
	}

.right {
	float: right;
	margin: 0 30px 0 0;
	width: 184px;
	/* background-color: #fa0; */
	}

.full {
	float: left;
	margin: 0 0 0 40px;
	width: 928px;
	}

/* logobar */


#logobar {
	padding: 2em 0 0 0;
	height: 100px;
	background: url('') no-repeat left top transparent;
	}

#inside #logobar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f6f6f6;	
	}

#logobox {
	padding: 0;
	}

#options {
	padding: 1em 0 0 0;
	}

#options a.meta, #footer a.meta {
	font-weight: bold;
	}

#mainbar {
	padding: 0;
	overflow: auto;
	min-height: 550px;	
	}

#content {
	padding: 0;
	overflow: auto;
	}

#side {	
	padding: 0;
	}

/* menubar */


#menubar {
	margin: 0 0 1em 0;
	padding: 0;
	height: 30px;
	background-color: #fff;
	}

#menu, #login {
	height: 28px;
	background: url('../img/bg_menu.png') repeat-x left top  #a4a4a4;

	border-radius: 15px;	
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

/*
m1 = 4 opciones
m2 = 5 opciones
m3 = 6 opciones
*/

#menu ul.m1,
#menu ul.m2,
#menu ul.m3 {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu ul.m1 li {
	float: left;
	margin: 4px 4px 0 4px;
	padding-top: 2px;
	height: 18px;
	width: 178px;
	text-align: center;
	background: url('../img/bg_menu.png') repeat-x left top #222;
	
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	}

#menu ul.m2 li {
	float: left;
	margin: 4px 4px 0 4px;
	padding-top: 2px;
	height: 18px;
	width: 140px;
	text-align: center;
	background: url('../img/bg_menu.png') repeat-x left top #222;
	
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	}

#menu ul.m3 li {
	float: left;
	margin: 4px 4px 0 4px;
	padding-top: 2px;
	height: 18px;
	width: 116px;
	text-align: center;
	background: url('../img/bg_menu.png') repeat-x left top #222;
	
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	}

#menu ul.m1 li:hover,
#menu ul.m2 li:hover,
#menu ul.m3 li:hover {
	background: none;
	background-color: #444;
	cursor: pointer;
	}

#menu a {
	color: #fff;
	text-shadow: -1px -1px #000;
	}

#menu a:hover {

	}

/*Opera fix... */
#login div.loginUser {
	margin: 4px 3px 0 4px;
	padding: 0;
	float: left;
	width: 80px;
}

#login div.loginPass {
	margin: 4px 4px 0 4px;
	padding: 0;
	float: left;
	width: 80px;
}

#login input[type="text"] {
	/*float: left;
	margin: 4px 3px 0 4px;*/
	margin: 0;
	width: 80px;
	height: 15px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#login input[type="password"] {
	/*float: left;
	margin: 4px 4px 0 4px;*/
	margin: 0;
	width: 80px;
	height: 15px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#search {
	float: left;
	padding:  0;
	margin: 0 0 0 30px;
	}

#search input {
	margin: 8px;
	padding: 0 5px;
	height: 15px;
	width: 90px;
	border: 0;
	color: #aaa;
	background: url(../img/searchbox.png) no-repeat left top  #333;

	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}


#home #picbar {
	width: 742px;
	height: 211px;
	margin:  20px 0 2em 0;
	padding: 0;
	background: url('../img/home2.jpg') no-repeat left top transparent;

	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#home #pic {
	width: 742px;
	height: 211px;
	background: url(../img/bg_pic.png) repeat-x left 100% transparent;	

	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}

#home #pic h1 {
	padding: 100px 0 0 20px;
	margin: 0;
	width: 500px;
	color: #fff;
	font-weight: normal;
	line-height: 1.1em;
	}


.colgroup {

	}

.col {
	float: left;
	margin: 0 12px 0 0;
	width: 177px;
	}

.col.zeromargin {
	margin: 0;
	}

.col p {
	margin: .5em 0;
	}

.col a.title {
	display: block;
	min-height: 50px;
	font-size: 1em;
	font-weight: bold;
	}

.col img {

	}

.seemore {
	height: 18px;
	margin: 0;
	padding: 0 .6em;
	font-size: .9em;
	color: #fff;
	background: url('../img/bg_seemore.png') repeat-x left top #888;	

	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

.seemore:hover {
	color: #fff;
	border: 0;
	background: none;
	background-color: #bbb;
	}

#side h3 {

	}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#side ul li {
	margin: 0 0 10px 0;
	}

#side ul li a {
	color: #999;
	}

#side ul li a:hover {
	color: #606;
	}

#home .secgroupend, .metagroupend {
	float: left;
	height: 25px;
	width: 25px;
	margin: 0;
	padding: 1px 0 0 10px;
	background: url(../img/bg_button2.png) no-repeat left top transparent;		
	}

#home .bit {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border: none;
	/* border-bottom: 1px dotted #aaa; */
	}

#home .bit a {
	font-weight: bold;
	}

/* inside content */

#inside #content {
	padding: 20px 0 50px 0;
	}

.section {
	float: left;
	width: 179px;
	margin: 0 20px 0 0;
	}

#mainmenu {
	width: 179px;
	margin: 0;
	color: #fff;
	}

.mmline a:link,
.mmline a:visited {
	color: #aaa;
	padding: 0 30px 0 0;
	text-shadow: -1px -1px #000;
	}

.mmline a:hover {
	color: #fff;
	text-shadow: -1px -1px #000;
	border: 0;
	}

.mmline:hover {
	background: url('../img/mmarrow.png') no-repeat 90% 55% transparent;		
	}

.mmline.active {
	color: #fff;
	background: url('../img/bg_mmline_actv.png') repeat-y left top #fff;
	}

.mmline.active a {
	color: #fff;
	}

#mmtop {
	height: 38px;
	background: url('../img/bg_mmtop.png') no-repeat left top transparent;	
	}

#mmtop span {
	display: block;
	padding: 10px 0 0 20px;
	font-size: 1.1em;
	text-shadow: -1px -1px #000;
	}

#mmtop span a {
	color: #fff;
}
#mmbttm {
	height: 30px;
	background: url('../img/bg_mmbttm.png') no-repeat left bottom transparent;		
	}

#mmmiddle {
	background: url('../img/bg_mmline.png') repeat-y left top transparent;	
	}

.mmline {
	padding: 5px 0 5px 20px;
	}

.mmsep {
	height: 0px;
	width: 175px;
	margin: 0 auto;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #262626;
	border-bottom-color: #595959;
	}

/********   SUBMENU   ********/

#submenu {
	width: 226px;
	margin: 150px 0 0 22px;
	color: #fff;
	}

.smline a:link,
.smline a:visited {
	color: #c9c;
	padding: 0 30px 0 0;
	text-shadow: -1px -1px #404;
	}

.smline a:hover {
	color: #fff;
	text-shadow: -1px -1px #404;
	border: 0;
	}

.smline:hover {
	background: url(../img/smarrow.png) no-repeat 90% 55% transparent;		
	}

#smtop {
	height: 19px;
	background: url(../img/bg_smtop.png) no-repeat left top transparent;	
	}

#smbttm {
	height: 38px;
	background: url(../img/bg_smbttm.png) no-repeat left top transparent;		
	}

#smmiddle {
	background: url(../img/bg_smline.png) repeat-y left top transparent;	
	}

.smline {
	padding: 5px 0 5px 20px;
	}

.smline:first-child {
	padding-top: 0;
	}

.smsep {
	height: 0px;
	width: 188px;
	margin: 0 auto;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #626;
	border-bottom-color: #747;
	}




/********  suboptions  ********/


#suboptions {
	margin-top: 20px;
	}

#suboptions ul {
	padding: 0;
	margin: 0 0 0 0px;
	list-style: none;
	}
	
#suboptions ul li {
	margin: 10px 0 0 0;
	padding: 5px 30px 7px 10px;
	width: 139px;
	line-height: 1.1em;
	background-color: #eee;
	text-shadow: 1px 1px #eee;
	background: url(../img/bg_suboption2.png) repeat-x left 100% #eee;


	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;

	}

#suboptions ul li:first-child {
	border: 0;
	}

#suboptions ul li:hover {
	background: url(../img/soarrow.png) no-repeat 97% 55% #ede;
	}

/* information box */


.information {
	float: left;
	width: 510px;
	}

.information h1 {
	margin: 0;
	}

.information h2,
.information h3 {

	}

.information a:visited,
.information a:link {
	border-bottom: 1px dotted #222;
	}

.information a:hover {
	border-color: #606;
	}

.information img {
	border: 1px solid #ddd;
	}

.information .col {
	float: left;
	width: 47%;
	margin-right: 2%;
	}

.information ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 15px;
	font-size: .95em;
	}
.information ul li {
	margin: 0 0 8px 0;
	line-height: 1.2em;
	}

#googlemap {
	width: 450px;
	height: 253px;
	margin: 0 0 30px 0;
	border: 1px solid #ddd;	
	}

/* footer */

#footer {
	margin: 3em 0 0 0;
	padding: 2em 0;
	text-align: left;
	overflow: auto;
	background: url('../img/bg_footer.png') repeat-x left top #969696;
	}
	
#copy {
	float: left;
	margin-left: 40px;
	}

#quality {
	/*float: right;*/
	margin-right: 85px;
	text-align: right;
	}

#map {	
	float: left;
	width: 725px;
	}


#map img {
	border: 1px solid #ddd;
	}

#map p {
	width: 510px;
	}

#map a:visited,
#map a:link {
	border-bottom: 1px dotted #222;
	}

#map a:hover {
	border-color: #606;
	}

.maptext, .cluetip-maptext {
	width: 11em;
	height: 10em;
	padding: 1em;
	text-align: center;
	background: url('../img/bg_maptext.png') repeat-x left top #f6eef6;
	
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	}

.maptext h3, .cluetip-maptext h3 {
	margin-top: 0;	
	}

.maptext p, .cluetip-maptext p {
	line-height: 1.2;
	}

.maptext a, .clueptip-maptext a {
	
	}

/* FORMS */

label {	
	display: none;
	}

#form_contacto form, #form_empleo form {
	width:305px;
}

#form_empleo {
	margin-top: 6em;
}
#form_contacto label, #form_empleo label {
	display: inline;
}

#form_contacto fieldset, #form_empleo fieldset {
	border: 1px solid;
	width: 305px;
	display:block;
	margin-left:2px;
	margin-right:2px;
	padding:0.35em 0.625em 0.75em;
}

input:after {
    content: "<br />";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    }

* html input { display: inline-block; }
/* no ie mac \*/
* html input { height: 1%; }
input,select,textarea { display: block; }
/* */

form {

	}
	
input[type="text"],input[type="password"], select {
	border: 1px solid #aaa;
	font-family: Arial;
	color: #666;
	padding-left: .2em;
	}

input[type="submit"] {
	display: block;
	width: 50px;
	margin: 0 0 0 250px;
	padding: 0;
	}

input[type="submit"].oculto {
	display: none;
	}

textarea {
	margin-bottom: 1em;
	padding-left: .2em;
	min-height: 10em;
	width: 300px;
	font-size: .9em;
	font-family: Arial;
	color: #666;
	border: 1px solid #aaa;
	}
	
/* */

.hseparator {
	width: 96.5%;
	height: .01em;
	margin: .8em 0;
	border-width: .01em 0 0 0;
	border-style: dotted;
	border-color: #888;
	}
	
.clearboth {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	}
		
.zeromargin {
	margin: 0;
	}
		
.zeropadding {
	padding: 0;
	}
	
.zeroborder {
	border: 0;
	}

.bgred {
	background-color: #e00;
	}

.bgyellow {
	background-color: #f90;	
	}

.bgblue {
	background-color: #00f;
	}

.bggreen {
	background-color: #090;
	}
	
ul.listadoOrgs {
	list-style: none; 
}

ul.listadoOrgs li.elemOrgs {
	font-size: 1.1em;
	font-weight: bold;
}

ul.listadoOrgs li.elemOrgs ul.sublistadoOrgs {
	list-style: none;
	padding-top: 1em !important;
}

ul.listadoOrgs li.elemOrgs ul.sublistadoOrgs li.subelemOrgsText {
	font-size: 1em;
	font-weight: normal;
}

.oculto {
	display: none;
}

#map .marcadorMapa, #map img.marcadorMapa {
	border: 0 none;
	padding: 0;
	margin: 0;
}

#map div.marcadorMapa{
	height: 28px;
	width: 12px;
}

#map a.marcadorMapa {
	text-decoration: none;
	border-bottom: 0 none;
	height: 28px;
	width: 12px;
}

div#tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

.maptext {
	display: none;
}

/***********************************************************************************************************/

#map2 {	
	float: left;
	width: 725px;
	}


#map2 img {
	border: 1px solid #ddd;
	}

#map2 p {
	width: 510px;
	}

#map2 a:visited,
#map2 a:link {
	border-bottom: 1px dotted #222;
	}

#map2 a:hover {
	border-color: #606;
	}

#map2 .marcadorMapa, #map img.marcadorMapa/*, .ui-widget-content .marcadorMapa */{
	border: 0 none;
	padding: 0;
	margin: 0;
}

#map2 div.marcadorMapa/*, .ui-dialog-content div.marcadorMapa */{
	height: 5px;
	width: 5px;
}

.ui-dialog-content div.marcadorMapa {
	text-align: left;
	height: 5px;
}
.ui-dialog-content div.marcadorMapa a{
	
}
#map2 a.marcadorMapa/*, .ui-widget-content a.marcadorMapa */{
	text-decoration: none;
	border-bottom: 0 none;
	height: 28px;
	width: 12px;
	line-height: 5px;
	font-size: 4px;
	position: relative;
	top: -9px;
}

div#tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

.maptext {
	display: none;
}

#footer p {
	margin: 0;
	padding: 0;
}

.centeredText {
	text-align: center;
}

.linksFooter {
	float: right;
	margin-right: 85px;
}

.ofertasEmpleo dt {
	border-top: 1px dotted;
	font-size: 1.2em;
	margin-top: 1em;
	cursor: pointer;
}

.ofertasEmpleo dt.noborder {
	 border-top: 0 none;
}

.ofertasEmpleo dd.descOferta {
	
}

.ofertasEmpleo dd.txtOferta {
	/*display: none;*/
}
.ofertasEmpleo dd {
	height: auto;
	color: #444444;
}
.ofertasEmpleo dd.noestavisible {
	height: 0px;
	color: #ffffff;
	overflow: hidden; 
}
.ofertasEmpleo dt.dtOfertas a {
	border: 0 none;
}
.ofertasEmpleo dt img.singinJob {
	border: 0 none;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.ferror {
	color: #ff0000;
	font-style: italic;
	padding: 5px 0;
}

form .mensaje {
	color: #6f2e71;
	font-size: 1.1em;
	font-style: italic;
}

.areaMapa {
	cursor: pointer;
}

.paradialogoculto {
	display: none;
}

ul.mapaWeb, ul.mapaWeb ul.submapaWeb {
	padding-top: 1em;
}