 /*------------------------------------------------*
	  *---  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:10px;
	color: #999999;
	background-image: url(../imagenes/deco/rep_body.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.body_index {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
	background-image: url(../imagenes/home/fondo_index.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#101315;
}


/*   

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

*/

p{
	margin: 5px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;

} 

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

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

li {
	list-style-image:none;
}

img {
	margin:0;
	padding:0;
	background-color:none;
	border:none;
}


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


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

/*Encabezado  HEADER*/

#header_contenedor{
	margin:0 auto;
	padding:0;
	width:100%;
	height:299px;
	background-image: url(../imagenes/deco/rep_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}

#header{
	margin:0 auto;
	padding:0;
	width:903px;
	height:299px;
	background-image: url(../imagenes/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;


}

#menu{
	margin:0;
	padding:0;
	width:900px;
	height:38px;
	text-align:center;
	color:#666666;
	font-size:10px;
	line-height:38px;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
}

#menu a{	
	padding:13px 10px 15px 10px;
	line-height:10px;
	color:#666666;
	text-decoration:none;
	height:10px;



}

#menu a:hover{
	padding:13px 10px 15px 10px;
	height:10px;
	line-height:10px;
	color:#02A5EA;
	text-decoration:none;
	background-image:url(../imagenes/deco/rep_hover_menu.jpg);
	background-repeat:repeat-x;
	background-position:top left;

}


#rota_titulos{
	margin:0 0 0 0;
	padding:0;
	width:64px;
	height:261px;
	float:left;
}

#imagenes_header{
	margin:0;
	padding:0;
	width:836px;
	height:261px;
	float:right;
	
	
}

.tabla_general{
	margin:15px 0 0 0;
	padding:0;
	width:900px;

}

.td_titulo{
	margin:0;
	padding:0 0 10px 0;
	width:900px;
	}
.td_izq{
	margin:0;
	padding:10px 0 0 0;
	width:400px;
	border-color:#40484A;
	border-style:solid;
	border-width:1px 0 0 0;

}

.td_izq_ventas{
	margin:0;
	padding:10px 0  0 0;
	width:300px;
	text-align:right;



}

.td_izq_mec{
	margin:0;
	padding:15px 10px 0 0;
	width:440px;


}

.td_der{
	margin:0;
	padding:15px 0 0 20px;
	width:480px;

}

.td_der_empresa{
	margin:0;
	padding:0 0 0 20px;
	width:480px;

}

.td_der_mec{
	margin:0;
	padding:15px 0 0 10px;
	width:440px;

}

.td_der_tres{
	margin:3px;
	padding:7px;
	width:150px;
	background-color:#000000;
	border-color:#40484A;
	border-style:solid;
	border-width: 0 0 2px 0;

}

.td_der_ventas{
	margin:0;
	padding:0;
	width:600px;

}


a img.foto_click, a img.foto_chica_ficha{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;

}
a:hover img.foto_click, a:hover img.foto_chica_ficha {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
}



/*Contendio de la pagina Contenido  CONTENIDO */

#contenedor{
	margin:0 auto;
	padding:0;
	width: 100%;
	background-color:#101315;
	background-image: url(../imagenes/deco/rep_contenido.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#contenido {
	margin:0 auto;
	padding:20px 0 0 0;
	width: 900px;
}

#contenido_index {
	margin:0 auto;
	padding:0;
	width: 900px;
	height:407px;
}


a.submenu{
	margin:10px 5px 0 0;
	padding:15px 8px 5px 8px;
	font-size:10px;
	background-color:#15181A;
	border-bottom:#333333;
	border-top:#000000;

	border-width:1px 0 1px 0;
	border-style:solid;
	text-transform:uppercase;
	text-decoration:none;
	color:#0272A2;
}

a:hover.submenu{
	margin:10px 5px 0 0;
	padding:15px 8px 5px 8px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#000000;
	border-bottom:#333333;
	border-top:#000000;
	border-width:1px 0 1px 0;
	border-style:solid;
	text-transform:uppercase;
	text-decoration:none;
}


.float_izq{
	padding:0;
	margin:5px 10px 10px 0;
	float:left;
	border:none;
	}
	
.float_der{
	padding:0;
	margin:5px 5px 5px 0;
	float: right;
	border:none;
	}
	
	
.foto_simple{
	padding:7px 7px 20px 7px;
	margin:5px auto 0 auto;
	background-color:#000000;
	border-color:#0D8EBF;
	border-style:solid;
	border-width:0 0 1px 0;
}	

.foto_horiz{
	padding:7px 7px 20px 7px;
	margin:5px auto 0 auto;
	background-color:#000000;
	border-color:#0D8EBF;
	border-style:solid;
	border-width:0 0 1px 0;
}

.table_tres_fotos{
	padding:0;
	margin:0;
	width:100px;

}

table.table_tres_fotos td{
background-color:#000000;
padding:7px;



}

/*Empiezo de Ficha*/



