
* { padding:0px; margin:0px;}

html, body {
    font-family: Arial;
    font-size: 14px;
	margin-top:0;
	
}

body {
	color:#444;
	background-color:#fff;
	height:100%;
}

img {
	border:0;
}

hr {
	padding: 0;
	border: solid #ccc;
	border-width: 1px 0 0 0;
	color:#ccc;
	height: 1px;
	width: 100%;
	margin: 10px 0px 20px 0px;
	clear:both;
}

h1 {
	font-size:30px;
	margin-bottom:20px;
	clear:both;
	color:#000;
}

h2 {
	font-size:26px;
	margin-bottom:10px;
	clear:both;
	color:#000;
}

h2.related {
	font-size:20px;
	margin-bottom:10px;
	clear:both;
	color:#000;
}

h3.green {
	color:#5A8E00;
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

a:focus { 
    outline: none; 
}

a, a:link, a:visited {color:#c60;text-decoration:underline;}
a:hover {color:#c60;text-decoration:none;}

#footer a, #footer a:link, #footer a:visited {color:#444;text-decoration:underline;}
#footer a:hover {color:#444;text-decoration:none;}

p { margin-top: 14px; font-size:14px;}


.small {font-size:11px;}
.small a,.small a:link,.small a:visited {color:#c60;text-decoration:none;}
.small a:hover {color:#c60;text-decoration:underline;}

#container {
	background-color:#FFFFFF;
	/*background-image: url(../images/fondo.jpg);*/
    background-repeat: repeat-x;
	background-position: 50% 0%;
    min-height:100%;
    height: auto!important;
    height:100%;
}
#header{
	overflow:hidden;
    clear:both;
	background-color:#FFFFFF;
}


#header.h1 {
	font-size: 14px;
}
#menu {
	margin-top:10px;
	background-color:#949494;
    background-image: url(../images/background_menu.jpg);
    background-repeat: repeat-x;
	background-position: 50% 0%;
	height:38px;
}


#menu ul {  
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
    background-image: url(../images/pxl_grey.gif);
    background-repeat: repeat-y;
	background-position: 0% 0%;
	border-left:1px solid #c9c9c9;
}
#menu ul li {
	margin:0px;
	padding:0px;
	float:left;
    background-image: url(../images/pxl_grey2.gif);
    background-repeat: repeat-y;
	background-position: 100% 0%;
	border-right:1px solid #777;
}
#menu ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:38px;
	padding:0px 30px 0px 30px;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #000;
	-moz-text-shadow: 1px 1px 0px #000;
	-webkit-text-shadow: 1px 1px 0px #000;
}

#menu ul li a:hover,#menu ul li.current a {
	color:#fff;
    background-image: url(../images/background_menu_hover.jpg);
    background-repeat: repeat-x;
	background-color:#FF4724;
}

.search {
	width:239px;
	height:23px;
	float:right;
	margin-top:8px;
    background-image: url(../images/background_search.gif);
    background-repeat: no-repeat;
	background-position: 0% 0%;
}

.search .search_keywords {
	font-family:Arial;
	width:188px;
	padding:3px 12px;
	font-size:12px;
	border:0px;
	background:none;
}
.search .search_submit {
	vertical-align:middle;
	width:23px;
	height:20px;
}


#submenu {
	background-color:#414141;
    background-image: url(../images/background_submenu.jpg);
    background-repeat: repeat-x;
	background-position: 50% 0%;
	height:33px;
}

#submenu ul {  
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#submenu ul li {
	margin:0px;
	padding:0px;
	float:left;
}
#submenu ul li a,#submenu ul li a:link,#submenu ul li a:visited {
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:30px;
	padding:0px 15px 0px 15px;
    background-image: url(../images/submenu_sep.gif);
    background-repeat: no-repeat;
	background-position: 100% 50%;
	text-shadow: 0px 1px 0px #000;
	-moz-text-shadow: 0px 1px 0px #000;
	-webkit-text-shadow: 0px 1px 0px #000;
	text-decoration:none;
}
#submenu ul li.last a,#submenu ul li.last a:link,#submenu ul li.last a:visited {
	background:none;
	color:#A4D959;
	text-shadow: 0px 1px 0px #000;
	-moz-text-shadow: 0px 1px 0px #000;
	-webkit-text-shadow: 0px 1px 0px #000;
	text-decoration:none;
}
#submenu ul li.last a:hover,#submenu ul li a:hover {text-decoration:underline;}


