@charset "utf-8";

html, body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}


a:hover{
	text-decoration: underline;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* @end */

/* @group Estructura Básica */

/* @group Header */


header{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

header img{
	margin-left: 10px;
	margin-top: 30px;
}


footer{
	border-top: 1px solid #cccccc;
	clear: both;
	margin-top: 30px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagen/footer_tell_copy.jpg);
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: right 3px;
	}

footer ul{
	display: block;
	margin: 0px;
	padding: 0px;
}

footer li{
	float: left;
	list-style-type: none;
	list-style-type: none;
	float: left;
	margin: 5px 0;
	border-right: 1px solid #cccccc;
	padding-right: 10px;
	padding-left: 10px;
}

footer li a{
	color: #7e7e7e;
	font-size: 11px;
	text-decoration: none;
}

footer li a:hover{
	color: #353535;
}

h1{
	float: right;
	color: #7e7e7e;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 95px;
}


.tapas {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

.titutapa {
	margin: 0px;
	padding-left: 35px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
}

.tapas img {
	height: 250px;
	width: 180px;
}


.tapas a:hover {
}

.tapas li {
	float: left;
	height: 290px;
}


img.expando{ 
vertical-align: top; 
}




header, footer, .tapas {
	width: 960px;
}

.tapas li {
	width: 320px;
}


@media only screen and (min-width: 720px) and (max-width: 960px) { 

.nomovil {
	display: none;
}
header, footer, .tapas {
	width: 100%;
}

.tapas li {
	width: calc( 100% /3);
}


}
@media only screen and (min-width: 550px) and (max-width: 720px) { 

.nomovil {
	display: none;
}

header, footer, .tapas {
	width: 100%;
}

.tapas li {
	width: calc( 100% /2);
}


}

@media only screen and (min-width: 0px) and (max-width: 550px) { 

header, footer, .tapas {
	width: 100%;
}

.tapas li {
	width: 100%;
}

h1{
	margin-top: 0px;
	display: block;
	text-align: center;
	width: 100%;
}
header img{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.nomovil {
	display: none;
}

}