.tabla_ficha{
	width:556px;
	margin:15px auto 0 auto;
	border-color:#0D0E0F;
	border-style:solid;
	border-width:5px;


}
th.titulo {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 15px;
	font-family: verdana;
	font-size: 12px;
	color: #03A7EB;
	background-color: #0D0E0F;
	font-weight: normal;
	height:25px;
	line-height:25px;
	text-align: left;
}

td.j {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #606060;
	border-color: #0D8EBF;
	border-width: 0 0 1px 0;
	border-style: solid;
}

td.g {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #383838;
}

td.g_grande{
	padding-bottom: 8px;
	padding-top: 0;
	padding-right: 3px;
	padding-left: 3px;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #383838;
}

a.numero{
	text-decoration: none;
	color:#fff;
	display:block;
	width:100%;
	font-family: verdana;
	font-size: 10px;
	background-color: #03A7EB;
	font-weight: bold;
	text-align: center;
	line-height:25px;
	height:25px;
	}

a.numero:hover{
	text-decoration: none;
	text-align: center;
	color:#fff;
	display:block;
	width:100%;
	font-family: verdana;
	font-size: 10px;
	background-color: #026B99;
	font-weight: bold;
	line-height:25px;
	height:25px;
}

a.regreso{
	text-decoration: underline;
	color:#3CC9FF;
	font-family: verdana;
	line-height:25px;
	height:25px;
	font-size: 11px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 2px;


}

a.regreso:hover{
	text-decoration: none;
	color: #98DFFE;
}



a.regreso_exterior{
	margin:5px 0 0 20px;
	text-decoration: underline;
	color:#3CC9FF;
	font-family: verdana;
	line-height:25px;
	height:25px;
	font-size: 11px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 2px;


}

a.regreso_exterior:hover{
	text-decoration: none;
	color: #98DFFE;
}

.campo_de_busqueda{
	color:#333333;
	border-top:#590B09 solid 1px;
	border-left:#590B09 solid 1px;
	border-right:#7B100D solid 1px;
	border-bottom:#7B100D solid 1px;
	background-color: #CCCCCC;
	font-size:9px;
}

dl#buscar{
	margin:15px 0 0 0;
	padding:0;
	width:100%;
	font-size:9px;
}

dl#buscar dt{
	margin:0;
	padding:4px 0 0 0;
	float:left;
	color:#9F1614;
	font-weight:bold;
}

dl#buscar dd.champ{
	margin:0;
	padding:0 0 0 5px;
	float:left;
}

dl#buscar dd.ok{
	margin:0;
	padding:2px 0 0 5px;
	float:left;
}

  a.liga_ocas{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
	display:block;
	width:100%;
	_width:100%;
	background-color: #383838;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	height: 15px;
	line-height: 15px;
	border-color: #03A7EB;
	border-style: solid;
	border-width: 0 0 1px 0;
	}

a.liga_ocas:hover{
	color:#03A7EB;
}

a.mas_info{
	color:#03A7EB;
	text-decoration:none;
	font-family: verdana;
	font-size: 10px;
	padding: 0;
	text-align: center;
	display: inline;
	height: 15px;
	line-height: 15px;
}

a.mas_info:hover{
	color:#FFFFFF;
}

.tablita_ficha_lista{
	background-color:#000000;
	border-color:#000000;
	border-style:solid;
	border-width:5px;
	width:200px;
	margin: 20px 20px 10px 20px;

}

#div_rota_ventas{
	width:565px;
	height:225px;
	margin:20px 0 60px 10px;
	padding:7px;
	background-color:#000000;
	border-color:#03A7EB;
	border-style:solid;
	border-width:0 0 1px 0;
}

.submit {
	color:#03A7EB;
	font-size:14px;
	font-weight:bold;


	padding:0;
	margin:0;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-color:#78BADA;
	border-style:solid;
	border-width:0 ;
	background-color:#15191C;
	text-transform:uppercase;
	background-image: url(../imagenes/deco/rep_footer.jpg);
	


}


/*Final de Ficha*/

/*Pie de pagina  FOOTER*/

#contenedor_footer{
	margin:0 auto;
	padding:0;
	width:100%;
	text-align: center;
	color: #FFF;
	background-image: url(../imagenes/deco/rep_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 334px;
}
#footer{
	margin:0 auto;
	padding:25px 0 0 0;
	width:900px;
	height:100px;
	text-align: center;
	color: #535353;
}

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

#footer a:hover{
	color:#03A7EB;
}

#footer_liens{
	margin:0 auto;
	padding:0;
	width:900px;
/*	height:100px;*/
	text-align: left;
	color: #535353;
}

#footer_liens a{
	color:#666666;
	text-decoration:none;
}

#footer_liens a:hover{
	color:#03A7EB;
}

#footer_index{
	margin:0 auto;
	padding:10px 0 0 0;
	width:900px;
	height:100px;
	text-align: center;
	color:#03A7EB;
	
}

#footer_index a{
	color:#03A7EB;
	text-decoration:none;
}

#footer_index a:hover{
	color:#C0ECFE;
}



