@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
/*
#wrapper-header
---#image-home
#wrapper-middle
#wrapper-footer
---#footer
*/
body {
	background:#ebebeb url(../img/bg.jpg) 0 0 repeat-x
}
/* REGIONS */
#wrapper-header {
	position:relative;
	width: 100%;
	height:63px;
	background: #254478 url(../img/bgnav.png) 0 0 repeat-x
}
#wrapper-middle {
	position:relative;
	width: 100%;
}
#wrapper-footer {
	position:relative;
	width: 100%;
	height:117px;
	background:#094674 url(../img/bg-footer.jpg) 0 0 repeat-x;
}
/* TITLES */
h1 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#315389;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#315389;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#315389;
}
.title {
	font-family: 'Arimo', sans-serif;
	font-size:26px;
	font-weight:normal
}
.title-mayus {
	font-family: 'Lato', sans-serif;
	font-size:26px;
	font-weight:normal;
	text-transform: uppercase
}
.title-outro {
	font-family: 'Lato', sans-serif;
	font-size:23px;
	font-weight:normal;
	margin-top: 22px;
	margin-bottom: 0;
	color: #717171
}
#wrapper-middle h1.internas {
	position:relative;
	width:1140px;
	height:auto;
	margin:0 auto;
	font-family: 'Lato', sans-serif;
	font-size:23px;
	font-weight:normal;
	text-indent:20px;
	color:#fff
}
.gray {
	color:#666;
}
.blue {
	color:#315389;
}
.center {
	text-align:center
}
/* INNER */
.inner {
	position:relative;
	width:1140px;
	height:auto;
	margin:0 auto;
}
.introinner {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
}
.interna {
	width:1100px;
	margin-top:140px;
	padding:20px;
	/* IE10 */
	background-image: -ms-linear-gradient(top, #e5e5e5 0%, #EBEBEB 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #e5e5e5 0%, #EBEBEB 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #e5e5e5 0%, #EBEBEB 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #e5e5e5), color-stop(1, #ebebeb));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #EBEBEB 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #e5e5e5 0%, #EBEBEB 100%);
	border-top: 1px solid #fff
}
/* BLOCKS */
.logo {
	position:relative;
	float:left;
	margin:3px 0 0;
	z-index:300;
}
.menu {
	position:relative;
	float:left;
	display:block;
	width:auto;
	height:43px;
	margin:10px auto 0;
	list-style:none;
	z-index: 30
}
.menu li {
	float:left;
	display:inline-block;
	width:auto;
	height:43px;
	line-height:43px;
	margin:0;
	padding:0
}
.menu li a {
	display:block;
	width:auto;
	height:43px;
	text-align:center;
	font-family: 'Lato', sans-serif;
	padding:0 8px;
	font-size:16px;
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
}
.menu li a:active, .menu li a:hover {
	color:#333;
}
#carousel {
	position:relative;
	float:left;
	width:100%;
	height:501px;
	margin:-138px auto 20px;
	z-index:1;
	overflow: hidden
}
#carousel div {
  position: relative;
  float: right;
  background: rgba(0,0,0,0.6);
  overflow: hidden;
  margin-top: -370px;
  width: 600px;
  height: 220px;
  margin-right: 12%;
  padding: 10px 20px;
}
#carousel div h1 {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #315389;
  text-transform: uppercase;
  color: #fff;
}
#carousel div p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
/*
#carousel ul {
	list-style: none;
	display: block;
	position: relative;
	width: 100%;
	height: 312px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#carousel ul li {
	position: absolute;
	float:left;
	display:inline-block;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border:8px solid #fff;
	width: 486px;
	height:272px;
}
#carousel ul li.act {
	position:relative;
	width: 486px;
	height:272px;
	margin:-270px 0 0 300px;
	z-index:1000
}
#carousel ul li.prev {
	position:relative;
	width: 429px;
	height:240px;
	margin:0 0 0 30px;
	z-index:1000;
}
#carousel ul li.next {
	position:relative;
	width: 429px;
	height:240px;
	margin:-270px 0 0 660px;
	z-index:800;
}
#carousel ul li a {
	display: block;
	font-size: 0;
	width: 100%;
}
#carousel ul li a img {
	width: 100%;
}
#carousel-controls {
	position: relative;
	float:left;
	margin: -300px auto 20px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 100;
}
#carousel-controls a {
	display: inline-block;
	text-indent: -99999px;
	width: 60px;
	height: 60px;
	float: left;
	overflow:hidden
}
#carousel-controls a#carousel-prev {
	margin-left:85px;
	background: url("../img/slider-btn-prev.png") 0 0 no-repeat;	
}
#carousel-controls a#carousel-next {
	margin-left:830px;
	background: url("../img/slider-btn-next.png") 0 0 no-repeat;	
}
#carousel-controls a:hover {

}
*/
.history {
	position:relative;
	margin:0 auto 20px;
	width:100%;
	height:156px;
	background:transparent url(../img/bg-history.png) center top no-repeat;
}
.history .sub {
	position:relative;
	float:left;
	width:24%;
	margin-top:30px;
	margin-left: 70px;
	text-align:center;
	font-family: 'Lato', sans-serif;
	text-shadow: 0px 1px 3px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
}
.history .sub span {
	display:block;
	margin:0 auto;
	width:180px;
	font-size:26px;
	line-height:26px;
	color:#2d5086;
	margin-left: 55px;
}
.history .sub span strong {
	font-size:52px;
	font-weight:bold;
	color:#2d5086;
	display:block;
	margin-bottom:15px
}
.lineas {
	position:relative;
	margin:0 auto 20px;
	width:100%;
	height:172px;
}
.lineas .sub {
	position:relative;
	float:left;
	width:275px;
	height: 174px;
	text-align:center;
	font-family: 'Lato', sans-serif;
	transition: 0.4s ease;
	-moz-transition: 0.4s ease; /* Firefox */
	-webkit-transition: 0.4s ease; /* Chrome - Safari */
	-o-transition: 0.4s ease; /* Opera */
}
.lineas .sub:hover {
	/*	position:relative;
		float:left;
		width:34%;
		text-align:center;
		font-family: 'Arimo', sans-serif;*/

	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.lineas .subin {
	position:relative;
	float:left;
	width:275px;
	height: auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
}
.lineas .subin:hover {
	
}
.lineas .sub a,
.lineas .subin a {
	text-decoration:none;
	display:block;
	margin:0 auto;
	width:252px;
	border: 1px solid #fff;
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0,0,0,1);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0,0,0,1);
  box-shadow: 0px 18px 27px -24px rgba(0,0,0,1);
}
.lineas .sub span {
	position: relative;
	display:block;
	margin:-38px auto 0;
	padding: 5px auto;
	width:100%;
	height: 38px;
	font-size:24px;
	line-height:38px;
	color:#fff;
	text-align: center;
	background: #254478
}
.lineas .subin span {
	position: relative;
	display:block;
	margin:-38px auto 0;
	padding: 5px auto;
	width:252px;
	height: 38px;
	font-size:24px;
	line-height:38px;
	color:#fff;
	text-align: center;
	background: #254478
}
.lineas .subin p.desc {
	width: 252px;
  margin-top: 20px;
  text-align: center;
  margin: 20px auto;
}
.lineas .subin a.btn {
	background: #333;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  border: 0;
}
.lineas .sub span img {
	display:block;
	margin:0 auto;
	font-size:52px;
	font-weight:bold;
	color:#2d5086;
	display:block;
	margin-bottom:15px;
}
.txtprodhome {
	position:relative;
	width:100%;
	margin:0 auto 20px;
	height:78px;
	background:url(../img/bg-blue.png) 0 0 repeat
}
.txtprodhome span {
	float:left;
	display:block;
	width:70%;
	font-size:20px;
	line-height:20px;
	text-align:center;
	color:#ebebeb;
	margin:12px 0 5px 30px
}
.txtprodhome a {
	position:relative;
	display:block;
	float:right;
	margin:9px 10px 0 0;
	padding-top:5px;
	width:218px;
	height:55px;
	font-size:16px;
	color:#22436f;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	background:#fff;
	border:solid 0px #000000;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}		
#wrapper-footer .inner p {
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	font-weight:normal;
}
#wrapper-footer .inner {
	background:none;
	height:auto;
	padding:2px 0 0
}
#wrapper-footer .inner .logosempresa {
	float:left;
	width:500px;
	height:117px;
}
#wrapper-footer .inner .infoempresa {
	float:right;
	width:300px;
	height:107px;
	margin-top: 10px
}
#wrapper-footer .inner .infoempresa h3 {
	display:block;
	width:400px;
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	color:#ccc;
	text-transform:uppercase;
}
#wrapper-footer .inner .infoempresa p {
	color:#ccc;
	line-height:14px;
	padding:10px;
	margin:0;
	padding: 0 0 0 10px;
  border-left: 1px solid #ccc;
}
#wrapper-footer .inner .logosempresa p.copyright {
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#183359;
	margin-top:5px;
	margin-bottom: 0
}
#wrapper-footer .inner .iconsocial {
	float:left;
	margin-top:40px;
}
#wrapper-footer .inner a#mc {
	float:right;
	display:inline-block;
	width:133px;
	height:31px;
	margin-right:20px;
	margin-top:17px;
	text-indent:-99999px;
	background:url(../img/mc.png) 0 0 no-repeat
}
/* ------ FORMULARIO ------ */
.bg-white {
	padding: 20px;
	background: #fff;
	overflow: hidden
}
.columna-form p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #999
}
.formulario form p {
	/*margin: 5px 5px 15px 0;*/
	float:none;
}
.formulario form label {
	font-weight:normal;
	color: #999;
	display: inline-block;
	padding: 3px;
	margin: 0;
	width: 90%;
	text-align: left;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	vertical-align: top;
}
.formulario form span.dato {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #1E4A98;
	height: 24px;
	line-height: 24px;
	padding: 3px;
	font-size: 16px;
	display: inline-block;
}
.formulario form input,
.formulario form select,
.formulario form .tree_select {
	padding:8px;
	border:none;
	background:#fff;
	font-size: 14px;
	line-height: 14px;
	width: 90%;
	border:2px solid #c9c9c9;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.formulario form .tree_select {
	display: inline-block;
	min-height: 15px;
	line-height: 15px;
	text-align: left;
}
.formulario form .tree_select a {
	vertical-align: middle;
	color: #333;
}
.formulario form .tree_select a:hover {
	text-decoration: underline;
}
.formulario form .tree_select span,
.formulario form .tree_select select {
	vertical-align: middle;
}
.formulario form .tree_select select {
	border: 1px solid #f0f0f0;
	padding: 0;
	background: #f5f5f5;
}
.formulario form input[type=radio],
.formulario form input[type=checkbox],
.formulario form input.radio,
.formulario form input.checkbox {
	width: auto;
}
.formulario form input:focus,
.formulario form select:focus {
	border-color: #AAAAAA;
    box-shadow: 0 0 8px #96C1CF;
}
.formulario form textarea {
	font-family: inherit;
	padding:4px;
	border:none;
	background:#fff;
	font-size: 12px;
	width: 92%;
	border:2px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.formulario form textarea:focus {
	border-color: #AAAAAA;
    box-shadow: 0 0 8px #96C1CF;
}
.formulario form input.default-value,
.formulario form select.default-value,
.formulario form textarea.default-value {
	color: #ccc;
}
.formulario form p.obli input,
.formulario form p.obli select,
.formulario form p.obli textarea,
.formulario form p input.obli,
.formulario form p select.obli,
.formulario form p textarea.obli {
	border-color:#ff0000;
	background-color:#fff0f0;
}
.formulario form span.obli {
	border: 1px solid #ff0000;
	background: #fff0f0;
}
.formulario form input.file {
	border: 0 none;
	box-shadow: none;
}
.formulario form span.radios label {
	display: inline-block;
	text-align: left;
	width: auto;
}
.formulario button,
.formulario a.btn {
	background: #333;
  padding: 10px;
  display: inline-block;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  border: 0;
	cursor: pointer
}
.formulario button:hover,
.formulario a.btn:hover {
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 0 100px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 100px rgba(0, 0, 0, .2) inset;
}
.formulario form img {
	vertical-align:middle;
}
.formulario form input#captcha_code {
	width:auto;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
.formulario form img#captcha_img {
	padding:1px;
	border:1px solid #ccc;
}
.formulario form img#captcha_arrow {
	border:0 none;
}
.formulario form img#captcha_reload {
	border:0 none;
}
.formulario form p.enviador {
	background:none;
	border:0;
}
#wrapper-middle .maps {
	width: 59%;
	float: right;
}
#wrapper-middle .maps p {
	font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #aaa;
  padding-left: 12px;
  border-left: 11px solid #eee;
}
#wrapper-middle .columna-form {
	width: 40%;
	float: left;
}
table {
	width: 100%;
	margin: 0 auto;
}
table td {
	padding: 20px;
	font-size: 16px;
	color: #666
		
}
h1.title.catalogo {
	text-align:left;
	margin:20px 0 5px;
	color:#000000
}
h1.title.catalogo span {
	margin:20px 0 5px;
	color:#000000;
	font-size:18px
}
h1.title.catalogo {
	text-align:left;
	margin:20px 0 5px;
	color:#000000
}
h1.title.catalogo span {
	margin:20px 0 5px;
	color:#333;
	font-size:18px
}	
.catalogo-prodgrid{ 
	position:relative;
	width:870px;
	height:auto;
	margin:0 auto;
	padding:20px;
	overflow:hidden;
	display: inline;
}
/*----CATALOGO----*/
.catalogo {
	float:none;
	width:224px;
	height:auto;
	margin:0 30px 10px;
	padding-bottom:10px;
	background:#fff;
	text-align:center;
	display: inline-block;
	vertical-align: top;
	background-color: #35568b;
}
.catalogo:hover {

}
.catalogo a {
	text-decoration:none;
}
.catalogo a.detalles {
	color:rgba(230,6,6,1.00);
	text-decoration:none
}
.catalogo a.detalles:hover {
	text-decoration:underline
}
.catalogo a.thumb img {
	width:100px;
	margin-bottom:20px
}
.catalogo .catalogo {
	padding-left:10px;
	margin-left:20px;
	margin-bottom:30px;
	border-left:1px solid #e5e5e5
}
.catalogo .catalogo:nth-child(4n+1) {
	padding-left:10px;
	border-left:0px
}
.catalogo h3 {
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	color:#666;
	margin-bottom:5px
}
.catalogo .botones strong {
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	color:rgba(230,6,6,1.00);
	margin:0
}
/*----FIN CATALOGO----*/

