 /*------------------------------------------------*
	  *---  WWW.ICARE-INTERNET-IBERICA.COM - agencia web ---  CSS  --*
  *------------------------------------------------*/
		
* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;
	font-family: inherit;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #744f2d;
	background-image: url(../images/deco/bg_body.jpg);
	color: #694422;
	background-repeat: repeat;
	background-position: left top;
}
p {
	margin: 0 0 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 12px;
}

ul, ol {
	margin: 0 0 1em 30px;
}
a {
	color: #ccc;
	text-decoration: none;
}
strong {
	color: #237c1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
select {
	color: #000;
	background-color: #fff;
}


/*------------------------------------------------------*
  *DESPLEGABLE*
  *------------------------------------------------------*/
  
#MainMenu {
	margin:0;
	height: 35px;
	background-color: #3B8E7A;
	background-image: url(../images/deco/bg_menu.jpg);

}
#tab {
	margin:0 0 0 45px;
	top:0;

}
#tab ul {
	list-style-type: none;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
#tab li {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	background-image: url(../images/deco/linea_menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	background-image: url(../images/deco/separador_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 118px;

}
#tab .primero{ background-image:none
}
#tab a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 9px;
	margin: 0;

}
#tab a span {
	display:block;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif, Myriad;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
}
#tab a:hover, #tab li.item_active a {
	color: #333333;
	display: block;
	background-color: #2B585D;
	background-image: url(../images/deco/bg_menu_hover2.jpg);
	background-repeat: repeat-x;
	
}
#tab a:hover span, #tab li.item_active a span {
	color: #FFFFFF;
	font-style:normal;
	text-decoration:none;

}
.dropmenudiv {
	position:absolute;
	top:0;
	float: left;
	visibility:hidden;
	border:0 solid #330066;
	color:#FFFFFF;
	z-index:200;
	text-decoration:none;
	padding:0;
	width: 220px;
	margin: -37px 0 0 -160px;
	
	
}
.dropmenudiv ul {
	list-style-type: none;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #2B585D;
}
.dropmenudiv li {
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	/*width:150px;*/
	margin:0;
	padding:0;
	display:block;
	border:0 solid #000000;
	color: #c2a54e;
	text-decoration: none;
	display: block;/*padding: 9px 15px 9px 15px;*/

}
.dropmenudiv a span {
	display:block;
	line-height:28px;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	background-image: url(../images/deco/bg_menu_hover.jpg);
	background-repeat: repeat-x;
	float: left;
	text-align: center;
}
.dropmenudiv a span {
	float:none;
}
.dropmenudiv a:hover {
	border:0 solid #000000;
	background-position:left top;
	font-style:normal;
	text-decoration:none;
	color: #FFFFFF;
	background-image: url(../images/deco/background_menu.gif);
	background-repeat: repeat-x;
}
.dropmenudiv a:hover span {
	background-position:left bottom;
	font-style:normal;
	text-decoration:none;
	background-image: url(../images/deco/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/*------------------------------------------------------*
  *FIN DESPLEGABLE*
  *------------------------------------------------------*/

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


#general {
	width: 924px;
	margin: 37px auto;
	position: relative;
}
.index #general {
	margin: 70 auto;
	
}
/* Encabezado */

#header {
	margin:0 auto;
	padding:0;
	background-image: url(../images/deco/bg_heaer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 924px;
	height: 297px;
}
#header a{
	margin:0;
	padding:0;
	border:none;
}


/* Menu */

/*#menu {
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0;
	background-image: url(../images/deco/bg_menu.gif);
	margin: 0 auto;
	height: 56px;
	width: 924px;
}
#menu ul {
	list-style: none;
	margin: 0;
	height: 56px;
}
#menu li {
	background-image: url(../images/deco/linea.gif);
	background-repeat: no-repeat;
	float: left;
	width: 154px;
	background-position: right top;
}
#menu a {
	display: block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #CDF3BE;
}
#menu .first, #menu .first a {
	width: 155px;
}
#menu a:hover {
	background-image: url(../images/deco/hover_largo.gif);
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
}*/

