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


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2a070b;
	background-image:url(../images/deco/back_body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color: #fff;
}
form, input {
	margin: 0;
	padding: 0;
}

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

li {
	list-style-image:none;
}

img{
	border:none;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#d9c6c2;
}

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


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

/*Encabezado  HEADER*/

#header{
	margin:0;
	padding:0 20px 0 0;
	width:962px;
	height:129px;
	background-image:url(../images/deco/back_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/*Contendio de la pagina Contenido  CONTENIDO */
#contenido_index{
	margin:0;
	padding:1px 0 ;
	width: 965px;
	height:500px;
	background-color:#010300;
	background-image:url(../images/deco/back_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#f_anim{
	margin:50px 20px 0 0;
	float:right;
}
#contenido {
	margin:0;
	padding:1px 0 ;
	width: 965px;
	background-color:#010300;
	background-image:url(../images/deco/back_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#div_diapo_piteos{
	width:590px;
	height:150px;
}
#div_diapo_piteos2{
	width:590px;
	height:150px;
}
#textes{
	width:590px;
	margin:0;
	padding:0 20px 20px 10px;
	float:right;
}
#dame_vino{
	width:170px;
	margin:0;
	padding:0px 15px 0px 15px;
	position:relative;
	top:105px;
	left:120px;
	background-image:url(../images/deco/dame_vino.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-width : 1px ;
	border-color:#4b0b04;
	border-style:solid;
	
}
#dame_vino a{
	display:block;
	height:35px;
	color:#c0b93e;
	text-align:center;
	padding:95px 0 0 0;
	font-weight:bold;
}
#dame_vino a:hover{
	color:#d7d05b;
}
#mi_cuenta{
	width:170px;
	height:180px;
	margin:0;
	padding:68px 15px 10px 15px;
	position:relative;
	top:97px;
	left:120px;
	background-image:url(../images/deco/piteos.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-width : 1px ;
	border-color:#4b0b04;
	border-style:solid;
	
}
#mi_cuenta p{
	text-align:left;
	padding:0 0 15px 0; 
	margin:0;
	color:#d9c6c2;
	background-image:none;
	text-indent:0px;
}
#mi_cuenta p span{
	color:#FFFFFF;
	font-weight:bold,
}
#mi_cuenta a{
	color:#aa7b62;
	text-decoration:underline;
}
#mi_cuenta a:hover{
	color:#d9c6c2;
}
#mi_cuenta table{
	margin: 15px 0;
	padding:10px;
	border-width : 1px ;
	border-color:#4b0b04;
	border-style:solid;
	color:#ce492a;
}
#mi_cuenta table input{
	border:1px solid #930303;
	background-color:#f4d9be;
	padding:0 0 0 3px;
}
#mi_cuenta table td.valider{
	text-align:right;
}
#mi_cuenta table input.valid{
	background-color:#160200;
	border:none;
	background-image:url(../images/deco/back_valid.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	padding : 0;
	margin:5px;
	width:30px;
}
#oferta{
	width:185px;
	height:145px;
	padding:100px 0px 10px 15px;
	margin:0;
	position:relative;
	top:110px;
	left:120px;
	background-image:url(../images/deco/oferta.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	border-width : 1px ;
	border-color:#4b0b04;
	border-style:solid;

}
#oferta h1{
	color:#b4ad3a;
	font-size:16px;
	padding:0 5px 10px 40px;
	background-image:none;
}
#oferta h2{
	color:#c3c0bf;
	font-size:12px;
	text-align:right;
	background-image:none;
	padding:5px 10px ;
	margin:0;
}
#oferta h3{
	color:#616968;
	font-size:10px;
	text-align:right;
	background-image:none;
	padding:5px 10px ;
	margin:0;
	font-weight:100;
}

.myborder{
display:none;
text-align:left;
}
.completus{
font-size:10px;
font-style:italic;
}
h2.h2_acc{
	padding:5px 0 0 15px;
}
/*Pie de pagina  FOOTER*/

#footer{
	margin:0 ;
	padding:0 20px 0 300px;
	width:645px;
	height:110px;
	background-image:url(../images/deco/back_footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align: center;
	color: #FFF;
	clear:both;
	line-height:30px;
	text-align:right;
}

#footer a{
	color:#CCC;
	text-decoration:none;
}