#content {
    min-height:400px;
	clear:both;
    padding:10px;
	background-color:#fff;
}

.clear {
	clear:both;
}

#footer {
	clear:both;
    text-align: left;
    height: 120px;
    margin-top: 0px;
	font-size:12px;
	line-height:18px;
}

.footer_main {
	padding-top:20px;
	border-top:1px solid #c5c5c5;
}

.footer_copys {
	clear:both;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	color:#666;
}
.footer_copys span {
	color:#f00;
}

.footer_copys span span {
	font-weight:normal;
}

#footer p {
	font-size:12px;
	line-height:16px;
	text-align:justify;
}
#footer .left {
	width:500px;
}

#footer .right {
	margin-top:52px;
	width:400px;
}

#footer ul {
	list-style:none;
	float:left;
}
#footer ul li {
width:190px;
}


.banners img {
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #ccc;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
}

.title_orders {
	text-indent:-99999px;
	background-image: url(../images/title_orders.png);
    background-repeat: no-repeat;
	position:absolute;
	width:254px;
	height:42px;
	margin-left:-5px;
}
.title_orders_en {
	text-indent:-99999px;
	background-image: url(../images/title_orders_en.png);
    background-repeat: no-repeat;
	position:absolute;
	width:254px;
	height:42px;
	margin-left:-5px;
}


.banners {
	margin-top:20px;
	overflow:hidden;
}
.box_lateral {
	margin-top:20px;
	padding:10px;
    background-image: url(../images/background_product.jpg);
    background-repeat: repeat-x;
	border:1px solid #e4e4e4;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #ccc;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	overflow:hidden;
}
.title_box_lateral {
	line-height:48px;
	margin-left:5px;
	float:left;
	color:#444;
	font-size:20px;
	font-weight:normal;
}

.box_lateral p {font-size:13px;}

.steps_menu ul {
	list-style:none;
}
.steps_menu ul li {
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
}
.steps_menu ul li a,.steps_menu ul li a:visited,.steps_menu ul li a:link,.steps_menu ul li a:active,.steps_menu ul li.stepout {
	display:block;
	color:#393939;
	text-decoration:none;
	background-color:#F6E8CD;
	line-height:30px;
	padding:3px 8px;
	font-size:20px;
}
.steps_menu ul li a:hover,.steps_menu ul li.current a {
	color:#000;
	text-decoration:none;
	background-color:#FDBA31;
}
.steps_menu ul li.stepselected {
	display:block;
	color:#000;
	text-decoration:none;
	background-color:#FED683;
	line-height:30px;
	padding:3px 8px;
	font-size:20px;
}
.steps_menu ul li.stepin {
	display:block;
	color:#393939;
	text-decoration:none;
	line-height:30px;
	padding:3px 8px;
	font-size:20px;
}

.steps_menu ul li span {
	font-size:13px;
	clear:both;
	display:block;
}


.product_header {
	width:700px;
	height:154px;
	margin-top:0px;
	padding:7px 10px 5px 10px;
	background-image: url(../images/marco_title.png);
	background-repeat:no-repeat;
}


.pinfo_image {
	float:right;
	padding-right:26px;
	width:184px;
	height:140px;
}

.pinfo_image img{
	border: SOLID 1px #FFCC33;
}

h2.product {
	font-size:18px;
	margin-bottom:5px;
	color:#414141;
}



.datos_title {
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:10px;
	color:#414141;
}

.datos_title2 {
	font-size:18px;
	margin-bottom:10px;
	color:#000000;
}


