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

		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../imagenes/deco/body_2.jpg);
	background-repeat: repeat-x;
	color: #003512;
}
.index {
	background-image: url(../imagenes/deco/index-body.jpg);
}

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

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

li {
	list-style-image:none;
}



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


#general {
	margin: 0 auto;
	padding:0;
	width: 100%;
}

/*Encabezado  HEADER*/

#top {
	width: 889px;
	margin: 0 auto;
	padding: 0 3px;
	height: 465px;
	background-image: url(../imagenes/deco/top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

#slogan {
	text-align: center;
	padding: 13px 0 0;
	height: 127px;
}

#header {
	width: 725px;
	float: right;
	margin: 0;
	padding: 0;
}
#header img {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}
#header #logo {
	position: absolute;
	top: 42px;
	left: 282px;
	width: 324px;
	height: 98px;
	background-image: url(../imagenes/deco/mitad_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #contacto {
	position: absolute;
	top: 113px;
	left: 730px;
	width: 145px;
	height: 26px;
}
#diaporama_top{
	padding: 0;
	margin: 0;
	width: 725px;
	height: 325px;
}

/* Menu */

#menu {
	padding: 0;
	margin: 0;
	width: 164px;
	float: left;
	height: 296px;
	background-image: url(../imagenes/deco/menu.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}
#menu ul {
	list-style: none;
	padding: 0 0 0 1px;
}
#menu li {
	background-image: url(../imagenes/deco/menu-li.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 3px;
}
#menu li.ultimo {
	background-image: none;
}
#menu li.primero a:hover {
	background-image: url(../imagenes/deco/hover_primero.gif);
}
#menu li.ultimo a:hover {
	background-image: url(../imagenes/deco/hover_ultimo.jpg);
}
#menu li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #efd48e;

}
#menu li a:hover {
	color: #fff4d7;
		background-image: url(../imagenes/deco/hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*Contenido de la pagina Contenido  CONTENIDO */

#contenido {
	margin: 0 auto;
	padding: 0 3px;
	width: 889px;
	background-image: url(../imagenes/deco/contenido.gif);
	background-repeat: repeat-y;
	line-height: 1.3;
}
.index #contenido {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background-image: none;
	background-color: transparent;
	height: 393px;
}
#contenido .interior {
	background-image: url(../imagenes/deco/contenido-interior.gif);
	background-repeat: repeat-x;
	padding: 0 35px 10px;
	width: 820px;
}

#contenido p {
	margin: 0 0 10px 0;
}
#contenido ul, #contenido ol {
	margin: 0 0 10px 20px;
}
#contenido li {
	background-image: url(../imagenes/deco/bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%;
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	list-style: none;
	font-size: 11px;
}
#contenido a {
	color: #FF0000;
	text-decoration: underline;
}
#contenido a:hover {
	text-decoration: none;
	color: #125515;
}
#contenido strong {
	color: #003512;
}
#contenido em {
	color: #003512;
}
#caja_total {
	margin:10px auto 50px auto;
	width: 800px;
}
.grande {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

#caja_izquierda {
	float: left;
	width: 400px;
}
#caja_izquierda img {
	width: 120px;
	float: left;
	padding: 3px;
	background-color: #FFFFFF;
	border-color: #D9CFC1;
	border-style: solid;
	border-width: 1px;
	margin: 0 22px 15px 0;
}
  

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

.blog {
	width: 820px;
	padding: 0 0 10px 0;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #E1DBC9;
	margin: 0 0 10px 0;
}
.blog img{
	float: right;
	padding: 3px;
	background-color: #FFFFFF;
	border-color: #D9CFC1;
	border-style: solid;
	border-width: 1px;
	width= 321px; 
	height= 186px;
}
.blog h2{
	width: 470px;
	background-color: #F0F1E2;

}
.blog .diapo{
	float: right;
	padding: 3px;
	background-color: #FFFFFF;
	border-color: #D9CFC1;
	border-style: solid;
	border-width: 1px;
}
.caja_izquierda {
	float: left;
	width: 470px;
}
.caja_derecha {
	float: right;
	width: 321px;
}

#diaporama {
	width: 321px;
	margin: 0 auto;
	padding: 3px;
	background-color: #fff;
	border-style: solid;
	border-color: #D9CFC1;
	border-width: 1px;
}

#diaporama_dos {
	width: 321px;
	margin: 0 auto;
	padding: 3px;
	background-color: #fff;
	border-style: solid;
	border-color: #D9CFC1;
	border-width: 1px;
}

