 /*------------------------------------------------*
	  *---  WWW.ICARE-INTERNET-IBERICA.COM - agencia web ---  CSS  --*
  *------------------------------------------------*/

		
html {
   margin: 0;
   padding: 0;
}


body {
	scrollbar-face-color: #bcbcae;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #bcbcae;
	scrollbar-arrow-color: #333333;
	margin: 0;
	padding: 0;
	background-color: #bcbcae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	background-image: url(../imagenes/deco/background01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/*   

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 

*/


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

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

li {
	list-style-image: url(../imagenes/deco/chinche.gif);
	list-style-position: inside;
	margin-bottom: 5px;
}



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


#general-textura{
	padding:0;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 199px;
	background-image: url(../imagenes/deco/background02.jpg);
	background-repeat: repeat-x;
}


#general{
	padding:0;
	margin-top: -199px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	width:916px;
}

#general-index{
	left: 50%;
	margin-left: -458px; /* mitad de la anchura */
	margin-top: -46px;	
	width: 916px;
	height: 270px;
	position: absolute;
	text-align: center;
}


#general-indexdireccion {
	padding-top: 7px;
	margin-top: -86px;
	margin-left: -458px;
	left: 50%;
	width: 898px;
	height: 23px;
	position: absolute;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8f5e9b;
	text-align: right;
	padding-right: 18px;
}


#general-indexmenu{
	margin-top: 2px;
	width: 916px;
	height: 26px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f5e9b;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
}


#general-indexmenu a{
	color: #bcbdaf;
	font-weight: bold;
	text-decoration: none;
}


#general-indexmenu a:hover{
	color: #9E9F8A;
}


#container {
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	width: 916px;
	position: relative;
	float: left;
}


/*Encabezado  HEADER*/


#header{
	padding:0;
	width:916px;
	height:223px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
}


#barradireccion{
	padding-top: 7px;
	width:898px;
	height:40px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8f5e9b;
	text-align: right;
	padding-right: 18px;
}


#content-menu {
	padding: 0;
	margin: 0px;
	width:916px;
	height: 4px;     /* !!!!! 1px para que salga correctamente en Dreamweaver */
	float: left;
	background-image: url(../imagenes/deco/aomcontenthaut_05.jpg);
}


#menu {
	padding: 0;
	margin-top: 46px;
	margin-left: 8px;
	width:252px;
	height: 384px;
	position: absolute;
}


#content {
	padding: 0;
	margin: 0px;
	width:916px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../imagenes/deco/contentbg01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}


#content-left {
	padding: 0;
	margin: 0px;
	float: left;
	width: 8px;
	height: 441px;
	background-image: url(../imagenes/deco/aomombre_01.jpg);
}


#content-right {
	padding: 0;
	margin: 0px;
	width: 8px;
	height: 441px;
	background-image: url(../imagenes/deco/aomombre_02.jpg);
	float: right;
}


#content-text {
	padding-top: 53px;
	padding-bottom: 20px;
	padding-left: 315px;
	padding-right: 0px;
	margin: 0px;
	width:460px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f5e9b;
	line-height: 1.3em;
}
#content-text h1 {
	padding: 7px 0 20px 40px;
	margin: 0px;
	color:#a93786;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../imagenes/deco/puce-ciseau.jpg);
	background-repeat: no-repeat;
	background-position: top left;
  }
#content-text a{
	text-decoration:none;
	padding-bottom: 20px;
	color:#FF6699;
	text-decoration:underline;
}
#content-text li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 20px;
	text-align: left;
}
#content-text ul {
	margin: 0;
	padding-left: 40px;
}

#content-text li li {
	list-style-type: disc;
}


#content-text a:hover{
	text-decoration:none;
	color: #a93786;
}


/*#content-img {
	padding:0;
	width: 231px;
	height: 276px;
	float: left;
	background-color: #FFFFFF;
}


#content-logo{
	padding:0;
	float: left;
	height: 23px;
	width: 23px;
	margin-top: -4px;
}*/


#content-down {
	padding: 0;
	margin: 0px;
	width: 916px;
	height: 38px;
	float: left;	
	background-image: url(../imagenes/deco/aomcontentbas_04.jpg);
}


#menubackup{
	margin-top: 0px;
	width: 916px;
	height: 26px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a93786;
	text-align: center;
	font-weight: bold;
	padding: 0px;
}


#menubackup a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#menubackup a:hover{
	color: #898972;
}


/*Pie de pagina  FOOTER*/


#footer{
	margin:0 auto;
	padding:0;
	width:816px;
	height:30px;
	background-color:#666;
	text-align: center;
	color: #FFFFFF;
}

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

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


