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


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	background-image: url(../images/deco/bg2.gif);
}
#FOTO {
	float: left;
	margin: 15px 0 0 10px;
	width: 287px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#FOTO h2 {
	margin:7px 0 2px 20px;
	padding:0;
}




#texto {
	float: left;
	width: 295px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 0 10px 10px 10px;
	margin: 15px 0;
	border: 1px solid #333333;
	background-image: url(../images/deco/bg_top2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#texto_galeria {
	float: left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 0 10px 10px 10px;
	margin: 15px 15px;
	border: 1px solid #333333;
	background-image: url(../images/deco/bg_top2.gif);
	background-repeat: no-repeat;
	background-position: top;
}


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

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



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


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

/*Encabezado  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:900px;
	height:128px;
}

/*Contenido de la pagina Contenido  CONTENIDO */

#contenido {
	margin:0 auto;
	padding:0;
	width: 900px;
	border: 1px solid #333333;
	background-color: #BCBCBC;
	background-image: url(../images/deco/bg_contenido.gif);
}

/*Pie de pagina  FOOTER*/

#footer{
	padding:25px 0 0 0;
	width:900px;
	text-align: center;
	color: #333333;
	background-image: url(../images/deco/bg_footer.jpg);
	height: 40px;
	margin: 0 auto 5px auto;
	background-repeat: no-repeat;
	border-style:solid;
	border-color:#545454;
	border-width:0 0 1px 0;
	font-size: 11px;
}

#footer a{
	color:#333333;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#footer a:hover{
	color:#FCFCFC;
}


/*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;
	padding: 0;
	color:#000;
	display: block;

  }
  
   h2 {
	margin: 0;
	padding: 3px 2px;
	color:#990000;
	font-size: 11px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/







 /*---------------------------------------------------------*
  *----        CSS PAGINA CONTACTO  INICIO              ----*
  *---------------------------------------------------------*/
/* NO_TOCAR_ESTA_LINEA_PARA_LA_PAGINA_MAIL_CONTACTO_INICIO */


/* DIV que contiene el formulario entero */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 300px;
	margin: 0 auto;
}

/* DIV general de errores de llenado  */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	color: #990000;
	margin-bottom: 3px;
	padding: 5px;
	margin-left: 25px;
}

/* DIV para cada error de llenado */
div.formulaire_erreursSaisie_ligne {
}

/* DIV mensaje una vez el mensaje enviado */
div.formulaire_msgRetour {
	border: 0px solid #a8a8a8;
	color: #a8a8a8;
	text-align: center;
	padding: 11px;
}

/* Vinculo "Regreso" una vez el mensaje enviado */
a.formulaire_msgRetour_lien {
	color: #a8a8a8;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/* Tabla general de campos */
table.formulaire_table {
	border: 0px solid #a8a8a8;
	width: 100%;
}

/* Agrupacion de campos : linea del encabezado de la tabla */
.formulaire_table th {
	background-color: #999999;
	color: #3333CC;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	display: none;/* -------------------------------------------- QUITAR ESA LINEA PARA QUE EL TITULO REAPAREZCA */
}

/* agrupacion de campos : en fielset */
.formulaire_table fieldset {

}

/* Leyenda del  fielset arriba */
.formulaire_table legend {
}

/* Lineas que separan los campos */
.formulaire_cell_espacement {
	height: 9px;
}

/* Comentario de los campos en los formularios : en todos los casos */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}

/* Comentario de los campos en los formularios : sin error */
td.formulaire_nom_champ {
	font-size: 11px;
	color: #000000;
}

/* Comentario de los campos en los formularios : sin error */
td.formulaire_nom_champ_erreur {
	color: #f00;
	font-weight: bold;
}

/* Celdas que contienen los campos: en todos los casos */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}

/* Celdas que contienen los campos : en caso de error */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}

/* Celdas que contienen los campos : sin error */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}

/* Campos en los formularios (input, textarea) : en todos los casos */
.formulaire_champ, .formulaire_champ_erreur {
	text-align: left;
	width: 200px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* Campos en los formularios (input, textarea) : sin error */
.formulaire_champ {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AD7441;
	border-right-color: #AD7441;
	border-left-color: #AD7441;
	background-color: #CCCCCC;
}

/* Campos en los formularios (input, textarea) : en caso de error */
.formulaire_champ_erreur {
	background-color: #CCCCCC;
	border: solid 1px #f00;
}

/* Texto que se anade despues de los campos (€, kg, /dia...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
	background-image: url(_);
}

/* Comentario de campos en los formularios : en todos los casos */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}

