@import "restaurante.css";
@import "actualidades.css";
 /*------------------------------------------------*
	  *---  WWW.ICARE-INTERNET-IBERICA.COM - agencia web ---  CSS  --*
  *------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	list-style: none;
}

		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5C2F2A;
	color: #000;
	background-repeat:  repeat-x;
	background-image: url(../imagenes/deco/bg_top_header.jpg);
	background-position: left top;
}

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%;
	background-repeat:  repeat-x;
	background-position: left top;
}
#general_index/*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


{
	margin:0 auto;
	padding:10px 0 0 0;
	width:100%;
	background-repeat:  repeat-x;
}
#anim {
	height: 170px;
	width: 999px;
	margin: 0 auto 1px auto;
}


/*Encabezado  HEADER*/
#contenedor_header{
	margin:0 auto 1px auto;
	padding:0;
	width:884px;
	height:203px;
}

#links{
	position:absolute;
	margin:44px 0 0 782px;
	width:100px;
	}
	
#links a{
	padding:0 4px;
	display:inline;
	border:none;
}

#links a img{
	border:none;
}
	
#contenedor_header #reserva{
	position:absolute;
	margin:70px 0 0 770px;
	}

#contenedor_header #reserva a{
	color:#5C2F2A;
	font-size:20px;
	}
	
#contenedor_header #reserva a:hover{
	color:#B16056;
	font-size:20px;
	text-decoration:none;
	}

#header{
	margin:0 auto 1px auto;
	padding:34px 0 0 0;
	width:884px;
	height:170px;
}
#header_index/*Encabezado  HEADER*/

{
	margin:0 auto;
	padding:0;
	width:993px;
	height:578px;
	border-style: solid;
	border-width: 1px;
	border-color: #371D1A;
}
#header img{
	margin:0;
	padding:0;
	display:block;
	border:none;
}



#menu {
	width: 884px;
	margin: 0 auto;
	padding: 0;
}
#menu_left {
	width: 442px;
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin: 0;
}
#menu_left li {
	background-image: url(../imagenes/deco/bg_menu_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 442px;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D7D7D7;
	display: block;
	margin: 0 0 1px 0;
}
#menu_left li a {
	color: #460F15;
	text-decoration: none;
	display: block;
	text-align: center;
}
#menu #menu_left li a:hover, #menu_left a.boton_activo, #menu_right a.boton_activo  {
	background-image: url(../imagenes/deco/menu_hover_left.jpg);
	background-position: 0px;
	display: block;
	color: #FFFFCC;
}


#menu_right {
	width: 442px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin: 0;
}
#menu_right  li {
	background-image: url(../imagenes/deco/bg_menu_right.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 442px;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	margin: 0 0 1px 0;
}
#menu_right  li  a {
	color: #460F15;
	text-decoration: none;
	display: block;
	text-align: center;
}
#menu_right li a:hover {
	background-image: url(../imagenes/deco/menu_hover_right.jpg);
	background-position: 0px;
	display: block;
	color: #FFFFCC;
}

.dropmenudiv
{
	position:absolute;
	top:0px;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid #330066;
	color:#A2CDED;
	z-index:100;
	text-decoration:none;
	padding:0;
	margin: 0;
}
.dropmenudiv ul 
{
	margin:0;
	list-style:none;
	padding: 0;
}
.dropmenudiv li 
{
	display:block;
	margin:0 0 1px 0;
	padding:0;
	background-repeat:  repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #0084DE;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	margin:0;
	padding:0 0 0 5px;
	display:block;
	border:0 solid #000000;
	color:#A2CDED;
	font-style:normal;
	text-decoration:none;
	background-image: url(../imagenes/deco/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 32px;
	line-height: 32px;
	text-align: left;
	text-transform: uppercase;
	width: 173px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.dropmenudiv a:hover
{
	border:0 solid #000000;
	background-position:left center;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#63BBED;
	background-image: url(../imagenes/deco/bg_menu_hover.jpg);
	display: block;
}
#bg_contenido {
	padding: 0;
	background: none;
}



/*Contenido de la pagina Contenido  CONTENIDO */

#contenido {
	width: 882px;
	background-color:#CCC;
	background-repeat:   repeat-y;
	background-image: url(../imagenes/deco/contenido.jpg);
	border-style: solid;
	border-width: 1px;
	border-color: #301a18;
	padding: 0 0 15px 0;
	margin: 0 auto;
}
#contenido span {
	color: #5C2F2A;
}
#texto {
	width: 605px;
	margin-left: 40px;
	padding: 0 10px 0 0;
}
#texto_2 {
	float: left;
	width: 6005px;
	padding: 0 0 0 10px;
}
#texto_vinos {
	float: left;
	width: 460px;
	padding: 0 0 0 10px;
	
}