/*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;
}
#video{
margin:10px 0;
padding:0;
}

 /*------------------------------------------------------*
  *----        CSS TITULOS INICIO                    ----*
  *------------------------------------------------------*/
  

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


.enlace01 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8f5e9b;
}


.enlace02 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #657159;
	text-decoration: none;
	font-weight: bold;
}

.enlace02 a:hover {
	color: #FFFFFF;
	background-color: #657159;
}


.enlace03 a {
	padding: 0;
	margin: 0px;
	color:#a93786;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
  }


.enlace03 a:hover {
	color:#FFFFFF;
	background-color: #a93786;
}

  
.titulo1 {
	color: #8d8d83;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.titulo2 {
	padding-left: 25px;
	margin-top: -15px;
	margin-left: 0px;
	float: left;	
	background-image: url(../imagenes/deco/puce01.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666633;
	font-weight: bold;
}


.titulo3 {
	color: #a93786;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 202px;
	text-align: center;
	padding-top: 25px;
	height: 65px;
}

  
   h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A3A38F;
	text-decoration: none;
	font-weight: bold;
	display: inline;	
  }

  
   h3 {
	padding: 0;
	margin: 0px;
	color:#666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
  }
 
  
   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 PLANOS INICIO                  ----*
  *------------------------------------------------------*/

  
/*pagina planos inicio*/


#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:#657159;
	text-decoration:none;
}

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

#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 POST IT  INICIO                ----*
  *------------------------------------------------------*/


#post_it_header{
	width: 200px;
	height:80px;
	background:url(../imageness/admin/chinche.gif) no-repeat;
}


#post_it_contenido{
	height:120px;
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#D1CFCF;
}


#post_it_contenido a{
	color:#3DAFEB;
	text-decoration: none;
}


#post_it_contenido a:hover{
	color:#F67F00;
}


#post_it_contenido h4{
	margin:0;
	padding:10px 0 0 0;
	color:#F67F00;
	font-size:14px;
	text-align:center;
}


#post_it_contenido p{
	margin:0 auto;
	padding:15px;
	color:#02468B;
	font-size:11px;
}


 /*------------------------------------------------------*
  *--------    CSS POST IT  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: ##8F5E9B;
	width: 350px;
	margin-left: -20px;
	border:thin #CCCCCC 1px;
/*	margin: 0 auto;*/ /* -------------------------------------------- PARA CENTRAR EL FORMULARIO DE CONTACTO */

}
/* DIV general de errores de llenado  */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	background-color: #fee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV para cada error de llenado */
div.formulaire_erreursSaisie_ligne {
}

/* DIV mensaje una vez el mensaje enviado */
div.formulaire_msgRetour {
	border: solid 1px #036;
	background-color: #A3A38F;
	color: #FFFFFF;
	text-align: center;	
	padding: 10px;
}
/* Vinculo "Regreso" una vez el mensaje enviado */
a.formulaire_msgRetour_lien {
}
/* Tabla general de campos */
table.formulaire_table {
	border: 0px solid #A3A38F; 
	width: 100%;
}


/* Agrupacion de campos : linea del encabezado de la tabla */
.formulaire_table th {
	background-color: #A3A38F;
	color: #FFFFFF;
	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: 5px;
}
/* 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 {
}
/* 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: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}
/* Campos en los formularios (input, textarea) : sin error */
.formulaire_champ {
	background-color: #FFFFFF;
	border:solid #A3A38F 1px;
}
/* Campos en los formularios (input, textarea) : en caso de error */
.formulaire_champ_erreur {
	background-color: #fcc;
	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;
}
/* 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: #8f5e9b;
	border: solid 1px #369;
	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: right;
	font-style: normal;
	font-size: 9px;
	color:#A93786;
	padding-right: 10px;
}


/*  NO_TOCAR_ESTA_LINEA_PARA_LA_PAGINA_MAIL_CONTACTO_INICIO  */
 /*-------------------------------------------------------*
  *----        CSS PAGINA CONTACTO  FIN               ----*
  *-------------------------------------------------------*


 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  INCIO           ----*
  *------------------------------------------------------*/


#referenciamiento {
	font-size: 9px;
	text-align: center;
	margin-top: 350px;
	width: 916px;
	height: 80px;
	margin-left: -458px;
	position: absolute;
	left: 50%;
}


#referenciamiento img {
	padding: 3px;
}


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


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


 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  FIN             ----*
  *------------------------------------------------------*/
  
  
.frase_derecha {
	float: left;
	margin: 90px 0 0 30px;
	padding: 0;
}
.frase_derecha a {
	color: #8f5e9b;
	font-weight: bold;
}
.frase_derecha a:hover {
	color: #a93786;
	font-weight: bolder;
}


.floatme{
	float:left;
	}
