 /*------------------------------------------------*
	  *---  WWW.ICARE-INTERNET-IBERICA.COM - agencia web ---  CSS  --*
  *------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

		
html {
   margin: 0;
   padding: 0;

}


body {
   background-position:top;
   background-image: url(../imagenes/deco/bg_body.jpg);


}

p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}

li {
	list-style-image:none;
}



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

#general_index{
	margin: 0 auto;
	width:100%;
	background-position:top;
    background-image: url(../imagenes/deco/bg_body.jpg);
	background-repeat:repeat;
}

#general{
	margin: 0 auto;
	width:100%;
	background-position:top;
    background-image: url(../imagenes/deco/bg_header.jpg);
	background-repeat:repeat-x;
}

#anim_index{
	width:487px;
	height: 293px;
	text-align: right;
	margin:60px auto;
	border-color: #2F82C5;
	border-style: solid;
	border-width: 1px;
}

/*Encabezado  HEADER*/
#link{
	padding:0 0 0 10px;
	height:120px;
	width:322px;
	float:left;
			}

#header{
	background-position:top left;
	background-image: url(../imagenes/deco/logo.png);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:31px 0 0 0;
	width:964px;
	height:161px;

}
#header img{
	margin:0;
	padding:0;
	display:block;
	border:none;
}

#header ul {
	float: right;
	list-style: none;
	height:125px;
	width: 600px;
	
}

#header li {
	margin:0;
	float: left;
	padding: 0;

}


#header li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B5A28D;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding:55px 15px 54px 14px;
	border-style: solid;
	border-width: 0 1px;
	border-left-color: #252525;
	border-right-color: #000000;
}
#header li a.primero {
	border-width: 0 1px 0 0;

}

#header li a.ultimo {
	border-width: 0 0 0 1px;

}
#header li a:hover {
	color: #fff;
	background-color: #00CCCC;
	background-image: url(../imagenes/deco/hover_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*Contenido del SUBMENU ESTUCHES A MEDIDA */
#sub_estuches_medida {
	text-transform: uppercase;
	float:left;
	margin:0;
	padding:0 0 0 150px;
	height:30px;
	
	}
#sub_estuches_medida ul {
	list-style: none;
	
}
#sub_estuches_medida li {
	float: left;
	display: block;


}

#sub_estuches_medida li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CFCFC2;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	border-color: #292929;
	border-style: solid;
	border-width: 1px;
	background-color: #202020;
	margin: 0 2px;
}
#sub_estuches_medida li a:hover {
	color: #FFFFFF;
	background-color: #2D2D2D;

	
}

/*Contenido del SUBMENU ESTUCHES */
#sub_estuches {
	float:right;
	margin:-50px 0 0 0;
	width:235px;
	height:30px;
	padding: 0 23px 0 0;
	
	}
#sub_estuches ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#sub_estuches li {
	float: left;
	display: block;
	padding:0;
	margin:0 1px 0 0;
}
#sub_estuches li#ultimo {
	background-image: none;
}

#sub_estuches li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E9E9E9;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
	text-transform: uppercase;
	background-color: #1E90B2;

}
#sub_estuches li a:hover {
	color: #FFFFFF;
	background-color:#45A9D3;
	
}

/*Contenido de la pagina Contenido  CONTENIDO */
#contenido_top {
	background-image: url(../imagenes/deco/bg_cont_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:172px;
	margin:0 auto;
	width: 954px;
}
#contenido_bot {
	background-image: url(../imagenes/deco/bg_cont_bot.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:27px;
	margin:0 auto;
	width: 954px;
}
#contenido {
	background-image: url(../imagenes/deco/bg_cont.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	margin:0 auto;
	padding:0 30px 0 50px;
	height:auto;
	width: 874px;
}

#contenido p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BDA79B;
	padding:0 0 10px 0;
}


#contenido ul{
	margin:0 0 10px 20px;
	padding:0;

	}
#contenido li{
	margin:0 0 4px 0;
	padding:0 0 0 12px;
	background-image: url(../imagenes/deco/bullet_flecha.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 11px;
	color: #CAFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#contenido li a{
	color: #2E95C2;
	text-decoration: underline;
	}
#contenido li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

#izquierda_presupuestos {
	margin:0;
	padding:0;
	width:550px;
	float:left;
	
}

#izquierda {
	margin:0;
	padding:0;
	width:372px;
	float:left;
	
}

