/* Archivo de particularizaciones de CSS de sector náutica*/
.mini-cart .head        		{	background:#2a457b; }
/*
.regular-price 					{	color:#2a457b; }
.regular-price .price 			{	color:#2a457b; }
*/
.layered-nav h4 				{	background:#2a457b; text-transform: capitalize;}
.layered-nav .head			{
	 border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    height: 0;
    left: 192px;
    position: relative;
    top: 21px;
    width: 0;
	}

.notice-msg, .note-msg 			{	border-color:#2a457b; }
.category-head 					{	border-bottom: solid 2px #2a457b;    }
.category-head h2 				{	color:#2a457b;   }
.header         				{	background-image:url(../../nautica/images/cabecera.png);	}
/*.special-price 	.price			{	color:#2a457b;	}*/
/* comentariooo */

.miBoton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:21px;
	font-weight:bold;
	padding:7px 23px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	position:relative;
	width: 315px;
	left:125px
	}
}.miBoton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.miBoton:active {
	position:relative;
	top:1px;
}

.micabecera {
    background-image: url("../images/fondo_titulo.gif");
    margin-bottom: 16px;
    margin-top: -16px;
    padding-bottom: 36px;
    padding-top: 26px;
	border-bottom: 1px solid #2A457B;
}
