@CHARSET "UTF-8";

/* #### Eliminar estilos por defecto #### */

*{
 font-size:100%;
 margin:0;
 padding:0;
 list-style:none;
 border:0;
}

p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6, fieldset, hr, select, iframe{
margin:0;
padding:0;
font-size:1em;
font-weight: normal;
}


/* /FIN/ Eliminar estilos por defecto */


/* #### Estilos generales #### */

body{
	font:75%/150% "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333333;
	padding:0;
	margin:auto;
}

a {
	color: #ff6600;
	text-decoration:none;
}

a:visited {
	color: #662800;
}

a:active {
	color: #FFC199
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	padding:20px;
	color:#aaa;
}

h2 {
	font-size: 1.3em;
	padding: 20px 20px 0px 20px;
	color:#aaa;
}

p{
	margin: 20px 25px 0 25px;
}


/* /FIN/ Estilos generales */

/* #### Layout: cabecera - centro - contenido - pie #### */

#cabecerawrap{
	background-color: #fff;
	border-bottom:8px solid #858585;
}

#centrowrap{
	background-color: #d7e7ff;
/*	border-bottom:1px solid #858585;*/
}

#aviso_legal{
	background-color: #ffffff;
	text-align: justify;
	padding: 0 25px 0 25px;
	width:710px;
}

#aviso_legal_ex{
	background-color: #d7e7ff;
	text-align: center;
}

body.inicio #centrowrap{
	background-color: #d7e7ff;
	border-bottom:1px solid #858585;
}

#contenidowrap{
	background-image:url("../imagenes/contenidowrap_fondo.png");
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858585;
}

#piewrap{
	background-color: #fff;
}

#cabecera, #centro, #contenido, #pie{
	width:760px;
	margin:0 auto;
	text-align:left;
}

#cabecera{
	position:relative;
	height:110px;
}
#centro{
	position:relative;
	background-color: #fff;
	padding: 0 25px 0 25px;width:710px;
	height:275px;
	border-bottom:7px solid #858585;	
}
body.inicio #centro{
	width:760px;
	height:380px;
	padding:0;
	background-image:url("../imagenes/centro_fondo.jpg");
}
#contenido{
	background-color: #fff;
	width:710px;
	min-height:400px;
	height:auto !important; /* min-height ie6 hack */
	height:400px;
}

#pie{
	height:40px;
	text-align: center;
	background-image:url("../imagenes/contenidowrap_fondo.png");
	background-repeat: repeat-x;
}

/* /FIN/ Layout: cabecera - centro - contenido - pie */


/* #### Elementos de la cabecera #### */

#cabecera h1{
	margin:0;padding:0;
	width:100px;
	height:100px;
	float:left;
	margin-left:-12px;
	display:inline;
}

#cabecera h1 a{
	display:block;
	width:290px;
	height:100px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 30px;
	padding:0;
	border:0 !important;
	background:transparent url('../imagenes/cabecera_logo.png') 0 0 no-repeat;
}

#menu_superior {
	text-align:center;
	width:210px;
	height:65px;
	background-image: url("../imagenes/menu_superior_fondo.png");
	background-position: bottom;
	background-repeat: no-repeat;	
	position:absolute;
	/* Para poder usar posicionamiento absoluto aquí,
	hay que usar relativo o absoluto en su contenedor */
	bottom:0;
	right:0;
}


#menu_superior ul{
	padding-top:5px;
	padding-left:5px;
	height:47px;
}

#menu_superior ul li{
	float:left;
	width:40px;
	margin: 0;
	height:100%;
}

#menu_superior ul li a{
	display:block;
	float: left;
	width:40px;
	height:100%;
	margin:0;
	color: #fff;
/*	overflow:hidden;
	text-indent:-9999px; */
	background-position: center;
	background-repeat: no-repeat;	
}	
#menu_superior ul li a span{
	display:none;
}
#menu_superior ul li.inicio a{
	background-image: url("../imagenes/item_menu_sup_inicio.png");
}

#menu_superior ul li.inicio a:hover,
body.inicio #menu_superior ul li.inicio a{
	background-image: url("../imagenes/item_menu_sup_inicio_over.png");
}

#menu_superior ul li.somos a{
	background-image: url("../imagenes/item_menu_sup_somos.png");
}

#menu_superior ul li.somos a:hover,
body.somos #menu_superior ul li.somos a {
	background-image: url("../imagenes/item_menu_sup_somos_over.png");
}

#menu_superior ul li.catalogo a{
	background-image: url("../imagenes/item_menu_sup_catalogo.png");
}

#menu_superior ul li.catalogo a:hover,
body.catalogo #menu_superior ul li.catalogo a {
	background-image: url("../imagenes/item_menu_sup_catalogo_over.png");
}

#menu_superior ul li.referencias a{
	background-image: url("../imagenes/item_menu_sup_ref.png");

}

#menu_superior ul li.referencias a:hover,
body.referencias #menu_superior ul li.referencias a {
	background-image: url("../imagenes/item_menu_sup_ref_over.png");
}

#menu_superior ul li.contacto a{
	background-image: url("../imagenes/item_menu_sup_contacto.png");
}


#menu_superior ul li.contacto a:hover,
body.contacto #menu_superior ul li.contacto a {
	background-image: url("../imagenes/item_menu_sup_contacto_over.png");
}


/* /FIN/ Elementos de la cabecera */


/* #### Elementos del centro #### */

#menu_centro {
	width:760px;
	height:83px;
	overflow: hidden;
	
	position:absolute;
	/* Para poder usar posicionamiento absoluto aquí,
	hay que usar relativo o absoluto en su contenedor */
	bottom:0;
	background-image: url("../imagenes/menu_centro_fondo.png");
}

