@import url('http://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('http://fonts.googleapis.com/css?family=Patua+One:400');

@font-face{
	font-family:'BebasNeueRegular';
	src:url('fonts/BebasNeue-webfont.eot');
	src:url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), 
	url('fonts/BebasNeue-webfont.woff') format('woff'), 
	url('fonts/BebasNeue-webfont.ttf') format('truetype'), 
	url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');		
	font-weight:300;
	font-style:normal}
	
/*-- Estilo general --*/
body {
	background-color:#f0e4c6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*-- Capas --*/
#logo {
	position:absolute;
	width:280px;
	height:199px;
	left:50%;
	margin-left:-550px;
	margin-top:9px;
	z-index:20000;
}
#fondotextura {
	position:absolute;
	width:100%;
	height:650px;
	top:0px;
	background-image:url(../imagenes/fondotextura.jpg);
	background-position:center;
	z-index:-1;
}
#buscador {
	position:absolute;
	width:392px;
	height:54px;
	left:50%;
	margin-left:183px;
	z-index:2;
}

/*-- Estilos --*/
.bebas {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 28px;
	color: #1f1f1f;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
	font-weight:200;
}
.bebascolor {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 36px;
	color: #41a72c;
	text-decoration: none;
	line-height: 22px;
	font-weight:200;
}
.bebascoloralt {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 36px;
	color: #592a10;
	text-decoration: none;
	line-height: 22px;
	font-weight:700;
}
.bebascolordetalle {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 30px;
	color: #592a10;
	text-decoration: none;
	line-height: 22px;
	font-weight:200;
}
.bebasblancogrande {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	padding-top:2px;
}
.bebasblancoenorme {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 36px;
	color: #ffffff;
	text-decoration: none;
	line-height:45px;
	text-shadow: 0px 2px #333;
}
.bebasblanco {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	padding-top:2px;
	text-align: left;
}
.bebascolormediano {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 22px;
	color: #592a10;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
	font-weight:200;
}
.bebasmediano {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 21px;
	color: #1f1f1f;
	text-decoration: none;
	line-height: 30px;
	text-align: left;
	font-weight:200;
}
.bebaschicoblanco {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	letter-spacing: 0px;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:200;
}
.bebasmedianoblanco {
	font-family: 'Patua One', Arial, sans-serif;
	letter-spacing: 0px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:200;
}
.boton {
	padding: 5px 5px 5px 5px;
	background-color:#ff610d;
	border-radius: 5px;
	cursor:pointer;
}
.boton:hover {
	padding: 5px 5px 5px 5px;
	background-color:#039fd3;
	border-radius: 5px;
	cursor:pointer;
}
.botonagotado {
	padding: 5px 5px 5px 5px;
	background-color:#5c5656;
	border-radius: 5px;
	cursor:default;
}
.nopadding {
	padding:0;
}
.marcoimg {
	border:07px solid #fff;
	box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
}
.links {
	font-family: 'Myriad', sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
	font-weight:normal;
}
.linkblanco {
	letter-spacing: -1px;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
	font-weight:normal;
}
.linkblanco:hover {
	letter-spacing: -1px;
	font-size: 17px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 22px;
	text-align: left;
	font-weight:normal;
}
.linkblanco {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
	font-weight: 100;
}
.linkblanco:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #41a72c;
	text-decoration: underline;
	line-height: 22px;
	text-align: left;
	font-weight: 100;
}
.buscar {
	font-family: 'Myriad', sans-serif;
	font-size: 13px;
	line-height:24px;
	color: #FFFFFF;
	font-weight:bolder;
	letter-spacing:-1;
}
.cajadetexto {
	background-color:none;
	color:#fff;	
}
.cajatexto {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
	font-size: 14px;
	color: #414141;
	height:20px;
	padding-left:5px;
	padding-top:5px;
	border:none;
	background-color:#EAEAEA;
}
.listatexto {
	letter-spacing:-1px;
	font-size: 14px;
	color: #414141;
	padding-left:5px;
	padding-top:5px;
	border:none;
	background-color:#EAEAEA;
}
.areatexto {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
	font-size: 14px;
	color: #414141;
	padding-left:5px;
	padding-top:5px;
	border:none;
	background-color:#EAEAEA;
}
.botonenviar {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size:18px;	
	background-color: #41a72c;
	border-radius: 5px;
	color: #FFFFFF;
	border:0px;
	height:30px;
}
.botonenviar:hover {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size:18px;	
	background-color: #039fd3;
	border-radius: 5px;
	color: #FFFFFF;
	border:0px;
	height:30px;
	cursor:pointer;
}
.botonenviarverde {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size:18px;	
	background-color: #3FB50D;
	border-radius: 5px;
	color:#FFFFFF;
	border:0px;
	height:30px;
}
.botonenviarverde:hover {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size:18px;	
	background-color: #039fd3;
	border-radius: 5px;
	color: #FFFFFF;
	border:0px;
	height:30px;
	cursor:pointer;
}
.textocolor {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #41a72c;
	text-decoration: l;
	line-height: 22px;
	text-align: left;
	font-weight: 100;
	
}
.bordertop {
	border-top:solid 1px #FFF;
	
}
.textoblancoderecha {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #fff;
	text-decoration: l;
	line-height: 22px;
	font-weight: 100;
	
}
.textoblancomedium {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	top: 10px;
}
.textoblanconegrita {
	font-family: 'Myriad', sans-serif;
	letter-spacing: none;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	font-weight:900;
}
.textoblancobold {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -3px;
}
.textoblancochico {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	line-height: 13px;
	text-shadow: 0px 2px #333;
}
.textoblanco {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	font-weight: 100;
	text-shadow: 0px 2px #333;
}
.textoazulgrande {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
	color: #092e79;
	font-size: 19px;
}
.textoplomo {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	color: #424242;
	text-decoration: none;
	line-height: 21px;
	text-align:justify;
}
.textoplomomediano {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 17px;
	color: #424242;
	text-decoration: none;
	line-height: 25px;
}
.textocolormediano {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 17px;
	color: #41a72c;
	text-decoration: none;
	line-height: 22px;
	text-align:justify;
}
.textoplomochico {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 13px;
	color: #424242;
	text-decoration: none;
	line-height: 18px;
	text-align:justify;
}
.leermas {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #41a72c;
	text-decoration: none;
	line-height: 18px;
	text-align:justify;
	font-weight:bolder;
}
.leermas a{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #41a72c;
	text-decoration: none;
	line-height: 18px;
	text-align:justify;
	font-weight:bolder;
}
.leermas:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #092e79;
	text-decoration: underline;
	line-height: 18px;
	text-align:justify;
	font-weight:bolder;
	cursor:pointer;
}
.leermas2 {
	color:#41a72c;
	font: normal 20px 'Open Sans Condensed';
	letter-spacing:-1px;
	color: #41a72c;
	text-decoration: none;
	line-height: 18px;
	text-align:justify;
	font-weight:bolder;
}
.paginaselect {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #41a72c;
	text-decoration: none;
	line-height: 18px;
	text-align:center;
	font-weight:bolder;
}
.paginanoselect {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #092e79;
	text-decoration: none;
	line-height: 18px;
	text-align:center;
	font-weight:bolder;
}
.paginaselect:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #092e79;
	text-decoration: underline;
	line-height: 18px;
	text-align:center;
	font-weight:bolder;
	cursor:pointer;
}
.paginanoselect:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #41a72c;
	text-decoration: underline;
	line-height: 18px;
	text-align:center;
	font-weight:bolder;
	cursor:pointer;
}
.textoazul {
	font-size:18px;
	font-family: 'Open Sans', sans serif;
	color: #092e79;
	text-align:center;
	letter-spacing: -1px;
}
.textoazultitulo {
	font-size:16px;
	font-family: 'Open Sans', sans serif;
	color: #092e79;
	text-align:left;
	letter-spacing: -1px;
	font-weight:bolder;
}
.textoazulenorme {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-2px;
	font-size: 28px;
	color: #092e79;
	line-height:35px;
	font-weight:bold;
}
.textoverdemediano {
	font-size:22px;
	font-family: 'Open Sans', sans serif;
	font-weight: lighter;
	color: #00733d;
	text-align:center;
	letter-spacing: -2px;
}
.textocelestemediano {
	font-size:22px;
	font-family: 'Open Sans', sans serif;
	font-weight: lighter;
	color: #31b7e7;
	text-align:center;
	letter-spacing: -2px;
}
.textonaranja {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 17px;
	color: #41a72c;
	text-decoration: none;
	line-height: 25px;
	text-align: right;
	font-weight: 100;
}
.textonaranjachico {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 12px;
	color: #391a08;
	text-decoration: none;
	line-height: 22px;
	text-align: right;
	font-weight: 100;
}
.bordecirculoverde {
	border-radius: 50%;
	border: 1px solid #00733d;
}
.bordecirculoceleste {
	border-radius: 50%;
	border: 1px solid #31b7e7;
	padding: 10px;
	width: 50px;
	height: 50px;
}
.vermas {
	font-family: 'Calibri', Arial;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight:lighter;
	color: #fff;
	text-decoration: none;
	line-height: 0px;
	text-align: center;
	background-color: #31b7e7;
	padding: 4px 12px 2px 10px;
}
.fondoazul {
	background-color: #092e79;
}
#fondo_cabecera {
	position: absolute;
	width: 100%;
	height: 35px;
	z-index: -1;
	top: 0px;
	background-color: #3e3e3e;
}
.sombra {
	box-shadow: 0px 0px 2px #333;
   -webkit-box-shadow: 0px 0px 2px #333;
   -moz-box-shadow: 0px 0px 2px #333;
   border-radius: 5px;
}
.sombra:hover {
	box-shadow: 0px 0px 5px #ff610d;
   -webkit-box-shadow: 0px 0px 5px #ff610d;
   -moz-box-shadow: 0px 0px 5px #ff610d;
   border-radius: 5px;
}
.sombrafuerte {
	box-shadow: 0px 0px 0px 1px #592a10;
   -webkit-box-shadow: 0px 0px 0px 1px #592a10;
   -moz-box-shadow: 0px 0px 0px 1px #592a10;
   border-radius: 5px;
}
.sombrafuerte:hover {
	box-shadow: 0px 0px 1px 1px #ff610d;
   -webkit-box-shadow: 0px 0px 1px 1px #ff610d;
   -moz-box-shadow: 0px 0px 1px 1px #ff610d;
   border-radius: 5px;
}
.topline {
	border-top: 1px #31b7e7 solid;
}
.linknaranja {
	color: #41a72c;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	text-decoration:none;
	
}
.linknaranja:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.linkblancochico {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 13px;
	text-align:none;
}
.linkblancochico:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 13px;
	text-align:none;
}
.linkplomochico {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #434343;
	text-decoration: none;
	line-height: 13px;
	text-align:none;
}
.linkplomochico:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	color: #41a72c;
	text-decoration: underline;
	line-height: 13px;
	text-align:none;
}
.linkplomo {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #434343;
	text-decoration: none;
	line-height: 22px;
	text-align:none;
}
.linkplomo:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #41a72c;
	text-decoration: underline;
	line-height: 22px;
	text-align:none;
}
.linkplomoclaro {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	color: #e5e5e5;
	text-decoration: none;
	line-height: 20px;
	text-align:none;
}
.linkplomoclaro:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	color: #41a72c;
	text-decoration: underline;
	line-height: 20px;
	text-align:none;
}
.linkplomobusqueda {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #434343;
	text-decoration: underline;
	line-height: 22px;
	text-align:none;
}
.linkplomobusqueda:hover {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #41a72c;
	text-decoration: underline;
	line-height: 22px;
	text-align:none;
}
.linknaranja {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #41a72c;
	text-decoration: none;
	line-height: 22px;
	font-weight: 100;
}
.linknaranja:hover{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #41a72c;
	text-decoration: underline;
	line-height: 22px;
	text-align: right;
	font-weight: 100;
}
.linknaranjachico {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
	color: #391a08;
	text-decoration: none;
	line-height: 22px;
	text-align: right;
	font-weight: 700;
}
.linknaranjachico:hover{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
	color: #391a08;
	text-decoration: underline;
	line-height: 22px;
	text-align: right;
	font-weight: 700;
}
.cajabusqueda {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0px;
	font-size: 13px;
	color: #414141;
	height:15px;
	border-radius:8px;
	padding:6px;
	background-color:#ffffff;
	margin-bottom:8px;
	margin-top:0px;
}