/* Contenido */

#contenido {
	background-color: #fff;
	background-image: url(../images/deco/bg_contenidogif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0;
	margin: 0;
	width: 924px;
}
#contenido_index {
	padding: 0;
	margin: 0 auto;
	width: 924px;
	height:503px;
	text-align: center;
	}
.index #contenido {
	width: 800px;
	margin: 60px auto;
	background-image: none;
}

#caja_izquierda {
	float: left;
	width: 470px;
	padding: 25px 10px 110px 40px;
	margin: 0;
}
#caja_derecha {
	float: right;
	width: 350px;
	padding: 0;
	margin: 10px 20px 0 0;
}

#caja_centro {
	float: left;
	width: 880px;
	padding: 25px 10px 110px 40px;
	margin: 0;
}
#caja_centro img{
	float: left;
	padding: 0;
	margin: 10px 20px 20px 0;
	border: 1px solid #227F77;
}
#viewer {
	float: left;
	width: 870px;
	margin: 10px 0;
	
}
#viewer_reportajes {
  float: right;
  margin: 0 15px 0 30px;
  width: 400px;
}
#plano {
	margin: 0 0 30px;
	width: 455px;
}
#plano a {
	color: #237c1b;
}
#plano a:hover {
	color: #ccc;
}

#diaporama {
	width: 340px;
	padding: 0px;
	margin: 42px auto 0 auto;
	border: 1px solid #29847D;
	height: 387px;
}


/* Pie */
#footer_index {
	text-align: center;
	background-image: url(../images/deco/bg_footer_index.jpg);
	height: 65px;
	color: #407B2F;
	background-repeat: no-repeat;
	background-position: center -6px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	width: 924px;
}
#footer_index .pie{ color:#333333
 
}

#footer_index a {
	color: #e5feca;
	text-decoration:none;
	padding: 0 5px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer_index a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_index p {
	text-align: center;
	color: #CDB57A;
	margin: 10px 0 0 0;
	padding: 0;
}
#footer {
	text-align: center;
	background-image: url(../images/deco/bg_footer.jpg); background-repeat:repeat-x
	height: 35px;
	line-height: 35px;
	color: #407B2F;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding: 2px 0 0 0;
	width: 924px;
}


#footer a {
	color: #e5feca;
	text-decoration:none;
	padding: 0 17px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p {
	text-align: center;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
#footer .contacto {
	position: absolute;
	bottom: 28px;
	left: 22px;
	padding: 60px 0 0 142px;
	height: 61px;
	text-align: left;
	background-image: url(../images/deco/footer-contacto.gif);
	background-repeat: no-repeat;
	color: #445c07;
}
#footer .contacto a {
	padding: 0;
}

/* Clearing without markup http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS INICIO   ----*
  *------------------------------------------------------*/
  
   h1 {
	font-size: 26px;
	color: #4C9233;
	margin: 0 0 15px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #A6D993;
	font-family: Arial, Helvetica, sans-serif;
  }
  
   h2 {
	font-size: 20px;
	color: #AC6248;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
  }
  
 h2 a {
	 color: #AC6248;
	}
  
   h3 {
	font-size: 14px;
	color: #185913;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
  }
  
   h4 {
  }
  
   h5 {
  }
  
   h6 {
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/





 /*---------------------------------------------------------*
  *----        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: 300px;
	margin: 0 auto;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 0;
	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: 0;
	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: bold;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 0;
	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-top: 2px;
		padding-right: 3px;
		padding-bottom: 2px;
		padding-left: 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: #ccc;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #fcc;
		border-style: solid;
		border-width: 0;
		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: #694422;
	color: #fff;
	border: solid 1px #694422;
	cursor: pointer;
	margin: 5px;
}

/* 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: solid 1px #999;
}
/* 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 {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 90px;
	color: #422E27;
}

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

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

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

#player-video {
  float: right;
  margin: 8px 31px 0 73px;
  padding: 0;
}
#player-presentacion {
  float: right;
  margin: 8px 3px 0 0;
  padding: 0;
}
 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  FIN                ----*
  *------------------------------------------------------*/

