/* Start of CMSMS style sheet 'Blau_fosc : F-Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		
/* End of 'Blau_fosc : F-Forms' */

/* Start of CMSMS style sheet 'Figueras CSS: Plantilla' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
    }
    div#pagewrapper {
        margin: 0 auto;
        max-width: 80em;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 80px;
            background: #65758E; //azul delegaciones Figueras         
            text-align: left;
        }
        div#header h1 a {
            background:  url(uploads/images/logo_international_deleg.gif) no-repeat 0 12px; 
            display: block;
            height: 80px;
            text-indent: -700em;
            width: 205px;
            margin: 0;
            padding: 0;
            text-decoration:none;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {

        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }
/* End of 'Figueras CSS: Plantilla' */

/* Start of CMSMS style sheet 'Figueras CSS: Espacio entre Plantilla-Paginas' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
        div#content {
        width: 96%;
        position: relative;
        margin: 0;
        padding: -100em 0%;
        text-align: left;
    }
    div#main {
        display: inline;
    }
    div#menu_horiz {
      margin: 0;
      display: inline;
    }

/* END CONTENT */
/* End of 'Figueras CSS: Espacio entre Plantilla-Paginas' */

/* Start of CMSMS style sheet 'Figueras CSS: Menu Textos' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#menu_horiz {
      background-color: #65758E;
      width: 100%;
      margin: 0;
      text-align: center;
      line-height: 0.85em;
    }
    div#menu_horiz ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-left:  1px solid #E0E0E0;
    }
    div#menu_horiz li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0;
        border-right: 1px solid #E0E0E0;
    }
    div#menu_horiz li a {
        border-right: none;
    }
    div#menu_horiz a,
    div#menu_horiz a:link,
    div#menu_horiz a:active,
    div#menu_horiz a:visited {
        display: block;
        padding: 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        font-weight: bold;
        margin: 0;
        color: #fff;
        background: #65758E;
    }
div#menu_horiz li a:hover {
        font-weight: bold;
        color: #404040;
	background-color: #E0E0E0;
}
    div#menu_horiz .activeparent {
       display: inline;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
	background-color: #E0E0E0;
    }

    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .current a:hover,
    div#menu_horiz .activeparent a,
    div#menu_horiz .activeparent a:link,
    div#menu_horiz .activeparent a:active,
    div#menu_horiz .activeparent a:visited,
    div#menu_horiz .activeparent a:hover 
{
	background-color: #E0E0E0;
    }
/* END NAV */

div#menu_horiz li.active01 h3 {
        padding: 5px 10px; 

        font-size: 1em;
        line-height: 0.85em;
        text-decoration: none;
        margin: 0;
        color: #404040;
        background-color: #E0E0E0;
    }

#menu_horiz li.active02 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  font-size: 1em;
  background-color: #E0E0E0;
}

#menu_horiz li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
/* End of 'Figueras CSS: Menu Textos' */

/* Start of CMSMS style sheet 'Figueras CSS: Menu Estructura' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */
/* End of 'Figueras CSS: Menu Estructura' */

/* Start of CMSMS style sheet 'Figueras CSS: Tipografia' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
                color: #fff;
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75.01%;
                          line-height: 1.7em;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
                color: #fff;
		text-decoration: underline;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #fff;
        }

	a:hover {
	text-decoration: underline;
	}
/* END LINKS */
	
/* HEADINGS */
	
             h1 {
		font-size: 2em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.5em;
                          line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
             
/* END HEADINGS */
	
/* TABLE */
	/*table {

        font-size: 1em;
		margin: 0 0 0em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 0em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}*/
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	
/* END TYPOGRAPHY */	
/* End of 'Figueras CSS: Tipografia' */

/* Start of CMSMS style sheet 'Figueras CSS' */
.body { 
        background: #65758E;
        scrollbar-face-color: #2E3852; 
        scrollbar-3dlight-color: #999999; 
        scrollbar-arrow-color: #999999; 
        scrollbar-highlight-color: #2E3852; 
        scrollbar-shadow-color: #2E3852; 
        scrollbar-darkshadow-color: #999999; 
        scrollbar-track-color: #474E66; 
        scrollbar-base-color: #2E3852; 
}

.arial12gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E1DDD7;
}