/*Paginador*/
.paginator {
	text-align: center;
	border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.paginator .pag_nav {
	display: inline-block;
	padding: 0px 6px;
	color: #003322;
	text-decoration: none;
}
.paginator .pag_act {
	display: inline-block;
	padding: 0px 6px;
	font-weight: bold;
	color:#f0f0f0;
	background: #36578c;
}
/*-Fin Paginador-*/

/* DETALLE */
#miniaturas {
	float: left;
	width: 500px; /* 250px; */
	margin-top:6px;
	margin-left: 30px;
    margin-right: 0px;
}
#miniaturas a {
	float:left;
	background:#f7f7f7;
}
#miniaturas a img#thumb {
	width:480px;
	border:1px solid #fff
}
#thumb-alt {
	float:left;
	clear:left;
	list-style:none;
	margin: 10px 0 0 0;
	/*margin-left: -10px;*/
}
#thumb-alt li {
	float:left;
	width:122px;
	height:122px;
	margin:0 20px 8px;
	
}
#thumb-alt li a {
	float:left;
	width:120px;
}
#thumb-alt li a img {
	width:120px
}
#thumb-alt li a img,
#thumb {
	border:1px solid #fff;
	-webkit-box-shadow: 0 12px 10px -10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 12px 10px -10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	box-shadow: 0 12px 10px -10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}
