 /*------------------------------------------------*
	  *---  WWW.ICARE-INTERNET-IBERICA.COM - agencia web ---  CSS  --*
  *------------------------------------------------*/
		
* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;
	font-family: inherit;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #f0fbff;
	background-image: url(../images/deco/body.gif);
	background-repeat: repeat-x;
	color: #255770;
}
.index {
	
}
select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general {
	margin: 30px 0 0;
}
.index #general {
	
}
/* Encabezado */

#header {
	width: 875px;
	margin: 0 auto;
	position: relative;
}
#header img {
	display: block;
}
#header .camioneta {
	position: absolute;
	top: 20px;
	right: -30px;
}
* html #header .camioneta {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/deco/camioneta.png', sizingMethod='scale');
	zoom: 1.0;
	display: block;
	width: 466px;
	height: 276px;
}
* html #header .camioneta img {
	display: block;
	height: 0;
	width: 0;
}
/* Menu */

#menu {
	width: 875px;
	margin: 0 auto;
	height: 73px;
	background-image: url(../images/deco/menu.gif);
	background-repeat: no-repeat;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	width: 109px;
}
#menu .ultimo {
	width: 112px;
}
#menu a {
	background-image: url(../images/deco/menu-a.gif);
	;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	display: block;
	height: 73px;
	line-height: 73px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #226f8b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menu .ultimo a {
	background-image: none;
}
#menu a:hover {
	background-image: url(../images/deco/menu-a-hover.gif);
	background-repeat: no-repeat;
	background-position: -109px 0;
	color: #ffffff;
}
#menu .primero a:hover {
	background-position: 0 0;
}
#menu .ultimo a:hover {
	background-position: 100% 0;
}


/* Contenido */

#contenido {
	width: 801px;
	margin: 0 auto;
	padding: 15px 30px 25px 44px;
	background-image: url(../images/deco/contenido.gif);
	background-repeat: repeat-y;
}
.index #contenido {
	width: 876px;
	margin: 65px auto 0;
	padding: 0;
	background-image: none;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #8AC3E0;
	height: 300px;
}
#contenido p {
	margin: 0 0 1em;
	font-size: 1.25em;
}
#contenido ul, #contenido ol {
	margin: 0 0 1em 30px;
	font-size: 1.25em;
}
#contenido a {
	color: #0a2d3f;
	text-decoration: underline;
}
#contenido a:hover {
	text-decoration: none;
}
#contenido strong {
	color: #0E5374;
}
#contenido em {
	color: #255770;
}


#caja_izquierda {
	float: left;
	width: 435px;
}


#caja_derecha {
	float: right;
	width: 294px;
}

#diaporama {
	width: 274px;
	padding: 1px;
	background-color: #5E96B0;
	border-color: #F5F5F5;
	border-width: 10px;
	border-style: solid;
	margin: 44px 0 0 0;
}
#diaporama2 {
	width: 791px;
	padding: 5px;
	background-color: #F5F5F5;
}

#formulario {
	float: left;
	width: 300px;
}

#plano {
	float: right;
	width: 425px;
}
#plano iframe {
	border-color: #c2c3c3;
	border-width: 1px;
	border-style: solid;
}
#plano p {
	text-align: center;
	font-size: .92em;
}
#plano a {
	color: #9A9C9C;
}
#plano a:hover {
	color: #FFFFFF;
}

/* Pie */


.index #footer {
	background-image: url(../images/home/bg_footer.gif);
	background-repeat: repeat-x;
	color: #59A496;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 878px;
}
.index #footer p{
	margin: 0 auto;
	padding:0;
	text-align: center;
	color: #D9F2FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.index #footer a {
	color: #14504D;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.index #footer a:hover {
	color: #FFFFFF;
}
.index #footer a.a_dos {
	color: #4A7E97;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.index #footer a.a_dos:hover {
	color: #FFFFFF;
}
#footer {
	width: 875px;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
	background-image: url(../images/deco/footer.gif);
	background-repeat: no-repeat;
	color: #8EB1BB;
}

#footer a {
	color: #386572;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 5px;
}
#footer a:hover {
	color: #203A42;
	text-decoration: underline;
}
#footer p {
	margin: 0 auto;
	padding:0;
	text-align: center;
	color: #6693A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS INICIO   ----*
  *------------------------------------------------------*/
  
h1 {
	font-size: 36px;
	font-style: italic;
	color: #0E5374;
	padding: 0 0 10px 0;
	margin: 0 0 14px;
	border-color: #c2c3c3;
	border-width: 0 0 1px;
	border-style: solid;
}
  
h2 {
	font-size: 26px;
	font-style: italic;
	color: #256A8B;
	margin: 0 0 10px;
	font-weight: bold;
}
  
h3 {
	font-size: 1.42em;
	font-style: italic;
	color: #56a194;
	font-weight: bold;
	margin: 0 0 10px;
}
  
h4 {
}
  
h5 {
}
  