#texto_vinos li{
	margin:0 0 4px 0;
	padding:0 0 0 12px;
	background-image: url(../imagenes/deco/bullet_flecha_gris.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 11px;
	color: #984E45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#texto p {
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4A2622;
}
#texto ul{
	margin:0 0 10px 20px;
	padding:0;

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


#texto a {
	text-decoration: none;
}
.texto_ancho {
	width: 664px;
	padding: 0 0 10px  0;
	margin: 0 0 10px 14px;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #EFEFE3;
	background-color: #F4F4EC;
	height: auto;
}
.texto_ancho   p {
	padding: 0 0  12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #43201C;
}
.texto_ancho   ul {
	padding: 0 0 0 25px;
}
.texto_ancho   li {
	background-image: url(../imagenes/deco/bullet_flecha_gris.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.texto_ancho  img {
	float: left;
	margin: 0px 10px 10px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	background-color: #EFEFE3;
	padding: 1px;
}
.postres {
	width: 310px;
	padding: 0 0 10px  0;
	margin: 0 0 10px 14px;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #EFEFE3;
	background-color: #F4F4EC;
	float: left;
}
.postres   p {
	padding: 0 0  12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #43201C;
}
.postres   ul {
	padding: 0 0 0 25px;
}
.postres   li {
	background-image: url(../imagenes/deco/bullet_flecha_gris.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.postres  img {
	float: left;
	margin: 0px 0 10px 10px;
	width: 250px;
	height: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	background-color: #EFEFE3;
	padding: 1px;
}
#caja_der #centrado {
	text-align: center;
	border: none;
}

.texto_ancho .persona {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
	/*height: 170px;*/
}



#caja_izq {
	float: left;
	padding: 20px 0 0 0;
}
#caja_izq ul {
	padding: 38px 0 0 0;
}
#caja_izq li {
	margin: 0 0 2px 0;
}
#caja_izq li a {
	color: #3C1A18;
	text-decoration: none;
	background-image: url(../imagenes/deco/bg_menu_vertical.jpg);
	width: 152px;
	display: block;
	padding: 9px 0 9px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
}
#caja_izq li a:hover,#caja_izq li a.menu_actif {
	background-image: url(../imagenes/deco/bg_menu_vertical_hover.jpg);
	display: block;
	color: #FFFFCC;
}


#caja_der {
	float: right;
	width: 695px;
	padding: 14px 0 0 0;
}

#viewer{
	width: auto;
	padding: 14px 0 0 0;
	height: 550px;
}
 
#gallery_wrapper{
	float: right;
	width: 695px;
	padding: 14px 0 0 0;
}

/*#gallery_wrapper li img{
width:655px
}
*/
ul.menusdecomer{
	margin:0 0 8px 9px}
ul.menusdecomer li{
	float:left}

ul.menusdecomer li a{
	padding:2px 6px;
	margin:0 6px;
	background: #985648;
	border:1px solid #814137;
	color:#FFF;
	text-decoration:none
}

ul.menusdecomer li a:hover{
	background: #814137
}


#contenedor {
	padding: 1;
}
#video{
	background-color: #EFEFE3;
border-color: #5B2E29;
border-style: solid;
border-width: 1px;
float: right;
height: 242px;
margin-left: 10px;
margin-right: 7px;
margin-top: 7px;
width: 375px;}
#diapo {
	border-style: solid;
	border-width: 1px;
	border-color: #5B2E29;
	width: 375px;
	height: 250px;
	width: 360px\9;
	height: 239px\9;
	background-color: #EFEFE3;
	float: right;
	margin-left: 10px;
}
#diapo_2 {
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	height: 300px;
	background-color: #EFEFE3;
	float: right;
	margin:0 0 0 5px;
	width: 200px;
	padding:1px;
	width: 190px\9;
	height:283px\9;}

#diapo_3 {
	border-style: solid;
	border-width: 1px;
	border-color: #582B26;
	width: 450px;
	height: 300px;
	margin-left: 105px;
	background-color: #EFEFE3;
}

#diapo_4 {
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	height: 300px;
	background-color: #EFEFE3;
	float: right;
	margin-right: 10px;
	width: 200px;
	width: 190px\9;
	height:283px\9;}
#diapo_5 {
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	height: 300px;
	background-color: #EFEFE3;
	float: right;
	margin-right: 10px;
	width: 200px;
	width: 190px\9;
	height:283px\9;
}
#diapo_6 {
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	height: 300px;
	background-color: #EFEFE3;
	float: right;
	margin-right: 10px;
	width: 200px;
	width: 190px\9;
	height:283px\9;}
