 /*------------------------------------------------*
	  *---  WWW.ICARE-INTERNET-IBERICA.COM - agencia web ---  CSS  --*
  *------------------------------------------------*/
* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;
	font-family: inherit;
}
body {
	text-align: center;
	background-image: url(../imagenes/deco/body.jpg);
	background-repeat: repeat-x;
	background-color: #57002F;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
.index {
	background-image: url(../imagenes/deco/index-body.jpg);
}
select {
	background-color: #fff;
	color: #000;
}
		
html {
   margin: 0;
   padding: 0;
}

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


li {
	list-style-image:none;
}

#contenedor_lightbox {
	width: 315px;
	border: none;
	float: right;
}
#contenedor_lightbox img{
	float:left;
	margin:2px;
	border:1px solid #E1AFCA;
	width: 75px;
	height: 75px;
}
 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/



/* Encabezado */

#header {
	width: 990px;
	margin: 0 auto;
}
#header img {
	display: block;
}

/* Menu */

#menu {
	width: 756px;
	margin: 0 auto;
	padding: 9px 0 7px 234px;
	background-image: url(../imagenes/deco/menu.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
}
#menu ul {
	list-style: none;
	height: 46px;
}
#menu li {
	float: left;
	width: 80px;
	margin: 0 20px 0 0;
}
#menu a {
	display: block;
	height: 46px;
	background-image: url(../imagenes/deco/menu-a.gif);
	background-repeat: no-repeat;
	line-height: 46px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	background-position: left bottom;
	color: #57002F;
}

#submenu {
  padding: 51px 0 0 26px;
	float: left;
	width: 175px;
	font-size: 16px;
}
#submenu ul {
  list-style: none
}
#submenu li {
	background-image: url(../imagenes/deco/submenu-li.gif);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 8px;
	margin: 0 0 7px;
}
#submenu a {
  color: #DAC487;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#submenu a:hover {
  color: #D1D1D1;
}



/* Contenido */

#contenido {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../imagenes/deco/contenido.gif);
	background-repeat: no-repeat;
	color: #D1A5BD;
	font-size: 14px;
}
.index #contenido {
	width: 800px;
	padding: 0;
	margin: 90px auto 0;
	background-image: none;
	height: 300px;
}
#principal {
	margin: 0 auto;
	padding: 15px 0;
}
#principal p {
	margin: 0 0 10px 0;
}
#principal ul{
	margin:0 0 10px 20px;
	padding:0;

	}
#principal li{
	margin:0 0 4px 0;
	padding:0 0 0 12px;
	background-image: url(../imagenes/deco/flecha-bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 11px;
	color: #B96283;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#principal li a{
	color: #B96283;
	text-decoration: underline;
	}
#principal li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
#principal a {
	color: #FDE4F2;
	text-decoration: none;
}
#principal a:hover {
	text-decoration: underline;
}
#principal strong {
	color: #FDE4F2;
}
#principal em {
	color: #FDE4F2;
}
#principal p.anchors  {
	color: #DAC487;
	padding: 0 0 0 330px;

}
#principal p.anchors  a {
  	color: #DAC487;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding: 0 10px 2px 15px;
	background-image: url(../imagenes/deco/anchors-a.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#principal p.anchors a:hover {
  color: #D1D1D1;
}

#principal p.anchors_submenu  {
	color: #FFFF00;
	padding: 0 0 0 230px;
}
#principal p.anchors_submenu a {
	color: #FFFF00;
	text-decoration: none;
	padding: 0 10px 2px 15px;
	background-image: url(../imagenes/deco/anchors-a.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#principal p.anchors_submenu a:hover {
  color: #D1D1D1;
}

#principal p.anchors_pasteleria {
	color: #DAC487;
	padding: 0 0 0 235px;
}
#principal p.anchors_pasteleria a {
  	color: #DAC487;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding: 0 10px 2px 15px;
	background-image: url(../imagenes/deco/anchors-a.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#principal p.anchors_submenu_pasteleria a:hover {
  color: #D1D1D1;
}
#principal .arriba {
	text-align: right;
	margin: 10px 0;
}
#principal .arriba a {
	color: #DAC487;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#principal .arriba a:hover {
  color: #D1D1D1;
}