.tituloComplementos {
	font-size:14px;
	font-weight:bold;
}

ul.head_precios{
	list-style: none;
	width:339px;
	background: url(../images/head_tabla_precios.png) no-repeat;
}

table.precios{
	width: 330px;
	font-size:12px;
	border-collapse:collapse;
}

#bloque_precios TD{	
	height:25px;
	font-size:12px;	
}

#nota h3{
	color:#666666;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;	
}

#nota span{
	font-size:12px;
	margin-bottom:5px;
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}
.bold {
	font-weight:bold;
}

.break {clear: both;padding-top: 20px;}


.product_list {
	overflow:hidden;
}

.product_nombre {
	letter-spacing:-1px;
	line-height: 1;
	font-weight:bold;
	clear:both;
	height:48px;
	overflow:hidden;
	text-transform:uppercase;
}

.product_nombre_size_12 {font-size:12px;}
.product_nombre_size_14 {font-size:14px;}
.product_nombre_size_15 {font-size:15px;}

#product_nombre_listado {
	width: 195px;
	height: 48px;
	overflow:hidden;
}

.product_date {
	font-size:12px;
	font-weight:bold;
	clear:both;
	height:20px;
	overflow:hidden;
	text-transform:uppercase;
	margin-top:5px;
}

.product_nombre a, .product_nombre a:link,.product_nombre a:visited {color:#000;text-decoration:none;}
.product_nombre a:hover {color:#000;text-decoration:underline;}

.product_precio {
	margin-bottom:15px;
	letter-spacing:-1px;
	font-size:24px;
	font-weight:bold;
	color:#f00;
	float:left;
}
.product_precio span {
	font-size:16px;
	font-weight:bold;
	color:#444;
	text-decoration:line-through;
	margin-right:5px;
	display: block; 
}




.product_list_related {
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
    background-color:#f9f9f9;
	clear:both;
	margin-top:50px;
	padding:20px 10px;
	overflow:hidden;
}

.box_product_mini {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	width:140px;
	height:220px;
	background-color:#fff;
    background-image: url(../images/background_product.jpg);
    background-repeat: repeat-x;
	border:1px solid #e4e4e4;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #ccc;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	padding:10px;
}

.oferta_mini {
	position:absolute;
    background-image: url(../images/oferta.png);
    background-repeat: no-repeat;
	width:102px;
	height:102px;
	margin-top:-12px;
	margin-left:50px;
}

.product_nombre_mini {
	font-size:12px;
	font-weight:bold;
	clear:both;
	height:50px;
	overflow:hidden;
	text-transform:uppercase;
}

.product_nombre_mini a, .product_nombre_mini a:link,.product_nombre_mini a:visited {color:#000;text-decoration:none;}
.product_nombre_mini a:hover {color:#000;text-decoration:underline;}

.product_precio_mini {
	margin-bottom:15px;
	letter-spacing:-1px;
	font-size:18px;
	font-weight:bold;
	color:#f00;
	clear:both;
}
.product_precio_mini span {
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-decoration:line-through;
	margin-right:5px;
}







.product_precio2 {
	letter-spacing:-1px;
	font-size:24px;
	font-weight:bold;
	color:#f00;
}
.product_precio2 span {
	font-size:16px;
	font-weight:bold;
	color:#444;
	text-decoration:line-through;
	margin-right:5px;
}

.product_precio2 span.warn_iva {
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

.discount_price {
	color:#f00;
	font-size:12px;
}

.disponible {font-weight:bold;background-image:url(../images/status_green.gif); background-position:0% 0%; background-repeat:no-repeat;padding-left:20px;}
.disponible2 {font-weight:bold;background-image:url(../images/status_yellow.gif); background-position:0% 0%; background-repeat:no-repeat;padding-left:20px;}
.disponible3 {font-weight:bold;background-image:url(../images/status_orange.gif); background-position:0% 0%; background-repeat:no-repeat;padding-left:20px;}
.disponible4 {font-weight:bold;background-image:url(../images/status_blue.gif); background-position:0% 0%; background-repeat:no-repeat;padding-left:20px;}
.nodisponible {font-weight:bold;background-image:url(../images/status_red.gif); background-position:0% 0%; background-repeat:no-repeat;padding-left:20px;}


.cart_table {
	border-collapse:collapse;
}
.cart_table tbody {
	background-image:url('../images/bg_cart.jpg');
	background-repeat:repeat-x;
	background-position: 0% 100%;
}
.cart_table th {
	background-image:url('../images/bg_sep.gif');
	background-repeat:no-repeat;
	background-position: 0% 50%;
	padding:5px;
	padding-left:20px;
	margin:0px;
	text-transform:uppercase;
	color:#000;
}
.cart_table tr {
	background-image:url('../images/bg_cart_item.jpg');
	background-repeat:repeat-x;
	background-position: 0% 100%;
}
.cart_table td {
	background-image:url('../images/bg_sep_item.gif');
	background-repeat:no-repeat;
	background-position: 0% 50%;
	padding:5px;
	padding-left:20px;
	margin:0px;
	padding-bottom:20px;
	padding-top:20px;
	margin:0px;
	color:#000;
}
.cart_table td.no_sep, .cart_table th.no_sep {
	background:none;
}
.cart_table .eliminar { vertical-align:top; padding-top:30px;}
.cart_table .pfinal { vertical-align:top; padding-top:30px;}
.cart_table .producto { width:220px; vertical-align:top; padding-top:30px;}
.cart_table .unidades {width:170px; vertical-align:top; padding-top:30px;}
.cart_table .unidades img { vertical-align:top;margin-top:-6px;}
.cart_table .imagen { width:170px;}
.cart_table .imagen img {
	border:1px solid #dedede;
	padding:5px;
}

.buttons a,.buttons a:visited,.buttons a:link {
	background-color:#797979;
	background-image:url("../images/background_buttons.jpg");
	background-repeat:repeat-x;
	background-position:50% 50%;
    font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    padding: 6px 10px;
	text-shadow: 0px -1px 0px #333;
	-moz-text-shadow: 0px -1px 0px #333;
	-webkit-text-shadow: 0px -1px 0px #333;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #333;
	-moz-box-shadow: 0px 1px 0px #333;
	-webkit-box-shadow: 0px 1px 0px #333;
	font-family: Trebuchet MS;
}

.buttons a:hover{
	background:none;
    background-color:#FDBA31;
    color:#fff;
}
.buttons a:active{
	background:none;
	background-color:#ccc;
    color:#fff;
}

.boton {
	background-color:#797979;
	background-image:url("../images/background_buttons.jpg");
	background-repeat:repeat-x;
	background-position:50% 50%;
    font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    padding:4px 10px 4px 10px;
	text-shadow: 0px -1px 0px #333;
	-moz-text-shadow: 0px -1px 0px #333;
	-webkit-text-shadow: 0px -1px 0px #333;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #333;
	-moz-box-shadow: 0px 1px 0px #333;
	-webkit-box-shadow: 0px 1px 0px #333;

}

.boton:hover{
	background:none;
    background-color:#FDBA31;
    color:#fff;
}
.buttons button:active{
	background:none;
	background-color:#ccc;
    color:#fff;
}

.buttons2 a,.buttons2 a:visited,.buttons2 a:link {
	background-color:#797979;
	background-image:url("../images/background_buttons.jpg");
	background-repeat:repeat-x;
	background-position:50% 50%;
    font-size:12px;
	font-weight:bold;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    padding:1px 10px 1px 10px;
	text-shadow: 1px 1px 0px #333;
	-moz-text-shadow: 1px 1px 0px #333;
	-webkit-text-shadow: 1px 1px 0px #333;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #333;
	-moz-box-shadow: 0px 1px 0px #333;
	-webkit-box-shadow: 0px 1px 0px #333;
}

.buttons2 a:hover{
	background:none;
    background-color:#FDBA31;
    color:#fff;
}
.buttons2 a:active{
	background:none;
	background-color:#ccc;
    color:#fff;
}


.buttons3 a,.buttons3 a:visited,.buttons3 a:link {
	background-color:#797979;
	background-image:url("../images/background_buttons.jpg");
	background-repeat:repeat-x;
	background-position:50% 50%;
    font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    padding:4px 8px 4px 8px;
	text-shadow: 0px -1px 0px #333;
	-moz-text-shadow: 0px -1px 0px #333;
	-webkit-text-shadow: 0px -1px 0px #333;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #333;
	-moz-box-shadow: 0px 1px 0px #333;
	-webkit-box-shadow: 0px 1px 0px #333;
}

.buttons3 a:hover{
	background:none;
    background-color:#FDBA31;
    color:#fff;
}
.buttons3 a:active{
	background:none;
	background-color:#ccc;
    color:#fff;
}


.bcart {
	margin-left:10px;
	padding-left:20px;
	background-image:url("../images/sep_menu.jpg");
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.bmargin {
	margin-top:10px;
	margin-bottom:10px;
}
.bmargin3 {
	margin-top:5px;
}
.bcenter {
	text-align:center;
}
.bright {
	text-align:right;
}
.bleft {
	text-align:left;
}

.submit {
	border:0px;
	background-color:#797979;
	background-image:url("../images/background_buttons.jpg");
	background-repeat:repeat-x;
	background-position:50% 50%;
    font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    padding:4px 4px 4px 4px;
	text-shadow: 0px -1px 0px #333;
	-moz-text-shadow: 0px -1px 0px #333;
	-webkit-text-shadow: 0px -1px 0px #333;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #333;
	-moz-box-shadow: 0px 1px 0px #333;
	-webkit-box-shadow: 0px 1px 0px #333;
	width:196px;
	font-family: MS Shell Dlg;
}

.submit:hover{
	background:none;
    background-color:#FDBA31;
    color:#fff;
}
.submit:active{
	background:none;
	background-color:#ccc;
    color:#fff;
}

select {
	font-family:Arial;
	border:1px solid #ccc;
	font-size:13px;
	padding:3px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea {
	width:99%;
	font-family:Arial;
	border:1px solid #ccc;
	font-size:13px;
	padding:3px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.hasfilters {
	padding:10px;
	margin-top:-10px;
	margin-bottom:10px;
	width:710px;
	border:1px solid #FEE3C2;
	background-color:#FFEEDB;
	overflow:hidden;
	clear:both;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.hasfilters ul {
	float:left;
	margin-right:10px;
	list-style:circle inside;
	color:#000;
	font-size:13px;
}
.hasfilters ul li {
	padding: 0px 10px;
}

.hasfilters ul li.current {
	font-weight:bold;
}

.hasfilters ul li a,.hasfilters ul li a:link, .hasfilters ul li a:visited { 
	color:#000;
	text-decoration:none;
} 
.hasfilters ul li a:hover { 
	color:#000;
	text-decoration:underline;
} 


.hotel{
	font-size:10px;
	text-align:left;
	padding:5px;
	background-color: #FFFF99;
	width:500px;
	margin-top:5px;
}

/* Easy Slider */
	#slider {
		clear:right;

		
		width:700px;
		margin-bottom:20px;
		overflow: visible;
		float:right;

	}
	#slider img {
		border:1px solid #e4e4e4;
		border-radius:10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 0px 1px 0px #ccc;
		-moz-box-shadow: 0px 1px 0px #ccc;
		-webkit-box-shadow: 0px 1px 0px #ccc;
	}
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		width:700px;
		height:342px;
		overflow:hidden; 
		text-align:right;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:22px;
		height:22px;
		position:absolute;
		margin-top:162px;
		margin-left:-9px;
		z-index:1000;
		}	
	#prevBtn, #slider1prev{
		margin-left: 250px;
	}
	#nextBtn, #slider1next{ 
		margin-left:950px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:22px;
		height:22px;
		text-indent:-99999px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
	
/* // Easy Slider */
/*-------------------------------------------------------------------------------------------------*/
/*----------------------SLLIDERS JS----------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*SLIDER FULL WIDTH STARTS*/
.slideshow {	
	padding-top: 0px;
	padding-bottom: 15px;
	background:transparent;
	float:right;
}

.caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	height:30px;
	padding:10px 20px 5px 20px;
	background: url("../images/thumb-hover-bg.png") repeat;
	margin-bottom:5px;
	width:700px;
	font-size:12px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
.caption p{margin-bottom:0;font-style:italic;}
.slides_container {
	
	background:#FFF;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.slides_container a img {
	display:block;
	z-index:99;
}
.small-slider{
	padding:4px;
	background:#FFF;
	height:350px;
	width:620px;
	border:1px solid #ebebeb;

}
.big-slider{
	height:342px;
	width:692px;
	background-color:#f8f8f8;
	background:-moz-linear-gradient(center bottom , #f8f8f8 0px, #FFF 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #f8f8f8),color-stop(1, #FFF));
	border:1px solid #ebebeb !important;
	padding:4px;

}
.portfolio-details-slider{
		height:350px;
		width:711px;
	
}
#simple-slider{margin-top:0px;}

/*SLIDER TWO THIRD  WIDTH ENDS*/
#slides ul{
	list-style:none;
	list-style-type:none;
}
	
#slides .pagination {
	position:absolute;
	float:left;
	z-index:501;	
	margin:-30px 0px 0 595px;
}
#slides .pagination li {
float:left;
	margin:0 5px 0 0;
}
#slides .pagination li a {
	display:block;
	background:url(../images/slideshow-nav.png) left no-repeat;
	width:12px;
	float:left;
	height:12px;
	outline:none;	
	text-indent:-9999px;
}

#slides .pagination li.current a {background:url(../images/slideshow-nav.png) right no-repeat;}

.slides-nav {
	position: relative;
	z-index: 100;
	display: none;
}

.slides-nav a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url(../images/slide-next-prev.png);
	z-index: 10;
}

.slides-nav a.prev {
	background-position: left;
	margin: -195px 0 0 20px;
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
	
}
.slides-nav a.prev:hover{
	background-position: left;
	margin: -195px 0 0 15px;
	
}
.slides-nav a.next {
	background-position: right;
	margin: -195px 0 0 625px;
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
}
.slides-nav a.next:hover {
	background-position: right;
	margin: -195px 0 0 630px;
}


	
	
	
/*----------------------SLLIDERS JS----------------------------*/



/* Para la pantalla de selección de entradas */

/* css */
body{
	min-width:380px; /* Para limitar la reducción de tamaño de los select*/
}
input[type="radio"]{
	margin-right:4px; /* Le damos espacio al radio*/
	margin-left:4px;
}
.table-responsive{
		overflow:hidden; /* Para quitar la barra horizontal que sale pero que es useless */
}
.table-responsive tr{
	line-height:25px; /* Incrementamos un poco la altura de la tabla */
}
.unidadesZonas, .active{
	text-align:center!important; /* Centramos el select de unidades */
}
.extras{
	max-width:165px;			/* Bajamos un poco el excedente de tamaño y alineamos, funciona para cualquier @media */
	float:right!important;
}

@media: (min-width:993px){
	#bs-example-navbar-collapse-1{
		overflow:none!important;    /* Comportamiento del menu principal*/
	}
}
@media: (max-width:992px){
	#bs-example-navbar-collapse-1{
		overflow:scroll!important;
	}
}

.infoContacto p
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
}

i.fa
{
	margin-right: 5px;
}

.infoContacto{
	border-top:1px solid whitesmoke;
	padding-top:10px;
	
}

.arrow-down {
	display:inline-block;
	width: 0!important; 
	height: 0px!important; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #bbb;
}

/* html */
