/* ---------------------------------------------------------------------------------------------------------------*/
/* C2 Intelligent Solutions (http://www.solucionesc2.net)
/* Proyecto: Royal Canin
/* Diseño: Álvaro Fernández
/* Montaje: Álvaro Fernández
/* Fecha: 30/10/2008
/* Url: http://www.royalcanin.es
/* --------------------------------------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> IMPORTED STYLES <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

@import "reset.css"; /* Reseting styles */
@import "generic.css"; /*Generic styles*/
@import "box.css"; /*Boxs styles*/
@import "menu.css"; /* Web menu */
@import "voice.css"; /* Voice styles */
@import "print.css" print; /* Only print */

/*
Orden de los estilos

Comportamiento

    * display
    * overflow
    * clear
	* cursor
	
Posición

    * position
    * float
    * top

Tamaño

    * width
	* height
    
Margenes y bordes

    * margin
	* padding
    * border

Texto

    * font
    * text
    * line-height

Fondos y colores

    * background
    * color

*/

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT LAYOUTS <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* General */

html {}
body {}

/*Headers*/

h1 {}
h1 span {}

h2 {}

/*Accesibility headers*/

.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

#flash_header { position: relative; width: 960px; height: 277px; margin: 0 auto 10px; }

#flash_header .flash { position: relative; background: transparent; }

/* Barra superior */

#flash_header #top_bar { position: absolute; top: 14px; width: 960px; height: 33px; background: url(../images/backgrounds/top_bar.gif); }

/*Div auxiliar*/

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 960px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 244px; }

/*Contenido central*/

#contents { float: right; width: 690px; padding: 0 0 5px; }

/*Menu*/

#menu {}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 20px 0; width: 100%; }
#footer .box { width: 980px; margin: 0 auto; }

/* Pop in */

#popin_service {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 250px;
	padding: 5px;
	z-index: 1;
}

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT ELEMENTS <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Online Attention */

.atencion_online { position: absolute; top: 10px; right: 0; }

/* Banners */

.banner { margin: 10px 0 0; }
.banner img { border: 1px solid #eee; padding: 5px; }

/* Breadcrumbs */

.breadcrumbs {
	position: absolute;
	bottom: 7px;
	right: 0;
	padding: 0 0 0 10px;
	text-align: right;
	background: url(../images/ico_breadcrumbs.gif) 0 3px no-repeat;
}

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents {
	width: 691px;
	height: 700px;
}

/* Decoración de las imágenes */

#contents div.image_deco { position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; }

/* Información del usuario logeado */

#customer_info { float: left; width: 100%; margin: 20px 0 0; }

#customer_info .box_top { width: 100%; border-bottom: 1px solid #bdbcbc; }
#customer_info .box_top p {
	padding: 1px 0 4px 20px;
	color: #e20202;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/ico_user.gif) 0 0 no-repeat;
}
#customer_info .box { background: #e9e9e9; margin: 2px 0 0; padding: 10px; }
#customer_info .box ul { display: none; }
#customer_info .box p.customer { margin: 0 0 5px 2px; padding: 0 0 0 7px; background: url(../images/menu/arrow_level1.gif) 0 5px no-repeat; }
#customer_info .box button { width: 100px; text-align: left; padding: 0 0 0 5px; color: #cf1b22; background: url(../images/ico_cancel.gif) 0 5px no-repeat; }
#customer_info .box button:hover { text-decoration: underline; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 30px 0 0; width: 415px; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; top: 4px; color: #a1a1a1; font: 10px/12px Arial; letter-spacing: 0; }
.signature p a { color: #a1a1a1; }
.signature p a:hover { text-decoration: none; }

/* Barra superior */

#top_bar .contact_banner { float: right; display: inline; margin: 9px 20px 0 0; width: 100px; }
#top_bar .contact_banner a { padding: 0 0 0 25px; }

#top_bar .search { float: right; display: inline; width: 240px; margin: 4px 40px 0 0; }
#top_bar .search legend { display: none; }

#top_bar .search input { width: 165px; height: 15px; margin: 0 5px 0 0;	padding: 1px 2px; }
#top_bar .search button { width: 50px; height: 23px; position: relative; top: 5px; overflow: hidden; }

#top_bar a.recommend { float: right; margin: 9px 44px 0 0; padding: 0 0 0 25px; }
#top_bar a.recommend:hover { text-decoration: underline; }

/* Language flags */

#top_bar .language_flags { float: left; margin: 8px 0 0 310px; display: inline; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; margin: 2px 0 0; }
.webservices a { margin: 0 30px; padding: 1px 0 1px 2px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

#contents .box .linkPagings { float:left; padding: 10px 0; margin: 10px 0; width:690px; text-align:center; font-size:11px;}
#contents .box .linkPagings a.linkfirst { padding: 0 10px 0 15px; }
#contents .box .linkPagings a.linkLast { padding: 0 15px 0 0; }

#contents .box .linkPagings div.pagesLink { padding: 10px; display:inline; width:15px;}