#diaporama {
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	background-color: #37001F;
	border-style: solid;
	border-width: 1px;
	border-color: #8C4E6F;
	height: 378px;
}

#simpleviewer {
	width: 560px;
	margin: 0 auto;
	height: 450px;
	padding: 0;
	color: #CE0072;
}

#caja_izquierda {
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
}
#caja_izquierda p{
	text-align:justify;
}
#caja_derecha {
	float: right;
	width: 550px;
	padding: 0 10px 0 0;
}
.caja_izquierda_blog {
	padding: 0 10px;
	margin: 0 0 60px 0;
	width: 600px;
}
.caja_izquierda_blog p{
	text-align:justify;
}
#diaporama1, #diaporama2, #diaporama3, #diaporama4, #diaporama5, #diaporama6{
	width: 550px;
	margin: 0 0 0 25px;
	padding: 1px;
	background-color: #660038;
	height: 300px;
	display: block;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #821C51;
}

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


/* Pie */

#footer {
	width: auto;
	height: 50px;
	padding: 9px 0 0;
	background-image:  url(../imagenes/deco/footer.gif);
	background-repeat: repeat-x;
	background-color: #3A0120;
	line-height: 20px;
	color: #790043;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #88004A;
}
.index #footer {
	width: 798px;
	margin: 0 auto;
	padding: 0;
	line-height: 28px;
	background-image: none;
	height: 28px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #a6874d;
}
#footer a {
	padding: 0 4px;
	color: #5DA1B8;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #D5137D;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p a {
	padding: 0;
	color: #ED369B;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p a:hover {
	color: #F596CB;
}
p.direccion {
	padding: 8px 0 0 0;
	margin: 0 auto;
	text-align: center;
	color: #D5137D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}p.direccion strong{
	padding: 8px 0 0 0;
	margin: 0 auto;
	text-align: center;
	color: #D5137D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p.direccion a {
	padding: 0;
	color: #ED369B;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.direccion a:hover {
	color: #F596CB;
}


/*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: 28px;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0 0 10px 3px;
	background-image: url(../imagenes/deco/h1.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
h1 span{
	color: #E3A6DD;

}  
h2 {
	font-size: 18px;
	color: #BF9D58;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #821C51;
}
  
h3 {
	font-size: 14px;
	color: #FB008A;
	margin: 0 0 10px 0;
}
  
h4 {
	font-size: 13px;
	color: #BF9D58;
	margin: 0 0 15px;
}
  
h5 {
	font-size: 13px;
	color: #BF9D58;
	margin: 0 0 15px;
}
  
h6 {
	font-size: 13px;
	color: #BF9D58;
	margin: 0 0 15px;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/
  
/* ///////////////////////Para Plano Google ///////////////////////*/
#plano {
	float: right;
	width: 427px;
	margin: 0 auto;
}

#plano iframe {
	border-style: solid;
	border-width:1px;
	border-color: #9F0058;
	background-color: #660038;
	padding: 1px;
}

#plano a {
	font-size: 10px;
	color: #666666;
}
#plano a:hover {
	color: #000000;
	text-decoration: none;
}

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

/*
reemplazar colores de formulario

#bcbcbc -> border-color
#bacbac -> background-color
*/


 /*---------------------------------------------------------*
  *----        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;
	background-color: inherit;
	color: #DC9EAD;
	width: 460px;
	margin: 0;
	float: left;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #bcbcbc;
	background-color: #bacbac;
	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: #9F0058;
	background-color: #660038;
	width: 100%;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	color: #BF9D58;
	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: #bcbcbc;
}
/* 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: 180px;
	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: 280px;
	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: #eee;
		color: #000;
		border-style: solid;
		border-width: 1px;
		border-color: #bcbcbc;
	}
	/* 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: #5DA1B8;
	color: #fff;
	cursor: pointer;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #3F6F83;
}

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

/* 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 {
	text-align: center;
	color: #8C2B63;
	margin: 120px auto 0 auto;
	width: 450px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#referenciamiento p {
	color: #DE1484;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#referenciamiento strong {
	color: #DE1484;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#referenciamiento a {
	color: #DE1484;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

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

#referenciamiento a img {
	border: none;
	padding: 2px;
} /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  FIN                ----*
  *------------------------------------------------------*/