#diapo_7 {
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	height: 300px;
	background-color: #EFEFE3;
	float: right;
	margin-right: 10px;
	width: 200px;
	width: 190px\9;
	height:283px\9;}

#diapo a {
	color: #47211E;
	text-decoration: none;
	font-size: 11px;
}

/*ul{
	margin:0 0 10px 20px;
	padding:0;

	}
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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
li a{
	color: #666666;
	text-decoration: underline;
	}
li a:hover{
	color: #333333;
	text-decoration: none;
	}*/

/*Pie de pagina  FOOTER*/

#footer{
	padding:7px 0 0 0;
	width:882px;
	text-align: center;
	color: #793E37;
	font-size:10px;
	background-image: url(../imagenes/deco/bg_footer.jpg);
	height: 55px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#footer a{
	color:#EEDDDB;
	text-decoration:none;
	font-size:12px;
	padding: 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer p{
	margin:0;
	padding:5px 0 0 0;
	color:#B16056;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p a{
	color:#BF7C75;
	text-decoration:none;
	font-size:10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer p a:hover{
	color:#E3C7C4;
	text-decoration:underline;
}
#footer_index/*ul{
	margin:0 0 10px 20px;
	padding:0;

	}
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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
li a{
	color: #666666;
	text-decoration: underline;
	}
li a:hover{
	color: #333333;
	text-decoration: none;
	}*/

/*Pie de pagina  FOOTER*/

{
	padding:25px 0 0 0;
	width:822px;
	text-align: center;
	color: #003A8E;
	font-size:10px;
	background-image: url(../imagenes/deco/bg_footer.jpg);
	height: 55px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px -17px;
}
#footer_index  a{
	color:#FFFEF9;
	text-decoration:none;
	font-size:12px;
	padding: 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer_iodex   a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_index  p{
	margin:0;
	padding:10px 0 0 0;
	color:#0F2740;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer_index  p  a{
	color:#003A8E;
	text-decoration:none;
	font-size:12px;
	padding: 0;
}
#footer_index  p  a:hover{
	color:#EE0175;
	text-decoration:underline;
}


/*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 {
	margin: 0 0 10px 10px;
	padding: 0 0 4px 0;
	color:#7D4039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #D7D7C8;
	width: 665px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-width:0 0 1px 0;
	border-style:solid;
*/

  }
  
   h2 {
	margin: 0 0 10px 12px;
	padding: 0;
	color:#9B9B73;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-width:0 0 1px 0;
	border-style:solid;
*/
  }
  
   h3 {
	margin: 0 0 10px 0;
	padding: 7px;
	color:#5C2F2A;
	background-color: #EDEDE2;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	font-size: 16px;
	font-weight: normal;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-width:0 0 1px 0;
	border-style:solid;
*/
  }


  
   h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color:#B3B384;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #EFEFE2;
  }

  
  h5 {
	margin: 0 0 10px 0;
	padding: 7px;
	color:#5C2F2A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	}
  
   h6 {
   	margin: 0 0 7px 0;
	padding: 0;
	color:#5C2F2A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/
  
/* ///////////////////////Para Plano Google ///////////////////////*/
#plano{
	padding: 0;
	margin: 0 0 0 15px;/*	width:350px;
	float: right;*/
	width: 662px;
	float: left;
}
#plano img{
border:1px solid #CCCCCC
}
#plano iframe{
	border-style: solid;
	border-width:1px;
	border-color: #D7D7C8;
	background-color: #EFEFE3;
	padding: 1px;
}

#plano a{
	margin:0;
	padding:0;
	font-size: 10px;
	color: #5C2F2A;
	text-decoration:underline;
}
#plano a:hover{
	color: #000000;
	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;
	background-color: inherit;
	color: inherit;
	width: 470px;
	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 {
	border-style: solid;
	border-width: 0px;
	border-color: #999;
	width: 100%;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	background-color: #ccc;
	color: #333;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	display: none;
}
/* 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;
	color: #5C2F2A;
	}
	/* 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: #EDEDE2;
	color: #5A2D28;
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7C8;
	width: 350px;
	}
	/* 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: #804139;
	color: #EDDAD8;
	cursor: pointer;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #EDDAD8;
	padding: 3px;
}

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

/**************/
/* 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: #753C35;
	margin: 120px auto 0 auto;
	width:450px;
}
#referenciamiento p {
	color: #A05249;
	font-size:9px;
	padding: 0 0 2px 0;
}
#referenciamiento a {
	color: #A05249;
	text-decoration: none;
}

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

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

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