#detalle {
	/*margin-top:8px;*/
	float:left;
	width: 510px; /* 580px; */
	/*border-top:3px solid #e7e7e7*/
	padding-left: 5px;
}
#detalle h5 {
	color:#c00;
	margin-bottom:10px;
}
#detalle p {
	margin:0 0 10px;
}
#detalle input.button {
	float:right;
	border:0;
	background:#355689;
	font-size:15px;
	color:#fff;
	padding:15px;
	cursor:pointer;
	margin:10px 0 0 10px;
}
#detalle input.gray {
	background:#666;
}

/* CATALOGO */
.producto {
	float:left;
	width:224px;
	height:315px;
	margin:0 20px 10px;
	padding:5px 0;
	padding-bottom:10px;
	background:#fff;
	text-align:center;
}
.producto:hover {

}
.producto a {
	text-decoration:none
}
.producto a.detalles {
	border:0;
	background:#355689;
	font-size:15px;
	color:#fff;
	padding:5px;
	cursor:pointer;
	margin:10px 0 0 10px;
}
.producto a.detalles:hover {
	text-decoration:underline
}
.producto a.thumb img {
	width:210px;
	margin-bottom:10px
}
.catalogo .producto {
	padding-left:10px;
	margin-left:20px;
	margin-bottom:30px;
	border-left:1px solid #e5e5e5
}
.catalogo .producto:nth-child(4n+1) {
	padding-left:10px;
	border-left:0px
}
.producto h3 {
	font-size:14px;
	/*font-weight:900;*/
	line-height:normal;
	color:#666;
	margin-bottom:11px;
}
.producto .botones strong {
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	color:rgba(230,6,6,1.00);
	margin:0
}
.botones button {
	width: 154px;
	height: 29px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #909090;
	cursor: pointer;
}
.botones button.comprar {
	background:rgba(102,102,102,1.00);
}
.botones button.comprar:hover {
	background-color:rgba(67,67,67,1.00);
}
.botones button.disabled {
	background:rgba(200,200,200,1.00);
	opacity: .5;
}
/* FIN CATALOGO */
/* LOGOS Clientes */
#logos-marcas {
	position: relative;
	width: 1260px;
	height: 163px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	background: transparent url(../img/bg-clientes.png) center 0 no-repeat;
}
#logos-marcas div.carrusel {
	z-index: 1;
	width: 1140px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 76px;
}
#logos-marcas div.carrusel ul {
	position: absolute;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	overflow: hidden;
	z-index: 5;
}
#logos-marcas div.carrusel ul li {
	float: left;
	display: inline-block;
	width: auto;
	height: 76px;
	padding: 0;
}
#logos-marcas div.carrusel ul li a {
	display: block;
	padding: 0
}
#logos-marcas div.nav {
	position: absolute;
	float: left;
	margin: 0;
	width: 100%;
	height: 40px;
	top: 18px
}
#logos-marcas div.nav a {
	font-size: 40px;
	color: #a4a4a4;
	font-weight: normal;
	padding: 1px
}
#logos-marcas div.nav a.prev {
	position: relative;
	float: left;
	z-index: 10;
}
#logos-marcas div.nav a.next {
	position: relative;
	float: right;
	z-index: 10;
}