.grid, .list{
	border-radius: 3px;
	width: 15px; 
	height:15px; 
	margin-left: 10px; 
	float: left; 
	cursor:  pointer; 
	padding: 5px; 
}

.view-cnt{ 
	width:70px; 
	height: 25px; 
	float: right; 
	margin-right: 15px;
}

.prods-cnt{
	width: 750px;
	height:auto;
	min-height: 400px;
	margin: -27px -60x;
	overflow: auto;
}

/* Grid Style */
.prod-box{
	width: 190px; 
	height: 270px;
	padding: 10px; 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
	float: left;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
}
.prod-box:hover{
	width: 190px; height: 270px;
	padding: 10px; 
	margin: 15px;
	background-color: #fff;
	float: left;
	box-shadow: 0px 0px 7px #ff610d;
   -webkit-box-shadow: 0px 0px 7px #ff610d;
   -moz-box-shadow: 0px 0px 7px #ff610d;
}

.prod-box img:first-child, .prod-box-list img:first-child{width: 190px; float: left;}
.prod-box h3 a{
	text-decoration: none;
	width:200px;
	float: left;
	margin-top: -33px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color:#41a72c;
	font: normal 20px 'Open Sans Condensed';
	letter-spacing:-1px;
	line-height:20px;
	text-decoration:none;
}
.prod-box h3 a:hover{
	text-decoration: none;
	width:200px;
	float: left;
	margin-top: -33px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color:#41a72c;
	font: normal 20px 'Open Sans Condensed';
	letter-spacing:-1px;
	line-height:20px;
	text-decoration:underline;
}
.prod-box h2 a{
	text-decoration: none;
	width:200px;
	float: left;
	margin-top: -13px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: opx;
	color:#636363;
	font: normal 18px 'Open Sans Condensed';
	letter-spacing:-1px;
	line-height:20px;
	text-decoration:none;
}
.prod-box h2 a:hover{
	text-decoration: none;
	width:200px;
	float: left;
	margin-top: -13px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: opx;
	color:#636363;
	font: normal 18px 'Open Sans Condensed';
	letter-spacing:-1px;
	line-height:20px;
	text-decoration:underline;
}
.prod-box p{ display: none;}

.prod-box .old{
	margin-right: 20px;
	color: #be0000 !important;
	text-decoration: line-through;
}
.prod-box .price{
	width: 100px;
	display: inline; 
	float: left;
	font: normal 23px 'Open Sans Condensed';
	color: #181818;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	letter-spacing:-1px;
}
.prod-box .buy-ico{
	border-radius: 20px;
	width: 35px; height: 35px;
	float: left;
	margin-top: 45px;
	margin-bottom: -35px;
	margin-left: 105px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}


/* Css Shadow Effect for the prod-box and prod-box-list div */


.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* FIN ESTILOS GRID LIST*/

.botondetalle {
	border-radius:5px;
	background-color: #ff610d;
}
.botondetalle:hover {
	border-radius:5px;
	background-color: #039fd3;
}