#izquierda img{
	margin:0 0 5px 0;
	padding:1px;
	border-color: #3F3F3F;
	border-style: solid;
	border-width: 1px;
	background-color: #000000;
	
}
#derecha {
	margin:0;
	padding:0 0 10px 0;
	float:right;
	width: 489px;
	
}
#derecha img{
	margin:0 0 5px 0;
	padding:1px;
	border-color: #3F3F3F;
	border-style: solid;
	border-width: 1px;
	background-color: #000000;
	
}
#diaporama{
	float:right;
	width:485px;
	height:330px;
	padding:1px;
	border-color: #727272;
	border-style: solid;
	border-width: 1px;
}
/*Pie de pagina  FOOTER*/

#footer{
	background-image: url(../imagenes/deco/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin:30px auto 10px auto;
	padding:12px 0 0 0;
	width:100%;
	height:56px;
	text-align: center;
	color: #3E3E3E;
	font-size:10px;
}

#footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3D90BA;
	text-decoration:none;
	font-size:12px;
}

#footer a:hover{
	color:#fff;
	text-decoration:none;
}
#footer p{
	margin:3px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	color:#A98A6D;
	font-size:10px;
}
#footer p a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#BAA28B;
	text-decoration:none;
	font-size:10px;
}

#footer p a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/*/////////////BANDERAS DE IDIOMAS//////////////////*/

#banderas{
	margin:0 auto;
	padding:0;
	text-align: center;
	color: #BE9E85;
	font-size:10px;

}

#banderas a{
	color:#E6DCD2;
	text-decoration:none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}



#banderas a:hover{
	color:#FFFFFF;
	text-decoration:underline;

}



#banderas img{

	margin:0;

	padding:0 13px 0 3px;

	border:none;

	line-height: 15px;



}

/*clase clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS INICIO   ----*
  *------------------------------------------------------*/
  
    h1 {
	width:770px;
	margin: 0 0 10px 150px;
	padding: 80px 0 4px 0;
	color:#AF8E7A;
	font-size:30px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	border-style:solid;
	border-width:0px 0 1px 0;
	border-color:#292929;

  }
    h1 span{
	color:#DDDECF;


  }
  

  
   h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 5px 0;
	color:#2292B7;
	border-style:solid;
	border-width:1px 0;
	border-color:#292929;
	letter-spacing: 1px;
	font-weight: normal;
  }
  
   h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color:#BDA79B;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;


  }
  
   h4 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color:#2E95C2;
	font-size: 11px;
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #292929;
	font-weight: normal;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/
  
/* ///////////////////////Para Plano Google ///////////////////////*/
#plano{
	padding: 0;
	margin: 0 auto 10px auto;
	float: left;
}

#plano iframe{
	border-style: solid;
	border-color: #292929;
	border-style: solid;
	border-width: 1px;
	padding:1px;
	background-color: #000000;
}

#plano a{
	margin:0;
	padding:0;
	font-size: 10px;
	color: #3D90BA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#plano a:hover{
	color: #fff;
	text-decoration:none;
}

/* ///////////////////////Fin Plano Google ///////////////////////*/


 /*---------------------------------------------------------*
  *----        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 {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: inherit;
	color: #fff;
	width: 300px;
	margin: 0 auto;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	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 {

	width: 100%;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	font-family:Arial, Helvetica, sans-serif;
	color: #3D90BA;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}
/* 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: 2px 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: #CABDB5;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #292929;
	}
	/* 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: #ccc;
}
/* EN-TETE TH de LIGNES d'un objet TABLEAU */
th.formulaire_tableau_ligne_entete {
	background-color: #ccc;
}

/* 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: #3D90BA;
	color: #fff;
	cursor: pointer;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #3D90BA;
}

input.formulaire_envoyer:hover {
	color: #3D90BA;
	background-color: #fff;
}
/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}

/* 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-style: solid;
	border-color: #999999;
	border-width: 1px;
}
/* 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 {
	font-size: 9px;
	text-align: center;
	color: #BE9E85;
	margin: 120px auto 0 auto;
	width:450px;
}
#referenciamiento p {
	color: #E6DCD2;
	font-size:9px;
	padding: 0 0 2px 0;
}
#referenciamiento a {
	color: #E6DCD2;
	text-decoration: none;
	font-size: 9px;
}

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

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

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

