@charset "utf-8";
/* CSS para daayco.com */

/* --
CSS Reseter
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

label {
	padding:10px;
	line-height:50px;

}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

body {
	background:#000 url(../images/fondo-fibra-de-carbon-02.png);
	padding:0px;
	margin:0px;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



p {
	margin: 7px 0 8px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
}

ul {
	list-style:inside;
	list-style-type:disc;
	margin:18px 0px 18px 20px;
}

li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	font-size:30px;
	color: #C53C06;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

h1 a, h1 a:visited, h1 a:link {
	color:#09C;
	text-decoration:none;
}

h2{
	font-size:23px;
	color: #AD3705;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 10px 0;
	font-weight:normal;
}
h3{
	font-weight: normal;
	font-size:18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}
h4{
	font-size:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	font-weight: normal;
}

table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input, textarea, select  {
	background: #333;
	border:none;
}

.boton {
	background:url(../images/boton.png) no-repeat;
	width:147px;
	height:34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	color:#FFF;
	margin-top:15px;
}

a, a:visited, a:link {
	color:#FC0;
}

a:hover {
	text-decoration:none;
}

#fondo-sobre-body {
	background:url(../images/fondo-metal-pulido-02.png) repeat-x;
	overflow:hidden;
	margin:0px;
}

#contenedor {
	width: 960px;
	overflow:hidden;
	margin:0 auto;
}

#encabezado {
	clear:both;
	height: 100px;
	background: url(../images/fondo-encabezado.png) no-repeat bottom;
	width:960px;
	margin:0 auto;
}

#logo {
	width: 350px;
	height:70px;
	margin:23px 0 0 7px;
	float:left;
}

#contenedor-menu {
	height:55px;
	width:572px;
	float:right;
	margin:45px -2px 8px 0px;
}

#banner {
	margin:0 auto;
	width:960px;
	background:#FFF;
	clear:both;
	border-bottom: 7px solid #AB1119;
}

#contenido-contenedor-1 {
	padding:20px 25px;
	background: #000 url(../images/fondo-contenedor-1.html) no-repeat bottom;
	overflow:hidden;
	clear:both;
}

#contenido-contenedor-2 {
	background: url(../images/slog-bottom.html) right bottom no-repeat;
	overflow:hidden;
}

#cierre-contenedor-1 {
	height:14px;
	background:url(../images/cierre-contenedor-1.png);
	overflow:hidden;
}

#contenido {
	width:900px;
	padding:5px;
	margin-top:5px;
	text-align:justify;
	float:left;
	overflow:hidden;
}

#contenido-blog {
	float: left;
	width:600px;
}

#galeria {
	float:right;
	width:406px;
	margin-top: 35px;
}

#columna-der {
	width:250px;
	float:right;
	margin: 0 0 20px 20px;
}

#contenedor-pie {
	clear:both;
	text-align:right;
	background:url(../images/division.png) repeat-x top;
}


#pie {
	padding:25px;
	color: #C53C06;
}

#pie a {
	color:#F63;
	font-weight:bold;
}

/**
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:406px;
	height:300px;
	background:transparent url(../slider/images/bg_slideshow.html) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:338px;
	height:254px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	background:url(../images/fondo-contenedor-menu.html);
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:338px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:27px;
  height:150px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  margin: 70px 0px 0 0;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../slider/images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../slider/images/control_right.png) no-repeat 0 0;
}

#netkobe {
	text-align:right;
	padding:3px 0 5px 0;
	font-size:11px;
	clear:both;
	margin:0 auto;
}

#netkobe a {
	color: #FFF;
	text-decoration:none;
	padding:7px;
	font-family: Arial, Helvetica, sans-serif;
}

#netkobe a:hover {
	color: #FFF;
	text-decoration:none;
}

/* Estilos para catalogo de productos
--------------------------------------------------------------*/

.catalogo-productos {
	list-style:none;
	overflow:auto;
}

ul.catalogo-productos {
	margin: 0px;
}

.catalogo-productos li {
	display:inline-block;
	float:left;
	text-align:center;
	width: 280px;
	margin:20px 10px 10px 10px;
	background:#171515;
}

.catalogo-productos p {
	font-size:12px;
	line-height: 20px;
	padding: 0px 8px;
}

.catalogo-productos img {
	margin: 0px auto;
	width:100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.catalogo-productos h3 {
	background:#A40205;
	color: #E3CDCD;
	margin-top: 0px;
	padding:5px;
	font-size:20px;
}

.titulo-categoria {
	font-size:24px;
	background: #E8C93B;
	padding:7px;
	color:#000;
}


/* Estilos para listado de productos
--------------------------------------------------------------*/

.listado-productos {
	list-style:none;
	overflow:auto;
}

ul.listado-productos {
	margin: 0px;
}

.listado-productos li {
	text-align:center;
	margin:20px 10px 10px 10px;
	background:#171515;
}

.listado-productos p {
	font-size:12px;
	line-height: 20px;
	padding: 0px 8px;
}

.listado-productos img {
	margin: 0px auto;
	width:100px;
	min-height:100px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.listado-productos h3 {
	background:#A40205;
	color: #E3CDCD;
	margin-top: 0px;
	padding:5px;
	font-size:20px;
}

.contenedor-productos {
	display:inline-block;
	background:#111;
	padding:15px;
	margin-bottom:15px;
}

.caja-imagen {
}

.caja-datos {
	width: 870px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 0px 20px 0px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.limpiar {
	clear:both;
}

.ayudante-logos {
	display: inline-block;
   height: 100%;
   vertical-align: middle;
}

.ayudante-logos img {
	vertical-align:middle;
	margin-right: 20px;
}

.cont-catalogos {
	display: inline-flex;
  width:100%;
	height: 100%;
}

.catalogos {
	float:left;
	padding: 5px;
	margin-bottom: 30px;
}

.catalogos-logo{
	width:99%;
}

.logos-catalogos {
	width: 100%
	height: 100%;
}