/* TD del boton  "Enviar" del formulario */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}

/* Boton "Enviar" del formulario */
input.formulaire_envoyer {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}

/* Texto abajo del formulario que concierne los asteriscos */
.formulaire_note {
	text-align: center;
	font-style: normal;
	font-size: 9px;
}

/**************/
/* 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: 50px;
	color: #666;
}

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

#referenciamiento a:hover {
	color: #666;
}

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

 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  FIN                ----*
  *------------------------------------------------------*/
#left {
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	text-align: left;
	height: 250px;
	margin: 15px 8px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	background-image: url(../images/deco/bg_top3.gif);
	background-position: top;
}
#top {
	background-image: url(../images/deco/bg_submenu.png);
	height: 58px;
	text-align: center;
}

#texto h1 {
	color: #9E0000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
}
#texto_tabiqueria {
	float: left;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 0 5px;
	margin: 15px 0;
	border: 1px solid #333333;
	background-image: url(../images/deco/bg_top2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#texto_tabiqueria h1 {
	color: #9E0000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
}
#texto_tabiqueria h2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	padding: 0 0 5px 0;
}
#texto_tabiqueria img {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	margin:9px 3px 3px 0;
}

#texto_tabiqueria p{
	margin:5px 0;
	padding:0;
}
#texto_tabiqueria a{
	color:#666666;
}
#texto_tabiqueria a:hover{
	color:#000000;
}
#formulario h1 {
	color: #9E0000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
}
#top a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E0000;
	text-align: center;
}
#productos a {
}

#imagen_productos {
	float: left;
	width: 258px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 5px;
}
#left .menu {
	list-style-type: none;
	float: left;
}
#menu {
	float: left;
	margin: 15px 10px;
	padding: 15px;
	width: 162px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	list-style-type: none;
	background-image: url(../images/deco/bg_top3.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover {
	color: #990000;
}
#menu  li {
	display: block;
	border-bottom: 1px dotted #979491;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#menu_tabiqueria {
	color: #000000;
	height: 37px;
	background-color: #FFFFFF;
	width: 248px;
	border: 1px solid #333333;
	background-image: url(../images/deco/bg_submenu2.png);
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 80px;
}
ul#productos {
	list-style-type: none;
}

#menu_tabiqueria a {
	color: #000000;
}
#menu_tabiqueria a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_tabiqueria {
	color: #666666;
	font-size: 10px;
}
.submenu {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	padding: 0 0 5px 0;
}
#texto a {
	color: #CC0000;
}
#formulario {
	float: left;
	width: 314px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 15px 0;
	border: 1px solid #000000;
}
#plano {
	color: #FFFFFF;
	float: right;
	margin: 15px 15px 0 15px;
	padding: 0;
}
#right {
	float: left;
	width: 670px;
}
#contenido_index {
	margin:0 auto;
	padding:0;
	width: 287px;
	border: 1px solid #333333;
	height: 424px;
}
.FOTO {
	float: right;
	padding: 10px 38px 5px 0;
}
#footer_index {
	padding:5px 0 0 0;
	width:500px;
	text-align: center;
	color: #666666;
	height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	font-size: 11px;
}
#logo_index {
	height: 160px;
	width: 206px;
	margin-right: auto;
	margin-left: auto;
}
#diapo_index {
	height: 236px;
	width: 344px;
	margin-right: auto;
	margin-left: auto;
}
#back_index {
	width: 342px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-color:#333333;
	border-style:solid;
	border-width:1px 1px 0 1px;
	background-image: url(../images/deco/bg_index_logo.jpg);
	background-repeat: no-repeat;
}
#footer_index a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}
#footer_index a:hover {
	color: #990000;
}
.top {

}
#diapo {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 8px 10px 0;
	margin: 15px 0 0 10px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}


#plano iframe {
	border: 1px solid #000000;
}
/*
#viewer1 {
	width: 287px;
	height: 485px;
}
#viewer2 {
	width: 287px;
	height: 485px;
}
#viewer3 {
	width: 287px;
	height: 485px;
}
#viewer4 {
	width: 287px;
	height: 485px;
}
#viewer5 {
	width: 287px;
	height: 485px;
}
*/