/*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: 0px;
	padding:3px 90px 0 0;
	color: #03A7EB;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 15px;
	border-color:#78BADA;
	border-style:solid;
	border-width:1px 0 0 0;
	display:inline;

  }
 
  h2{
	margin: 0px;
	padding: 0px;
	color: #227095;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
	
	h3 {
	margin: 0 0 10px 0;
	padding: 0 100px 4px 0;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color:#999999;
	border-style:dotted;
	border-width: 0 0 1px 0;
  }
  
	h4 {
	margin: 0px;
	padding: 0;
	color: #03A7EB;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
  }
  
   h5 {
	margin: 0 0 0 3px;
	padding: 2px 3px 3px 10px;
	color: #006699;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;

  }
  
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#FFFFFF;
  }
  
.p_azul{   	
	margin: 5px 0;
    padding: 0;
	color:#03A7EB;
	}
	
.p_gris{   	
	margin: 0;
    padding: 0;
	color:#999999;
	font-size:10px;
	}	
.p_gris_index{
	color: #535353;
	margin: 3px 0 0 0;
    padding: 0;
	font-size:10px;
}	
.p_blanco{   	
	margin: 0;
    padding: 0;
	color:#FFFFFF;
	}	
	
.p_mini{
	margin: 0;
	padding: 0;
	color: #2E5B70;
	font-size: 9px;
	line-height: 10px;
} 


 .p_fotos {
	margin:7px 0 0 0;
	padding: 5px 0;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 20px;
	height:20px;
	font-weight: normal;
	background-color:#383838;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	border-color:#0D8EBF;
	border-style:solid;
	border-width:0 0 1px 0;
  }
  
   .p_fotos_peq {
	margin:5px 0 0 0;
	padding: 2px 10px 2px 0;
	color: #CCCCCC;
	font-size: 9px;
	line-height: 10px;
	height:10px;
	font-weight: normal;
	background-color:#2D2D2D;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	letter-spacing: 1px;
	border-color:#0C80AB;
	border-style:solid;
	border-width:0 0 1px 0;
  }

 

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

/*<div id="transparent" class="transparent" style="position: absolute; z-index: 10; left: 24px; top: 107px; width: 200px; padding: 0px; cursor:move"></div>*/

#post_it_header{
	width: 200px;
	height:80px;
	background:url(../imagenes/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: 10px;
	color: #CCCCCC;
	width: 379px;
	margin: 0 auto;

}
/* DIV general de errores de llenado  */
div.formulaire_erreursSaisie {
	border: solid 1px #03A7EB;
	background-color: #C0ECFE;
	color: #03A7EB;
	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: #9cf;
	color: #000;
	text-align: center;	
	padding: 10px;
}
/* Vinculo "Regreso" una vez el mensaje enviado */
a.formulaire_msgRetour_lien {
	color: #03A7EB;
	font-weight: bold;
	text-decoration: none;
}
a.formulaire_msgRetour_lien:hover {
	text-decoration: underline;
}
/* Tabla general de campos */
table.formulaire_table {

	width: 100%;
}
/* Agrupacion de campos : linea del encabezado de la tabla */
.formulaire_table th {
	background-color: #369;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* agrupacion de campos : en fielset */
.formulaire_table fieldset {
	border-color: #40484A;
	border-style: solid;
	border-width: 1px;
	color: #999999;
}
/* Leyenda del  fielset arriba */
.formulaire_table legend {
	color: #03A7EB;
	text-transform: uppercase;
}
/* 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: 115px;
	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: #03A7EB;
	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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 100%;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Campos en los formularios (input, textarea) : sin error */
.formulaire_champ {
	background-color: #383838;
	border: solid #666666 1px;
	color: #78BADA;
}
/* Campos en los formularios (input, textarea) : en caso de error */
.formulaire_champ_erreur {
	background-color: #C0ECFE;
	border: solid 1px #03A7EB;
}
/* 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: #000000;
	border: solid 1px #40484A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03A7EB;
	cursor: pointer;
	margin: 5px;
	text-transform: uppercase;
	padding: 5px;
}
/* Texto abajo del formulario que concierne los asteriscos */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/*  NO_TOCAR_ESTA_LINEA_PARA_LA_PAGINA_MAIL_CONTACTO_INICIO  */
 /*-------------------------------------------------------*
  *----        CSS PAGINA CONTACTO  FIN                  ----*
  *-------------------------------------------------------*

 

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

#referenciamiento {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
}

#referenciamiento img {
	padding: 5px;
}

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

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

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

ul#navpage{
	margin:0;
	padding:10px 0px 10px 0;
	list-style-type:none;
	text-align:right;
	font-size: 11px;	
}

ul#navpage li{
	margin:0px;
	padding:0;
	display:inline;
}


ul#navpage a{
	font-weight:bold;
	text-decoration:none;
	color:#3cc9ff;;
	}
ul#navpage a:hover{
	color:#98dffe;
	}


ul#navpage a.texte_page{
	color: #999999;;
}

ul#navpage .inactif {
	color: #666666;;
}
