

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */



	body {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	
	h1 {
		font-size:2.6em;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	}
	
	
	.header .logo {
		margin: 15px auto 5px;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.menu-header {
		height: 30px;
		padding: 0 0 15px;
		float: none;
		margin: 0 auto;
	}
	
	.seccion-title, seccion {
	    margin: 30px 0;
	    text-align: center;
	}
	
	.contactfooter {
		display: n;
	}
	
	.nav ul {
		list-style-type: none;
		width: 100%;
		text-align: center;
	}
	
	.nav ul li {
		background-color: rgba(255, 255, 255, 0.2);
	   	color: #FFFFFF;
	   	display: inline;
	   	float: left;
	   	font-size: 17px;
		padding: 8px;
		margin: 1px auto 0;
	   	width: 100%;
	}
	
	.nav a {
		font-size: 12px;
		display: block;
	}
	
	.nav ul li a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: -8px;
		padding: 12px;
		}
	
	.nav ul li a:hover,
	.nav ul li a.select {
		cursor: pointer;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: none;
		margin: -8px;
		padding: 12px;
		}
		
	.nav ul li:hover,
	.nav ul li.select {
		background-color: rgba(0,0,0,0.4);	
	}
	
	.current {
		background-color: #D20000;
		padding: 6px 12px 4px 12px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		}
	
	.current_page_item a {
 		background-color: #D20000;
		padding: 6px 12px 4px 12px;	
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		}
		
	.current_page_item a:hover {
	 	background-color: rgba(0,0,0,0.4);
		padding: 2px 12px 4px 12px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		}	
	
	.me {
		background: #FFF;
		text-align: center;
		height: 245px;
		width: 100%;
		float: left;
	}
	
	.me img { 
		width: 314px;		
	}
	
	.meHTML img {
		width: 400px;
	}
	
	.meAbout img { 
		width: 400px;
	}
	
	.tweet {
	    background: url("images/trama.png") repeat scroll 0 0 #DAD0C3;
	    border-bottom: 5px solid #AFA79D;
	    color: #FFFFFF;
	    height: 165px;
	}
	
	.home .entry-content {
		line-height: 17px;
		margin: 5px 20px 9px 0;
		padding: 20px 0 1px 30px;
	}
	
	.thinking {
		background: rgba(100,100,100,.2);
		color: rgba(0, 0, 0, 0.7);
		font-size: 13px;
		padding-bottom: 10px;
	}
	
	.about {
	    background: url("images/about_bg.jpg") repeat scroll 0 0 transparent;
	    color: #FFFFFF;
	    height: 150px;
	}
	
	.aboutme .textwidget {
		font-size: 13px;
	}
	
	.qrcode,
	.qrdescription {
		display: none;
	}




/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 



}