#footer a:hover{
	color:#999;
}
/*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   ----*
  *------------------------------------------------------*/
  	p{
	margin:0;
	padding:5px 0 7px 0;
	background-image:url(../images/deco/puce.jpg);
	background-position:0px 11px;
	background-repeat:no-repeat;
	text-indent:20px;
}

   h1 {
   	margin: 0;
    padding: 0;
	color:#CCCCCC;
	background-image:url(../images/deco/puce.jpg);
	background-position:0px 18px;
	background-repeat:no-repeat;
	text-indent:20px;
	font-size:22px;
  }
  
   h2 {
   	margin: 0;
    padding: 0;
	color:#999999;
	background-image:url(../images/deco/puce.jpg);
	background-position:0px 12px;
	background-repeat:no-repeat;
	text-indent:20px;
	font-size:18px;
  }
  h2.h2_recup_menu{
  	margin: 83px 0 0 0;
	font-size:18px;
  }
    h2.h2_recup_menu2{
  	margin: 54px 0 0 0;
	font-size:18px;
  }
   h3 {
   	margin: 0;
    padding: 0;
	color:#666666;
	background-image:url(../images/deco/puce.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-indent:20px;
	font-size:16px;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/

/* ______ MENUS ___________*/
.lien_logo{
	width:311px;
	height:129px;
	float:left;
}

.menu_vertical_haut{
	padding:65px 0 0 25px;
	margin:0;
	width:570px;
	float:left;
	
	/*border:1px solid #fff;*/
}

.menu_vertical_haut li{
	width:130px;
	height:30px;
	display:block;
	float:left;
}
.menu_vertical_haut li a{
	text-transform:uppercase;
	display:block;
	height:inherit;
	width:inherit;
	font-size:10px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
}
.menu_vertical_haut li a:hover{
	background-color:#5e0f06;
}
.menu_vertical_bas{
	margin:0;
	padding:0 0 0 10px;
	height:30px;
	width:605px;
	float:left;
	text-align:left;
}

.menu_vertical_bas li{
	margin:0;
	padding:0;	
	height:30px;
	display:block;
	float:left;
}
.menu_vertical_bas li.un{
	width:90px;
}
.menu_vertical_bas li.deux{
	width:215px;
}
.menu_vertical_bas li.trois{
	width:170px;
}
.menu_vertical_bas li.quatre{
	width:130px;
}
.menu_vertical_bas li a{
	width:inherit;
	height:30px;
	line-height:30px;
	display:block;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.menu_vertical_bas li a:hover{
	background-color:#441008;
}
.menu_vertical_sous_menu{
	margin:0;
	padding:0 0 0 10px;
	height:30px;
	width:550px;
	float:left;
	background-image:none
}
.menu_vertical_sous_menu li{
	margin:0 ;
	padding:0;	
	height:30px;
	display:block;
	float:left;
	width:150px;
	background-image:none
}
.menu_vertical_sous_menu li.un{	
	width:200px;
}
.menu_vertical_sous_menu li a{
	width:inherit;
	height:30px;
	line-height:30px;
	display:block;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.menu_vertical_sous_menu li a:hover{
	background-color:#441008;
}
/* _____________________________________________ FILTRER LA SELECTION ______________*/

.table_filtre{
	border-color:#990000;
	border-width:1px ;
	border-style:solid;
	padding:5px;
	margin:5px auto;
	color: #e15b52;
	font-size: 10px;
}
.table_filtre select{
	border-color:#993300;
	border-width:1px;
	border-style:solid;
	background-color:#333333;
	color:#CCCCCC;
}
.table_filtre input{
	font-size: 10px;
	background-color: #000;
	background-image:url(../images/deco/back_valid.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	line-height:17px;
	color: #e15b52;
	border:none;
	cursor: pointer;
	margin: 5px;
	padding: 0 20px 0 0;
}
/* _________ LISTA PROD ________ */

.list-prod{
	padding:5px 0;
	margin:2px 0 0 0;
	width:590px;
	border-width:1px 0 ;
	border-color:#333333;
	border-style:solid;
}
.cel_img{
	width:130px;
	float:left;
}
.list-img a img{
	display:block;
	padding: 0;
	margin:0 ;
	border:none;
}
.list-prod h1{
	padding:0 0 5px 0;
	margin:0;
	font-size:18px;
	border-width:0 0 1px 0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:450px;
	float:right;
}
.list-prod h2{
	padding:0 0 5px 0;
	margin:0;
	font-size:14px;
	border-width:0 0 1px 0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:450px;
	float:right;
}
.list-prod h3{
	padding:0 0 5px 0;
	margin:0;
	font-size:14px;
	border-width:0 0 1px 0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:450px;
	float:right;
}
.list-prod h3 span{
	color:#990000;
}
.list-prod h4{
	padding:0 0 5px 0;
	margin:0;
	font-size:14px;
	border:none;
	background-image:none;
	width:450px;
	float:right;
}
.list-prod p{
	padding:5px 0 20px 0;
	margin:0;
	text-indent:0px;
	font-size:10px;
	font-weight:100;
	border-width:0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:430px;
	float:right;
}

.div_pagination{
	padding: 8px 0 ;
	margin:10px auto;
	border-width:1px 0 0 0;
	border-color:#666;
	border-style:solid;
	clear:both;
	width:460px;
	text-align:center;
	color:#666;
}
.div_pagination a{
	padding:2px 5px;
	background-color:#333333;
	border:1px #666 solid;
	color:#FFE6E6;
	font-weight:bold;
}
.div_pagination a:hover{
	background-color:#FFE6E6;
	color:#333333;
}
.div_pagination .texte_page{
	background-color:#7a1503;
	

}
.div_pagination span{
	padding:2px 5px;
	background-color:#000;
	border:1px #666 solid;
	color:#333;
	font-weight:bold;

}
/* _________ DETAIL ________ */
.list-detalle{
	padding:5px 0;
	margin:2px 0 0 0;
	width:570px;
	border-width:1px 0 ;
	border-color:#333333;
	border-style:solid;
}
.list-detalle img{
	margin:15px 0 0 0;
	padding:0;
	display:block;
}
.list-detalle .cel_img{
	width:250px;
	float:right;
}
.list-detalle h1{
	padding:0 0 5px 10px;
	margin:15px 0 0 0;
	text-indent:0px;
	font-size:18px;
	border-width:0 0 1px 0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:240px;
	float:right;
}
.list-detalle h2{
	padding:0 0 5px 10px;
	margin:0;
	text-indent:0px;
	font-size:14px;
	border-width:0 0 1px 0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:240px;
	float:right;
}
.list-detalle h3{
	padding:0 0 5px 10px;
	margin:0;
	text-indent:0px;
	font-size:12px;
	border-width:0 0 1px 0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:240px;
	float:right;
}
.list-detalle h3 span{
	color:#990000;
}
.list-detalle p{
	padding:0 0 5px 10px;
	margin:0;
	text-indent:0px;
	font-size:12px;
	border-width:0 0 1px 0;
	border-color:#333333;
	border-style:solid;
	background-image:none;
	width:240px;
	float:right;
}
.list-detalle p span{
	color:#ccc;
	font-weight:bold;
}
.list-detalle a img{
	display:inline;
	vertical-align:bottom;
}
/*   _______ PAGINA _____ */

#pagination{
	float:left;
	width:511px;
	margin: 0 ;
	padding:5px 0;
	border:1px #d7d2b5 solid;
	text-align:center;
}
#pagination a{
	margin:2px 0;
	padding:1px 4px;
	border:1px solid #00CCFF;
	}
#pagination a:hover{
	border:1px solid #ab6b2d;
	border:1px solid #00CCCC;
}
 /*------------------------------------------------------*
  *--------------------------     CSS PLANOS INICIO         ----*
  *------------------------------------------------------*/
  
/*pagina planos inicio*/

#div_plano{
	width:580px;
	padding:70px 10px 10px 10px;
	background-image:url(../images/deco/back_plano.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#plano {
	width: 310px;
}

#plano img {
 	margin-top: 10px;
	margin-bottom: 10px;
}
/*final de pagina planos*/

/*pop up planos INICIO */
#popup_plano {
 	margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plano a {
	color:#333;
	text-decoration:none;
}

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

#popup_plano img {
	border: 1px solid #333;
}

/*pop up planos FIN */

 /*------------------------------------------------------*
  *--------------------------     CSS PLANOS FIN         ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *-----------    CSS EFECTOS  INICIO                  ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}
.transparencia {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
 /*------------------------------------------------------*
  *-----------    CSS EFECTOS  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: 580px;
	margin: 0 auto;
	background-image:url(../images/deco/back_contacto.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 30px;
	
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #d10602;
	background-color: #ffc796;
	color: #d10602;
	padding: 5px;
	margin:10px auto;
	width: 550px;
	
	
}
/* 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: 580px;
	
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	color: #333;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
/* 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: 225px;
		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: 235px;
		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: #e3cecc;
		color: #000;
		border-style: solid;
		border-width: 1px;
		border-color: #8d2e2c;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #ffc796;
		border-style: solid;
		border-width: 1px;
		border-color: #d10602;
	}

/* 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: 90px;
	text-align: right;
}
/* BOUTON "ENVOYER" du formulaire */
input.formulaire_envoyer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image:url(../images/deco/back_valid.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	line-height:17px;
	color: #e15b52;
	border:none;
	cursor: pointer;
	margin: 5px;
	padding: 0 20px 0 0;
}

/* 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: 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                ----*
  *------------------------------------------------------*/

