s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, li,  fieldset, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
#contenedora ul { list-style: none; margin:0px; padding-left:10px; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong {
	font-family: Arial, Helvetica, sans-serif;
} 

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: bold;
	font-size: 14px;
}


p {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 10px;
}
.informacion a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1AB3A9;
	margin-top:22px;
	font-size: 13px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.datos a:hover { text-decoration: underline; }



/* main page layout */
#w {
	display: block;
	min-width: 850px;
	max-width: 1150px;
	padding-top: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}


/* sorting and filtering */
.sort {
	display: block;
	font-family: 'Kite One', Arial, sans-serif;
	color: #444;
	background-color: #EBE9ED;
	padding-left: 20px;
}

.sort .label {
	margin-right: 11px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top:20px;
}

.sort a {
	margin-right: 4px;
	padding: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.sort a:hover { color: #989caa; text-decoration: none; border-bottom: 1px dotted #989caa; }

.sort a.selected { color: #85878f; border-bottom: 1px solid #85878f; }


/* portfolio items */
.portfolio { display: block; margin-bottom: 10px; padding-top: 20px; width: 100%; padding-left:10px; }

.portfolio li {
	float: left;
	margin-right: 10px;
	margin-bottom: 1.25em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
	padding: 2px;
	height: 140px;
	width: 315px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	
	
}

.portfolio li img{
	
	float:left;
	width:140px;
	height:100px;
	margin-bottom:10px;
	margin-right:2px;
	}
	
	
	
.portfolio li a { 
  display: block; 
  padding: 4px; 
   -webkit-transition: all 0.35s linear; 
  -moz-transition: all 0.35s linear; 
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.portfolio li a:hover { opacity: 0.65; }


/* portfolio Comida a domicilio*/
.portfolio-cd { display: block; margin-bottom: 10px; padding-top: 20px; width: 100%; padding-left:10px; }

.portfolio-cd li {
	float: left;
	margin-right: 10px;
	margin-bottom: 1.25em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
	padding: 2px;
	height: 180px;
	width: 315px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	
	
}

.portfolio-cd li img{
	
	float:left;
	width:140px;
	height:100px;
	margin-bottom:10px;
	margin-right:2px;
	}
	
	
	
.portfolio-cd li a { 
  display: block; 
  padding: 4px; 
   -webkit-transition: all 0.35s linear; 
  -moz-transition: all 0.35s linear; 
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.portfolio-cd li a:hover { opacity: 0.65; }

.reparto-en {
	
	padding-top:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	
	
	}

/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

.title-p{
	font-size: 10px;
	text-transform: uppercase;
	color: #0066CC;
}
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


.datos  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.datos {

	margin-bottom: 20px;
	height:80px;
	float:right;
	width:50%;
}



.datos h1 {
	font-size: 0.6em;
	
}
.informacion {
	background-color: #639;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

.x1 {
	font-size: 150%;
}
#contenedora #contenido #columna-izq .textos p {
	font-size: 120%;
}
.x1 {
	font-size: 18pt;
}
.guiamalaga {
	font-size: 14px;
}
