/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/



.button {
	padding: 5px 10px;
	display: inline;
	background: #777 url('../images/button.png') repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px #666;
	}
.button:hover {
	background-position: 0 center;
	}
.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
	}
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

/* ------------------------------- MENU ---------------------------------------- */

body {
	font-family: "Times New Roman", "Trebuchet MS";
	height:100%;margin:0;padding:0
	/* background-color:#f9f3e8; cambiar en base.css */
}


#menu_izq {
	width:18%;
	position:relative;
	float:left;
	margin-top:50px;
	height:100%;
	text-align:center;
}

#contenedor {
	width:80%;
	position:relative;
	float:right;
	margin-top:30px;
}


#menu_izq #logo{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:20px;
}

#menu_izq .leyenda{
	width:100%;
	position:relative;
	float:left;
	font-size:90%;
	text-align:center;
}


#menu_izq .menu{
	width:100%;
	position:relative;
	float:left;
	text-align:center;
	margin-top:40px;
	font-size:12px;
}


#menu_izq .menu a:link,#menu_izq .menu a:active,#menu_izq .menu a:visited {
	color:Black;
	text-decoration:none;
}

#menu_izq .menu a:hover {
	color:#999999;
	text-decoration:none;
}

#menu_izq .menu a.a_check:link,#menu_izq .menu a.a_check:active,#menu_izq .menu a.a_check:visited {
	color:#999999;
	text-decoration:none;
}

#menu_izq .menu a.a_check:hover {
	color:#cccccc;
	text-decoration:none;
}

a.small:link,a.small:active,a.small:visited {
	color:#000;
	text-decoration:none;
	font-size:9px;
}

a.small:hover {
	color:#999;
	text-decoration:none;
	font-size:9px;
}



.f11 {
	font-size:11px;
}

.f12 {
	font-size:11px;
}


.f14 {
	font-size:14px;
}

.f16 {
	font-size:16px;
}

.f18 {
	font-size:18px;
}

.f20 {
	font-size:20px;
}

.negrita {
	font-weight:bold;
}


#menu_izq #logo img{
	width:67%;
	height:auto;
}

.portada {
	position:relative;
	float:left;
}

.portada img {
	width:100%;
	height:auto;
}



@media only screen and (max-width: 640px) {
	#contenedor {
		width:100%;
		position:relative;
		float:right;
		margin-top:30px;
	}

	#menu_izq {
		width:100%;
		position:relative;
		float:left;
		margin-top:10px;
		height:auto;
		text-align:center;
	}

	#menu_izq #logo{
		position:relative;
		float:left;
		width:100%;
		height:auto;
		text-align:center;
		margin-bottom:20px;
	}

	#menu_izq #logo img{
		width:auto;
		height:auto;
	}
}


/********************************** coleccion **************************************/

.colecciones {
	margin-bottom:30px;
}

.colecciones .item {
	position:relative;
	float:left;
	width:auto;
	margin-left:10px;
	margin-bottom:10px;
	/*border:1px #ccc solid;*/
}





.ficha .item {
	position:relative;
	float:left;
	width:auto;
	margin-left:10px;
	margin-bottom:10px;
	/*border:1px #ccc solid;*/
}

#c1 {
	position:relative;
	float:left;
}

#c1 #fotos {
	position:absolute;
	bottom:26px;
	right:-160px;
	height:auto;
}

#c1 #fotos img {
	width:150px;
	height:auto;
}



#c2 {
	position:relative;
	float:left;
	height:auto;
	/*background-color:#ddd;*/
}

#c1 .fotogrande img {
	width:100%;
	height:auto;
}

#c1 #ampliar {
	position:absolute;
	width:auto;
	height:auto;
	bottom:25px;
	left:0px;
	z-index:999;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
 }


#c2 .coleccion {
	width:100%;
	float:left;
}

#c2 #navigator{
	position:absolute;
	bottom:-30px;
	left:0px;
	width:100%;
	font-size:9px;
}


#c2 table {
	width:100%;
	font-size:10px;
	color:#aaa;
}

.socialbox div {
	width:auto;
	position:relative;
	float:left;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
}

.socialbox .pinit {
	width:60px;
	position:relative;
	float:left;
	margin-right:0px;
	padding-right:0px;
	padding-left:30px;
}


/********************************** tiendas  **************************************/

.tiendas {
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.tiendas .item {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:15px;
}


#result_tiendas img {
	width:auto;
	height:auto;
}

#ciudades img {
	width:auto;
	height:auto;
}


#id_pais {
	position:relative;
	float:left;
	margin-left:20px;
}




/********************************** ferias  **************************************/

.tiendas .item {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:15px;
}





/********************************** contacto **************************************/


a.smallw:link,a.smallw:active,a.smallw:visited {
	color:#fff;
	text-decoration:none;
	font-size:9px;
}

a.smallw:hover {
	color:#ccc;
	text-decoration:none;
	font-size:9px;
}




/********************************** otros  **************************************/
.margen20 {
	position:relative;
	float:left;
	margin-left:20px;
}

.margen10 {
	position:relative;
	float:left;
	margin-left:10px;
}



.errores {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	color:Gray;
	font-size:12px;
	padding:10px;
}