ul#carousel-controls {
  display: block;
  width: 100px;
  margin: -51px auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
   top: -53px; 
  height: 40px;
}
ul#carousel-controls li {
    margin: 0 2px;
    padding: 0;
    float: left;
    display: inline-block;
}
ul#carousel-controls li a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    text-indent: -999999px;
}
ul#carousel-controls li.current a,
ul#carousel-controls li a:hover, ul#carousel-controls li a:active {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    background: #315389;
}
/* simple tabs */
ul.tabs {
	display:block;
	margin:0 auto;
	padding:10px 10px 0;
	list-style:none;
	height:40px;
	border-bottom:0px solid white;
	border-left:0px solid #999; 
	width:99%; 
	background: transparent
}
ul.tabs li {
	float:left;
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	border:0px solid white;
	border-left:none;
	margin-bottom:0px;
	background:transparent;
	overflow:hidden;
	position:relative
}
ul.tabs li a {
	text-decoration:none;
	color:#355689;
	display:block;
	font-size:24px;
	padding:0 20px;
	border:0px solid #fff;
	outline:none
}
ul.tabs li a:hover {
	background:#fff; 
	color:#355689
}
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover {
	background:#fff;
	border-bottom:0px solid #fff; 
	color:#355689
}
.tab_container {
	margin:0 auto;
	padding:0 10px 10px;
	clear:both;
	width:99%;
	background: transparent
}
.tab_content {padding: 25px 10px; background: #fff}
.tab_content h2 {font-weight:normal;padding-bottom:10px;border-bottom:0px dashed #ddd;}
.tab_content p {font-size:14px; text-align:justify}
.tab_content ul li {clear:both; float: none;}
a.buscador {
	display: inline-block;
  font-size: 23px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  top: 18px;
  overflow: hidden;
  line-height: 40px;
  z-index: 40;
  margin-left: 10px;
}

/*Buscador */
.formbox {
	float: right;
  position: relative;
  height: 42px;
  overflow: hidden;
  width: 222px;
  margin: 9px 0 0;
  padding: 0;
	z-index: 100
}
form#buscador {
	position: relative;
	width: 222px;
  margin: 0;
  padding: 0;
}

.formbox form#buscador input {
	width: 220px;
  border: 0;
  height: 33px;
  margin: 5px 0 0;
  padding: 0 10px;
  float: left;
	font-size: 16px;
  color: #999;
	border: 1px solid #d7d7d7
}
.formbox form#buscador button {
	position: relative;
  width: 33px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 7px;
  height: 31px;
  right: 1px;
  float: right;
	background: #315389;
	color: #fff
}
.formbox form#buscador button:hover {
	background: #254478;
}
/*Buscador fin*/