h6 {
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/





 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV général contenant l'ensemble du FORMULAIRE */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D9280;
	width: 300px;
	margin: 0 auto;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #2D9280;
	background-color: #A6F7E8;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque LIGNE D'ERREUR de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* Tableau de champs général */
table.formulaire_table {
	border-style: solid;
	border-width: 1px;
	border-color: #c2c3c3;
	width: 100%;
	background-color: #F5F5F5;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	background-color: none;
	color: #2D9280;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #2D9280;
}
/* LEGENDE du fielset ci-dessus */
.formulaire_table legend {
	font-weight: bold;
	padding: 5px;
}
/* LIGNES de SÉPARATION entre deux lignes de champs */
.formulaire_cell_espacement {
	height: 5px;
}

/* LIBELLE des champ dans le formulaires */
/*---------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
		width: 100px;
		padding: 0px 5px 0px 10px;
		text-align: right;
	}
	/* Normal */
	td.formulaire_nom_champ {
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_nom_champ_erreur {
		color: #f00;
		font-weight: bold;
	}

/* CELLULES qui contiennent les CHAMPS */
/*-------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_td_champ, td.formulaire_td_champ_erreur {
		padding-right: 10px;
	}
	/* Normal */
	td.formulaire_td_champ {
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_td_champ_erreur {
	}

/* Champs dans les formulaires : INPUT, TEXTAREA */
/*-----------------------------------------------*/
	/* Dans TOUS les cas */
	.formulaire_champ, .formulaire_champ_erreur {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		width: 200px;
		padding-top: 2px;
		padding-right: 3px;
		padding-bottom: 2px;
		padding-left: 3px;
		/* Attention, jouer sur l'opacité ICI (sur les INPUT) peut provoquer des problèmes d'affichage de SELECT sous IE */
		/*filter: alpha(opacity=80);
		opacity: 0.8;*/
	}
	/* Normal */
	.formulaire_champ {
		background-color: #fff;
		color: #000;
		border-style: solid;
		border-width: 1px;
		border-color: #2D9280;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #fcc;
		border-style: solid;
		border-width: 1px;
		border-color: #f99;
	}

/* SUFFIXES : texte qui s'ajoute après les champs (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}

/* Cellules réunies (colspan) : dans TOUS les cas */
td.formulaire_td_colspan, td.formulaire_td_colspan_erreur {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Cellule TD du Titre d'un objet TABLEAU */
td.formulaire_tableau_titre {
	font-style: italic;
}
/* Cellule TH d'un objet TABLEAU au croisement des en-têtes de lignes/colonnes */
th.formulaire_tableau_coin {
	background-color : transparent;
}
/* EN-TETE TH de COLONNES d'un objet TABLEAU */
th.formulaire_tableau_colonne_entete {
	background-color: #A6F7E8;
}
/* EN-TETE TH de LIGNES d'un objet TABLEAU */
th.formulaire_tableau_ligne_entete {
	background-color: #A6F7E8;
}

/* TD du Bouton "ENVOYER" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* BOUTON "ENVOYER" du formulaire */
input.formulaire_envoyer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2D9280;
	color: #fff;
	border: solid 1px #2D9280;
	cursor: pointer;
	margin: 5px;
}

/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
	font-size: .92em;
	background: #ebebeb;
}

/* DIV du message une fois le MESSAGE ENVOYÉ */
div.formulaire_msgRetour {
	background-color: #eee;
	color: #000;
	text-align: center;	
	padding: 10px;
	margin: 50px auto;
	border: solid 1px #999;
}
/* Lien "RETOUR" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #000;
	font-weight: bold;
}

/**************/
/* CALENDRIER */
/**************/

.div_calend {
	position: absolute;
	margin-left: 0px;
	margin-top: -80px;
	display: none;
	z-index: 100;
}
.div_calend .tab_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	width: 280px;
	border: solid 1px #333;
}
.div_calend .cell_mois {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 60%;
	padding: 3px;
}
.div_calend .cell_fleche {
	background-color: #ccc;
	text-align: center;
	padding: 3px;
}
.div_calend .cell_fleche a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.div_calend .cell_nomjour {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 3px;
}
.div_calend .cell_jour {
	font-size: 10px;
	color: #000;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #fff;
}
.div_calend .cell_jour:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ccc;
}
.div_calend .cell_jour_vide {
	background-color: #f8f8f8;
}
.div_calend .cell_jour_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:center;
	display: block;
	width:inherit;
	padding: 3px;
}
.div_calend .cell_jour_a:hover {
	background-color: #fff;
	color: #666;
	font-weight:bold;
}
.div_calend .lien_fermer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px;	 /** voir note de l'attribut taille **/
	display: block;  /** on met un display: block car le margin-top ne sera pas pris en compte pour un display in-line (par défaut) **/
	width: 70px;	 /** display: block implique une taille de 100%. Il faut donc mettre une taille qui DOIT être cohérente avec le padding **/
	text-align: center;
}

/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*/

 

 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  INICIO              ----*
  *------------------------------------------------------*/

#referenciamiento {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 120px;
	color: #77AFCD;
}

#referenciamiento a {
	color: #6F8AB9;
	text-decoration: none;
}

#referenciamiento a:hover {
	color: #305081;
	text-decoration: underline;
}

#referenciamiento a img {
	border: none;
	padding: 2px;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  FIN                ----*
  *------------------------------------------------------*/