#menu_centro ul{
	margin:12px 30px 0 320px;	
	height:60px;
}

#menu_centro ul li{
	float:left;
	margin: 2px 15px;
	height:100%;
}

#menu_centro ul li a{
	display:block;
	float: left;	
	height:100%;
	
	color: #fff;
	
}	

#menu_centro ul li.somos a{
	background-image: url("../imagenes/item_menu_somos.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu_centro ul li.somos a:hover {
	background-image: url("../imagenes/item_menu_somos_over.png");
}

#menu_centro ul li.catalogo a{
	background-image: url("../imagenes/item_menu_catalogo.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu_centro ul li.catalogo a:hover {
	background-image: url("../imagenes/item_menu_catalogo_over.png");
}

#menu_centro ul li.referencias a{
	background-image: url("../imagenes/item_menu_ref.png");
	background-repeat: no-repeat;
	background-position: bottom;
}


#menu_centro ul li.referencias a:hover {
	background-image: url("../imagenes/item_menu_ref_over.png");
}

#menu_centro ul li.contacto a{
	background-image: url("../imagenes/item_menu_contact.png");
	background-repeat: no-repeat;
	background-position: bottom;
}


#menu_centro ul li.contacto a:hover {
	background-image: url("../imagenes/item_menu_contact_over.png");
}

#centro div#catalogos{
	padding-top:36px;
}

#centro a.boton_catalogo {
	float:left;
	width:149px;
	height:176px;
	margin: 14px 14px 14px 60px;
	padding-top:5px;height:176px;	
	text-align:center;
}

#centro a.boton_catalogo.selected {
	margin-top:-20px;
	margin: -33px 14px 14px 60px;
}
#centro a.boton_catalogo:hover{
	background-image:url("../imagenes/catalogo_fondo_over.png");
	background-repeat: no-repeat;
	text-decoration:none;
	color:#000;
	margin: -33px 14px 14px 60px;
}

#centro a.boton_catalogo.selected {
	background-image:url("../imagenes/catalogo_fondo_over.png");
	background-repeat: no-repeat;
	text-decoration:none;
	color:#000;
}
#centro a.boton_catalogo img{
	width:100px;
	height:120px;
	margin-top:5px;
}

#centro  div#catalogos{
	height:100px;
	margin:auto;
	overflow:hidden;
	
 margin:0;position:absolute;bottom:0;margin:auto;height:100px;overflow:hidden;z-index:0;
}

/* /FIN/ Elementos del centro */


/* #### Elementos del contenido #### */

#contenido div#catalogos{
	padding-top:50px;
}

#contenido a.boton_catalogo {
	float:left;
	width:149px;
	height:176px;
	margin: -20px 14px 14px 60px;
	padding-top:5px;height:176px;
	
	text-align:center;

	background-image:url("../imagenes/catalogo_fondo.png");
	color:#888;
}
#contenido a.boton_catalogo.selected {
	margin-top:-20px;
	margin: 14px 14px 14px 60px;
}
#contenido a.boton_catalogo:hover,
#contenido a.boton_catalogo.selected {
	background-image:url("../imagenes/catalogo_fondo_over.png")!important;
	background-repeat: no-repeat!important;
	text-decoration:none!important;
	color:#000!important;
}
#contenido a.boton_catalogo img{
	width:100px;
	height:120px;
	margin-top:5px;
}


/* /FIN/ Elementos del contenido */

/* #### Elementos del pie #### */

#pie p{
	margin-top:0;
	color:#04007f;
	font-size:11px;
}
#pie span,#pie span a{
	color:#666;
	font-size:10px;
}
#pie span a:hover{
	color:#cd0048;
	
}

/* /FIN/ Elementos del pie */




div#formulario p{
	padding: 0 5px;
}
div#formulario label {
	color:#000000;
}
div#formulario label.obligatorio {
	color:#000000;
}

input.text,
select,
textarea {
	background-color: #f2f2f2;
	border: 1px solid #cbcbcb;
}

input.text:focus,
textarea:focus,
select:focus{
	background-color: #fafafa;
}

div#formulario p {
	display: block;
	margin: 0;
	clear: both;
	padding-top: 8px;
	height:21px;	
}

label {
	width: 110px;
	height: 100%;
	float: left;
	padding-left: 15px;
}

label.derecha {
	width: 75px;
}

div#formulario input.text,
div#formulario select,
div#formulario textarea {
	float: left;
}

div#formulario input.text {
	height: 100%;
	width: 420px;
}

div#formulario input.corto {
	width: 215px;
}

div#formulario select {
	height: 100%;
	width: 522px;
}

div#formulario textarea {
	display:block;
	height: 165px;
	width: 520px;
}

div#formulario select.corto {
	width: 216px;
}

div#formulario input.checkbox {

}

div#formulario input.submit {
	margin: 5px 0 0 250px;
	padding: 2px;
	color:#000;
	border-right:2px solid #cbcbcb;
	border-bottom:2px solid #cbcbcb;
	border-top:2px solid #e2e2e2;
	border-left:2px solid #e2e2e2;
}


iframe#ggoya {
	margin:0;
	margin-left:-200px;
	text-align:center;
	width:1000px;overflow:hidden;
	height:670px;
	overflow:auto;
	border:0;
}

iframe#linkandsell {
	margin:0;
	text-align: left;
	border:0;
	width:800px;
}	

iframe#makito {
	margin:0;
	text-align: left;
	border:0;
	width:800px;
	overflow:auto;
}	

iframe#rpz {
	margin:5px 30px 5px 30px;
	width:500px;
	height:500px;
	overflow-x: hidden;
	overflow-y: visible;
}

body.catalogo div#contenido {
	width:760px;
	overflow:hidden;
	padding:0;
	height:100%;
}