/*Pie de pagina  FOOTER*/

#footer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #002E19;
	background-image:  url(../imagenes/deco/footer.gif);
	background-repeat: repeat-x;
	color: #2F8E24;
	font-size: 10px;
	line-height: 18px;
}
#footer .interior {
	background-image: url(../imagenes/deco/footer-interior.gif);
	background-repeat: no-repeat;
	padding: 35px 0 0;
	width: 893px;
	margin: 0 auto;
}
#footer a {
	color: #fff4d7;
	text-decoration: none;
	font-size: 11px;
	padding: 0 2px;
	letter-spacing: -1px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 2px 0 10px 0;
	color: #419A3F;
	font-size: 12px;
}
#footer p a {
	color: #4DB649;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: normal;
	padding: 0;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.index #footer {
	width: 990px;
	padding: 8px 0 0 0;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../imagenes/home/linea.gif);
	color: #C5C25F;
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: normal;
}

.index #footer .interior {
	background-image: none;
	padding: 45px 0 0;
	width: 893px;
	margin: 0 auto;
}

.index #footer a {
	color: #1F941F;
	text-decoration: none;
	font-size: 12px;
	padding: 0 2px;
	letter-spacing: normal;
}
.index #footer a:hover {
	color: #0B350B;
	text-decoration: underline;
}
.index #footer p {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #999;
	font-size: 12px;
	line-height: 12px;
}
.index #footer p a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	padding: 0;
}
.index #footer p a:hover {
	color: #666;
	text-decoration: underline;
}

/*/////////////BANDERAS DE IDIOMAS//////////////////*/

#banderas {
	margin:0 auto;
	padding:10px 0;
	text-align: center;
	color:#EADDBB;
	font-size:10px;
}
#banderas a {
	color:#B6976D;
	text-decoration:none;
	font-size:10px;
}

#banderas a:hover {
	color:#675234;
	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 {
	font-size: 30px;
	color: #2c5380;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span {
	color: #007D00;
}
  
h2 {
	font-size: 16px;
	color: #008003;
	margin: 0 0 10px;
	background-color: #EBE7DC;
	border-width: 1px 0;
	border-style: solid;
	border-color: #D9D1BA;
	padding: 3px 0 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	font-size: 14px;
	color: #2c5380;
	margin: 0 0 10px;
}
  
h4 {
	font-size: 12px;
	color: #2c5380;
	margin: 0 0 10px;
}

h5 {
	font-size: 16px;
	color: #2c5380;
	margin: 0 0 10px;
	background-color: #EBE7DC;
	border-width: 1px 0;
	border-style: solid;
	border-color: #D9D1BA;
	padding: 3px 0 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
  
h6 {
	font-size: 12px;
	color: #2c5380;
	margin: 0 0 10px;
}


		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/
  
/* ///////////////////////Para Plano Google ///////////////////////*/
#plano {
	float: left;
	width: 408px;
}

#plano iframe {
	border-style: solid;
	border-width: 1px;
	border-color: #D9CFC1;
	background-color: #FFFFFF;
	padding: 3px;
}

#plano a {
	font-size: 10px;
	color: #FF0000;
}
#plano a:hover {
	color: #093F1B;
	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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
	float: right;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #D0C7A9;
	background-color: transparent;
	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 {
	padding: 5px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #D0C7A9;
}
/* 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: 300px;
	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: #F0F1E2;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #D9CFC1;
	}
	/* 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: #156F17;
	color: #fff;
	cursor: pointer;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #013118;
}

/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
	font-size: 9px;
}

/* 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;
}

/**************/
/* CALENDARIO */
/**************/
.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;	 /** ver la note del atributo tamaño **/
	display:block;  /** se pone un display: block porque el margen superior no será tomado en cuenta para un display in-line (por defecto) **/
	width:70px;	 /** display: block implica un tamaño del 100%. Hace falta poner un tamaños que DEBE de ser coherente con el padding **/
	text-align: center;
}

/* NO TOCAR ESTA LINEA PARA EL FINAL DEL FORMULARIO DE CONTACTO */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*/  

 

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

#referenciamiento {
	font-size: 9px;
	text-align: center;
	margin: 120px auto 0 auto;
	width:450px;
	color: #EADDBB;
}
#referenciamiento p {
	color: #CFB185;
	font-size:9px;
	padding: 0 0 2px 0;
}
#referenciamiento a {
	color: #CFB185;
	text-decoration: none;
}

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

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

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