/* RESPOSIVE WEB DESIGN /////////////////////////////////////////////////////////// */


@media only screen and (max-width: 700px) { 

	html {
		-webkit-text-size-adjust: none;  /*inhabilita el ajuste autom�tico del iphone en el tama�o del texto  */	
	}	
	
	.posC {
		max-width:500px;
		padding:0 30px;
		
	}
	
	.twoCol {
		width: 100%;
		margin-right:0%;	
	}
	
	
	/* HEADER ////////////////////////////////////////////////////////// */
	
	.home {
		background:#1e1e20;
	}
	
	.home aside {
		height: 150px;
		margin: 0px 0 0;
		position: absolute;
		top: 50%;
		width: 100%;
		text-align:center;
	}

	.home aside h1 {

		font-size:20px;
		padding:5px 20px;
		margin-bottom:0px;
	}
	
	.home aside h2 {

		font-size:12px;
		letter-spacing:2px;
		margin-bottom:0px;	
		text-align:center;
		text-indent:-100px;
	}
	
	.home aside h3 {
		font-size:14px;
		letter-spacing:2px;	
	}
	
	IMG.home {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:-225px;
	margin-bottom:50px;
	height:150px; width:150px; }
	
	/* NAVIGATION MENU ////////////////////////////////////////////////////////// */

	#principal {
		padding:10px 0;
		height:auto;
		background-size:20px;
		z-index:0;
	}
	
	
	
	
	/* about  ////////////////////////////////////////////////////////// */

	#about {
		padding:30px 0px 60px 0px;
		background-color:#1e1e20;
	}
	
	#about aside {
		margin:0 auto 20px auto;
	}
	
	#about aside h1 {
	
		color: #FFF
	}
	
	
	#about aside h2 {
		font-size:18px;
		letter-spacing:2px;	
		color: #FFF
	}
	
	#about .threeCol {
		width: 100%;
		margin-right:0%;
	}
	
	#about .threeCol img {
		width:100%;	
	}
	
	#about .threeCol a {
		display:block;
		height: auto;
		width: 100%;
		margin:20px 0;
		padding:0px;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		position: relative;
		text-align: center;
		color:#2B363B;
		line-height:23px;
	}
	
	#about .threeCol a:hover {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		
	}
	
	/* FEAURES  ////////////////////////////////////////////////////////// */

	
	#ind-portfolio aside {
		padding:50px 0 150px 0;
		background:#FFF;
	}
	
	#ind-portfolio aside h2 {
		font-size:18px;
		letter-spacing:2px;
		padding:0 40px;	
	}
	
	#ind-portfolio-content {
		padding:40px 0px 30px 0px;
	}
	
	#ind-portfolio-content aside, #ind-portfolio-content2 aside {
		text-align:center;
		margin:0 auto 40px auto;	
	}
	
	#ind-portfolio-content aside h2, #ind-portfolio-content2 aside h2 {
		font-size:18px;
		letter-spacing:2px;	
	}
	
	#ind-portfolio-content .threeCol, #ind-portfolio-content2 .threeCol {
		width: 100%;
		margin-right:0%;
		margin-bottom:30px;
	}
	
	#ind-portfolio-content  .threeCol header {
		padding:20px 30px;
		font-size:20px;	
	}
	
	#ind-portfolio-content  .threeCol div {
		font-size:13px;
	}
	
	#ind-portfolio-content2 {
		padding:40px 0px 30px 0px;
	}
	
	#ind-portfolio-content2 .threeCol hr {
		margin:5px 0;	
	}
	
	/* Graphical portfolio  ////////////////////////////////////////////////////////// */

	#graph-portfolio aside {
		padding:50px 0 150px 0;
		background:#F0F0F0;
	}
	
	#graph-portfolio aside h2 {
		font-size:18px;
		letter-spacing:2px;
		padding:0 40px;	
	}
	
	#graph-portfolio-content {
		padding:40px 0px 30px 0px;
	}
	
	#graph-portfolio-content aside {
		margin:0 auto 40px auto;		
	}
	
	#graph-portfolio-content aside h2 {
		font-size:18px;
		letter-spacing:2px;	
	}
	
	#graph-portfolio-content section {
		padding:0 0px;
		font-size:14px;
		line-height:23px;
	}
	
	#graph-portfolio-content section p {
		padding-bottom:20px;	
	}

	
	/* FOOTER ////////////////////////////////////////////////////////// */

	#contact {
		padding:40px 0px 30px 0px;
	}
	
	#contact iframe {
		height:200px;
		margin-bottom:30px;		
	}
	
	footer .contact-form {
		float:left;
		width:100%;
		margin-bottom:30px;	
	}
	
	footer .contact-field {
		float:left;
		width:100%;
	}

	footer .contact-message {
		float:left;
		width:100%;
	}
	
	footer .contact-send {
		float:left;
		width:100%;
	}
	
	form input[type=text]  {
		width:96%;	
	}
	
	form textarea  {
		width:96%;
	}
}

@media only screen and (max-width: 700px) and (orientation:landscape) {
	
	.home aside {
		
		margin: -130px 0 0 !important;
	}

}



ul.social
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;

	}
	
	ul.social li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1.4em;

	}
	
	ul.social li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.social li a
	{
		color: #CCC;
	}
	
		ul.social li a:hover
	{
		color: #666;
	}
	
	
	ul.social li a:before
	{
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 80px;
		text-align: center;
		
	}