.arial20grisCLAR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E1DDD7;
}
.arial09gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E1DDD7;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.arial30gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #404040;
}
.arial10gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E1DDD7;
}
.arial26gris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #E1DDD7;
}
.arial10rojo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A00000;
}
.arial11gris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.arial25gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #404040;

}
.arialXXgris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #404040;
}
.arial17gris {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #404040;
}
.arial12rojo {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A00000;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.arial17blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;

}
.arial13negre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;

}
.arial13negreN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
.separacio {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C0C0C0;
}
.arial13blanc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.arial13rojo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A00000;
	font-weight: bold;
}
.arial13rojoS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A00000;
	font-weight: bold;
	text-decoration: underline;
}
.arial15rojoBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A00000;
	font-weight: bold;
}
.arial13gris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
}
.arial13grisBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	font-weight: bold;

}
.arial16blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.arial15blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.arial11grisBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;

}
.arial20grisCLAR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E1DDD7;
}
.arial12blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.arial11gris2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.arial14blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.politica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
             text-decoration: underline;
}
.arial15blancBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.arial15blaucel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A5ACC0;
	font-weight: bold;
}
.arial11blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.arial11blancLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.arial11blancLINK:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.arial11blancLINK:hover {
	color: #E3E3E3;
	text-decoration: underline;
}
.arial9blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
}
.arial10grisBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E1DDD7;
	font-weight: bold;
}
.arial13blancBOLD {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.borderBLAU {
	border: thin solid #7C7C7C;
}
.arial12grisBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E1DDD7;
	font-weight: bold;
}
.arial11gris3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E1DDD7;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #EAEAEA;
	height: 22px;
	background-color: #474E66;
}
.buttonsDeleg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #EAEAEA;
	height: 22px;
	background-color: #516171;
}
.buttonsMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #EAEAEA;
	height: 19px;
	background-color: #474E66;
}
.buttonsInvisible {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E1DDD7;
	border: 1px solid #474E66;
	height: 25px;
	background-color: #474E66;
	text-align: left;
	font-weight: bold;
}
.buttonsDesactivar {
	color: #E1DDD7;
	border: 1px solid #3F465B;
	background-color: #5B687E;
}
.arial12grisJUSTIFY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E1DDD7;
	text-align: justify;
}
.bkglila {
	background-color: #474e66;
}
.bkglila2 {
	background-color: #516171;
}
.arial11grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e1ddd7;
}
.bgmapa {
	background-image: url(../img/mapa_fondo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bordeblau {
	border: 1px solid #474e66;
}
.arial12amarillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
.arial11negre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bkgris {
	background-color: #EAEAEA;
}
.borderNaranja {
	border: 2px solid #E88A1B;
}
.arial15grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #e1ddd7;
}
.bg {
	background-attachment: fixed;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg2 {
	background-attachment: fixed;
	background-image: url(../img/fondo_blau.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

 body {
scrollbar-face-color:#474E66;
scrollbar-highlight-color: #474E66;
scrollbar-shadow-color: #474E66;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-arrow-color: #EAEAEA;
scrollbar-track-color: #8E8E8E;
scrollbar-darkshadow-color: #CCCCCC;
}

.bkgrojo {
	background-color: #A3000A;
}

.style1 {
  color: #333333;
}
.menuWeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E0E0E0;
	font-weight: bold;
	height: 21px;
	display: block;
             text-decoration: none;
}
a.menuWeb:hover {
	color: #404040;
	background: #E0E0E0;
             height: 22px;
             display: block;
             text-decoration: none;
}
.menuNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a.menuNews:hover {
	color: #A30000;
	text-decoration: underline;
}
.menuNewsSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A30000;
	font-weight: bold;
	text-decoration: underline;
}
.menuNewsTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}
.menuNewsContenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
.menuDistri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E0E0E0;
	font-weight: bold;
}
.menuDistriContinentes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E0E0E0;
	font-weight: bold;
	text-align: left;
}
a.menuDistriContinentes:hover {
	display: block;
	background: #747A8B;
}
.menuDistriPaises {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E0E0E0;
	font-weight: bold;
	text-align: left;
}
a.menuDistriPaises:hover {
	display: block;
	background: #747A8B;
}
.menuDistriPopup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E0E0E0;
	font-weight: bold;
}
a.menuDistriPopup:hover {
	text-decoration: underline;
}
.menuDistriContacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E0E0E0;
	font-weight: normal;
}
a.menuDistriContacto:visited {
	text-decoration: underline;
}
a.menuDistriContacto:link {
	text-decoration: underline;
}
a.menuDistriContacto:hover {
	color: #FFFFFF;
}
.menuProductos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.menuProductosSeg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E0E0E0;
	font-weight: bold;
}
a.menuProductosSeg:hover {
	text-decoration: underline;
}
/* End of 'Figueras CSS' */

