@charset "UTF-8";
/* CSS Document */
body{ padding:0px; margin:0px}
p{ color:#666666}
.inner{
	width: 100%;
	margin: 0px auto
}

.pull-right{position: absolute; border-radius:50%; text-align:center; line-height:30px; width:40px; height:40px;  top:50%;  background:#00ae62; font-size:25px; color:#fff; z-index:1}

.pull-right:hover{ background:#00adee}
a.pull-right { text-decoration:none}

.nav-next-item{  right:10px;}

.nav-prev-item{  left:0px;}
.inner{ height:500px; z-index:10; position:relative}

.back { text-decoration:none; margin-top:30px; color:#004b79; font-size:18px }
.back:hover{ color:#ef4e23}
.span8{ width:25%; margin-right:5%; float:left; height:445px;}

.span4{ width:65%; float:left}

.primary { background-image:url(../../images/productos_back.png); background-size:cover}

.span4 h3{
	font-family: 'texgyreadventorregular';
	font-weight: 100;
	font-size: 36px;
	color: #00adee;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.span4 h4{
	font-family: 'texgyreadventorregular';
	font-weight: 100;
	font-size: 23px;
	color: #00ae62;
	line-height: 10px;
}

.header{
	font-weight: bold;
	background: #9da4b4;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-align: center;
}.row { margin-left:40px}
.span8 img{ position: relative; top:20%; width:100%; float:right; }

table td { border-right: solid 1px #6d6e70; text-align:center; padding:0px 10px 10px 10px; font-size:14px; color:#000000; border-bottom:solid 1px #6d6e70;
 }

table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6d6e70;
	border-left-color: #6d6e70;
}
strong{color:#ef4e23}

hr{ border:thin solid #FFFFFF}
button{ cursor:pointer; border:0pc; background:rgba(0,188,242,1.00); padding:5px; color:#002F6E; font-size:1em}

button:hover{ background:#FFD241}