/*    Banner */
.header-autorizado {
	float: right;
}

section.banner {
	position: relative;
	top: 15px;
	left: 0px;
	width: 976px;
	height: 490px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}

section.banner .banner_link {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

a#banner_prev,a#banner_next {
	position: absolute;
	z-index: 1;
	width: 38px;
	height: 37px;
	top: 226.5px;
}

a#banner_prev {
	left: 20px;
	background-image: url("../img/flechaizq.png");
}

a#banner_next {
	right: 20px;
	background-image: url("../img/flechader.png");
}

section#productos {
	border: 0px;
	width: 100%;
	position: relative;
	top: 15px;
}

section#productos .title {
	background: url("../img/title_bg.gif") repeat-x scroll transparent;
	background-position: 50% 50%;
	width: 100%;
	z-index: 5;
	margin: 10px 0px 10px 0px;
}

section#productos h2 {
	color: #fff;
	background-image: url(../img/bg_tit_prod.png);
	font-weight: regular;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 6;
	position: relative;
	left: 42%;
	height: 20px;
	width: 120px;
	text-align: center;
	padding: 7px 23px;
}

section#productos .list_table {
	display: table;
	text-align: center;
	width: 100%;
}

section#productos .list_table .list_column {
	display: table-cell;
	padding: 20px;
}

section#productos .list_table .list_column .producto {
	border: 3px solid #294775;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-top-radius: 8px;
	border-top-botton-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

section#productos .list_table .list_column .titulo {
	background-color: #294775;
	height: 30px;
	color: #fff;
	/* Parrafo 1*/
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	/* Parrafo 2*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

section#productos .list_table .list_column .titulo h3 {
	margin: 0px;
}

section#productos .list_table .list_column .titulo h3 a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

section#productos .list_table .list_column .titulo h3 a:hover {
	text-decoration: underline;
}

.banner_img {
	position: relative;
	top: 0px;
	left: 0px;
}

/*    Logos */
section#logos {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	border: 4px solid #294775;
	width: 98%;
	overflow: hidden;
	/* Parrafo 1*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-top-radius: 8px;
	border-top-botton-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Parrafo 2*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

section#logos .logos-left {
	float: left;
	background-color: #fff;
	border: 2px solid #f0efef;
	width: 70%;
	margin-left: 10px;
	height: 120px;
	margin-top: 20px;
	padding-top: 10px;
}

section#logos .logos-center {
	float: left;
	background-color: #fff;
	border: 2px solid #f0efef;
	width: 97%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	height: 100px;
	overflow: hidden;
}

.logos-center .logos-content {
	width: 10000px;
	height: 110px;
	text-align: left;
}

section#logos .logos-right {
	float: left;
	background-color: #fff;
	width: 25%;
	text-align: center;
	border: 2px solid #f0efef;
	margin-left: 20px;
	margin-top: 20px;
	height: 120px;
	padding-top: 10px;
}

section#logos .logos-right h5 {
	margin-bottom: 10px;
}

section#logos .logos-left h4 {
	font-size: 13px;
	display: inline;
	color: #00235B;
	font-family: times;
	text-align: left;
	line-height: 2px;
	padding: 0 0px 0 0px;
}

section#logos .logos-left h5,section#logos .logos-center h5,section#logos .logos-right h5
	{
	font-size: 13px;
	display: inline;
	text-align: left;
}

.logos-content {
	margin-top: 20px;
}

#banner .box_text_promo {
	z-index: 2;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity = 40); /* For IE8 and earlier */
	position: relative;
	width: 392px;
	height: 145px;
	padding: 10px 30px 30px 20px;
	margin: 326px 584px 20px 0;
}

#banner .box_text_promo h3 {
	font-weight: bold;
	text-align: left;
	font-size: 25px;
	color: 4e4e4e;
}

#banner .box_text_promo p {
	font-weight: regular;
	text-align: left;
	font-size: 12px;
	color: 4e4e4e;
}

.block.block-footer .block-body {
	font-family: handgotn;
	padding-bottom: 0px;
}

.block.block-footer {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.productos_home {
	width: 23%;
	margin: 1%;
	float: left;
	margin-bottom: 25px;
}

.producto_foto {
	border: 3px solid #294775;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 1px;
	text-align: center;
}

.producto_titulo {
	background-color: #294775;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #FFFFFF;
	height: 30px;
	padding-top: 3px;
}

.producto_titulo h3 {
	margin: 0;
	text-align: center;
}

.producto_titulo h3 a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

.producto_titulo h3 a:hover {
	text-decoration: underline;
}