/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* MAIN */

/*
@font-face {
	font-family: 'FetteEngschrift';
	src: url('fetteengschrift-webfont.eot');
	src: url('fetteengschrift-webfont.eot?#iefix') format('embedded-opentype'),
	url('fetteengschrift-webfont.woff') format('woff'),
	url('fetteengschrift-webfont.ttf') format('truetype'),
	url('fetteengschrift-webfont.svg#standard_09_55regular') format('svg');
	font-weight: normal;
	font-style: normal;

}


body {
	font-family: "FetteEngschrift","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	background-color: #7C1114;
	margin: 0;
	padding: 0;
}
*/

.html2  {
	height: 98%;
	margin: 0;
	padding: 0;
}
.body2    {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	margin: 0;
	padding: 0;
	background: #FFF no-repeat center top;
}

a,
a:hover,
a:visited   {
	color: #666;
}

h3  {
	font-size: 24px;
	line-height: 24px;
}

#SCI2    {
	height: 100%;

	/* Firefox */
	display:-moz-box;
	-moz-box-orient:horizontal;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-orient:horizontal;
	box-pack:center;
	box-align:center;
}

.span12 {
	float: none;
	margin: auto auto;
	color:#000;
}

div.menu,
div.footer    {
	background: url("../img/menu-back.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100px;
}
div.footer    {
	height: 60px;
}

div.footer    {
	background: url("../img/footer-back.png");
	top: auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	position: fixed;
}
div.footer footer div    {
	float: right;
	text-align: right;
	padding: 25px 20px;
}
div.footer footer div.copy    {
	margin: 13px 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 13px;
	border-right: rgba(255, 255, 255, .3) 1px dashed;
	color: #FFF;
}
div.footer footer div.social img    {
	margin: 0px 3px;
}

ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	height: 100px;
	float: left;
	white-space: nowrap;
	border-right: 1px solid #A2A59C;
	list-style: none;
}

ul.menu li.logo {
	background-color: #FFF;
	background-image: none;
}
ul.menu li.logo img {
	margin: 18px 20px;
}
ul.menu li a,
ul.menu li a:hover  {
	display: block;
	padding: 40px 33px;
	font-weight: bold;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;

	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;

	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;

	color:#000;
}
ul.menu li a:hover  {
	background-color: #c3040b;
	padding: 44px 37px;
	margin: -4px;
}
ul.menu li.selected a  {
	background-color: #d9040b;
	padding: 44px 37px;
	margin: -4px;
}
ul.menu li.logo a,
ul.menu li.logo a:hover {
	display: block;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.menu-social {
	float: right;
	padding: 25px 0 0;
}
.mainHolder {
	padding: 13px 0px;
}

.back-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}

#randProject    {
	cursor: pointer;
}

/* Home */

/* Contact */
.contacto #aboutSend    {
	background-image: none;
	border-radius: 0;
	background-color: #DF030B;
	color: #FFF;
}
.contacto .bwhite {
	background-color: #FFF;
}

.span12.contacto .span8 {
	background-color: #FFF;
}

.contacto h1  {
	border-bottom: 1px dashed #996B6D;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
	margin: 10px 20px;
}
.contacto .texts-info .row-fluid   {
	padding-left: 20px;
}
.contacto .texts-info .row-fluid .row-fluid   {
	padding-left: 0px;
}

.contacto input, .contacto textarea, .contacto .uneditable-input {
	width: auto;
}


/* QUE ES */
.span12.que-es .span8 {
	background-color: #FFF;
}

.que-es h1  {
	border-bottom: 1px dashed #996B6D;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
	margin: 10px 20px;
}

.span12.que-es .span4 p {
	padding: 0px 20px 20px 20px;
	font-size: 15px;
	line-height: normal;
}
.span12.que-es .span4 p.l {
	padding-right: 0px;
}
.span12.que-es .span4 p.r {
	padding-left: 0px;
}


/* Clientes */
.clientes .list  {
	background-color: #FFF;
	min-height: 350px;
	overflow: auto;
}
.clientes .list .span3  {
	height: 150px;
	margin-left: 0;
}

/* Miembros */

.span12.miembros .span6,
.span12.miembros .span8,
.span12.miembros .span10 {
	background-color: #FFF;
}

.miembros .mList    {
	padding: 3px;
}

.miembros h1  {
	border-bottom: 1px dashed #996B6D;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
	margin: 10px 20px;
}
.miembros h3 {
	border-bottom: 1px dashed #996B6D;
	font-size: 38px;
	font-weight: normal;
	line-height: 50px;
	margin: 10px 20px;
}
.miembros #miembrosLand .span3  {
	text-align: center;
}
.miembros #socios,
.miembros button.equipo,
.miembros #asociados {
	background-color: #DF030B;
	background-image: none;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	line-height: 70px;
	padding: 0px 20px;
	margin: 30px 0px;
	font-size: 30px;
}
.miembros #socios:hover,
.miembros button.equipo:hover,
.miembros #asociados:hover {
	color: #000;
}

.miembros button.equipo   {
	background: #DF030B url(../img/back.png) no-repeat 10px center;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0px 20px 0px 60px;
	margin: 7px 0px;
	font-size: 30px;
}

.miembros h2  {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
}

.miembros .span10 p {
	font-size: 15px;
	line-height: 18px;
	padding: 20px;
}
.miembros #asociadosHolder,
.miembros #sociosHolder {
	display: none;
}
.miembros .mList .member    {
	text-decoration: none;
	opacity:0.5;
	cursor: pointer;
	background-color: #EEE;
	float: left;
	overflow: hidden;
}
.miembros .mList .member:hover    {
	text-decoration: underline;
	opacity:0.75;
}
.miembros .mList .member.active    {
	text-decoration: none;
	opacity:1;
}
.miembros .stDetails,
.miembros .atDetails    {
	display: none;
}



/* Proyectos */
.proyectos {
	padding-bottom: 30px;
}

.proyectos .list  {
	position: relative;
}
.proyectos .list .listHolder   {
	position: relative;
	height: 580px;
	width: auto;
	left: 0px;

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	transition-property: left;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;

	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;

}
.proyectos .list .proyecto,
.proyectos .list .proyecto.active {
	min-height: 580px;
	position: absolute;
	width: 1100px;
	/*overflow: hidden;*/
	float: none;
	/*cursor: pointer;*/
	left: 0px;
	top: 0px;

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

	-webkit-transition-property: width;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;

	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;

}

.proyectos .list .proyecto h2,
.proyectos .list .proyecto h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 30px 0 5px 0;
	padding: 0;
}
.proyectos .list .proyecto h3  {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.proyectos .list .proyecto .info  {
	width: 1100px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
.proyectos .list .proyecto .desc  {
	position: absolute;
	left: 20px;
	top: 450px;
	background-color: #FFF;
	margin-bottom: 100px;
	min-width: 50%;
	border: 1px solid #FFEEEE;
}
.proyectos .list .proyecto .desc .descHolder  {
	float: left;
	padding: 10px;
}
.proyectos .list .proyecto .desc .descHolder h2  {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
}
.proyectos .list .proyecto .desc .picsHolder  {
	padding-left: 10px;
}
.proyectos .list .proyecto .desc .picsHolder .pic  {
	float: left;
	margin: 5px;
	height: 84px;
	width: 84px;
	background-color: #FFEEEE;
}
.proyectos .list .proyecto .desc .picsHolder .pic  a {
	line-height: 84px;
}

.proyectos .list .proyecto .desc .columns  {
	column-width: 290px;
	-moz-column-width: 290px;
	-webkit-column-width: 290px;

	column-count: auto;
	-moz-column-count: auto;
	-webkit-column-count: auto;

	column-gap: 30px;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;

	column-rule: none;
	-moz-column-rule: none;
	-webkit-column-rule: none;

	height: 230px;
	width: 290px;
	overflow: auto;
	margin: 0 30px;
}
.proyectos .list .proyecto .desc h1 {
	margin: 30px 0px 10px 30px;
}
.proyectos .list .proyecto .desc .galleryLink {
	margin: 15px 0px 10px 30px;
}


.proyectos .list .proyecto .arrow,
.proyectos .list .proyecto.active .arrow    {
	background: transparent url(../img/arrow_left.png) no-repeat center center;
	width: 0px;
	height: 30px;
	position: absolute;
	top: 160px;
	left: 700px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transition-property: left, width;
	-moz-transition-property: left, width;
	-o-transition-property: left, width;
	transition-property: left, width;

	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	-o-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s;

	-webkit-transition-delay: 0s, 0.5s;
	-moz-transition-delay: 0s, 0.5s;
	-o-transition-delay: 0s, 0.5s;
	transition-delay: 0s, 0.5s;
}

.proyectos .list .proyecto.active .arrow {
	left: 685px;
	width: 30px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transition-property: left, width;
	-moz-transition-property: left, width;
	-o-transition-property: left, width;
	transition-property: left, width;

	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	-o-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s;

	-webkit-transition-delay: 1s, 0.5s;
	-moz-transition-delay: 1s, 0.5s;
	-o-transition-delay: 1s, 0.5s;
	transition-delay: 1s, 0.5s;

}
.proyectos .list .opts   {
	position: absolute;
	height: 30px;
	top: 0px;
	max-width: 1100px;
	width: 100%;
}
.proyectos .list .opts .arrow    {
	background: transparent url(../img/back.png) no-repeat center center;
	width: 43px;
	height: 43px;
	position: absolute;
	left: 20px;
	cursor: pointer;
}
.proyectos .list .opts .arrow.right    {
	background: transparent url(../img/forward.png) no-repeat center center;
	left: auto;
	right: 20px;
}

.proyectos .list .opts .arrow.closeb    {
	background: transparent url(../img/close.png) no-repeat center center;
	left: auto;
	right: 20px;
	top: 0px;
	position: absolute;
}

.proyectos .list .mainPicsHolder .row-fluid {
	padding-bottom: 15px;
	padding-top: 15px;
}
.proyectos .list .mainPicsHolder .row-fluid .span2 {
	padding: 2px 0px;
	cursor: pointer;
	border: 1px solid #eeeeee;
}
.proyectos .list .mainPicsHolder .row-fluid .span2 h5 {
	padding: 0;
	margin: 2px 10px;
	min-height: 40px;
}
.proyectos .list .mainPicsHolder .row-fluid .span2:hover {
	background-color: #ffeeee;
}
.proyectos .list .mainPicsHolder .row-fluid .span2 img {
	border: 0px solid #CCC;
}
.proyectos .list .mainPicsHolder .row-fluid .span2:hover img {
	opacity: .8;
}

/* Large desktop */
@media (min-width: 1200px) {
	body.home{
		background-image: url("../img/back/home/1200-home.jpg");
	}
	body.que-es{
		background-image: url("../img/back/que-es/1200-home.jpg");
	}
	body.miembros{
		background-image: url("../img/back/miembros/1200-home.jpg");
	}
	body.contacto{
		background-image: url("../img/back/contacto/1200-home.jpg");
	}
}

/* desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	body.home{
		background-image: url("../img/back/home/980-home.jpg");
	}
	body.que-es{
		background-image: url("../img/back/que-es/980-home.jpg");
	}
	body.miembros{
		background-image: url("../img/back/miembros/980-home.jpg");
	}
	body.contacto{
		background-image: url("../img/back/contacto/980-home.jpg");
	}

	.menu-social {
		float: none;
		padding: 10px 35px 0 0;
		position: absolute;
		top: 0px;
		right: 0px;
		left: auto;
		bottom: auto;
		width: 40px;
	}

	.miembros .list .miembro .desc .columns {
		-moz-column-gap: 30px;
		-moz-column-rule: medium none;
		-moz-columns: auto 250px;
		height: 230px;
		margin: 0 30px;
		overflow: auto;
		width: 530px;
	}

	.proyectos .list .proyecto .desc .columns {
		-moz-column-gap: 30px;
		-moz-column-rule: medium none;
		-moz-columns: auto 190px;
		height: 230px;
		margin: 0 30px;
		overflow: auto;
		width: 190px;
	}

	ul.menu li a,
	ul.menu li a:hover  {
		padding: 40px 23px;
	}
	ul.menu li a:hover  {
		padding: 44px 27px;
	}
	ul.menu li.selected a  {
		padding: 44px 27px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body    {
		background-position: center 160px;
	}
	body.home{
		background-image: url("../img/back/home/768-home.jpg");
	}
	body.que-es{
		background-image: url("../img/back/que-es/768-home.jpg");
	}
	body.miembros{
		background-image: url("../img/back/miembros/768-home.jpg");
	}
	body.contacto{
		background-image: url("../img/back/contacto/768-home.jpg");
	}

	div.menu    {
		background: #FFFFFF no-repeat 0px 80px;
		height: 160px;
	}
	ul.menu li {
		height: 80px;
	}
	ul.menu li.logo {
		clear: both;
		width: 100%;
		border-right: none;
	}
	ul.menu li.logo img {
		margin: 8px 20px;
	}

	ul.menu li a,
	ul.menu li a:hover  {
		padding: 30px 33px;
	}
	ul.menu li a:hover  {
		padding: 34px 37px;
	}
	ul.menu li.selected a  {
		padding: 34px 37px;
	}

	.menu-social {
		float: none;
		padding: 10px 40px 0 0;
		position: absolute;
		top: 0px;
		right: 0px;
		left: auto;
		bottom: auto;
	}

	div.footer  {
		height: auto;
	}
	div.footer footer div   {
		padding: 6px;
	}
	div.footer footer div.copy  {
		padding: 10px 10px;
		margin: 6px 0px;
	}

	.miembros .list .miembro .desc .columns {
		-moz-column-gap: 30px;
		-moz-column-rule: medium none;
		-moz-columns: auto 280px;
		height: 230px;
		margin: 0 30px;
		overflow: auto;
		width: 310px;
	}

	.proyectos .list {
		height: auto;
		overflow: inherit;
	}
	.proyectos .list .listHolder {
		height: auto;
		position: relative;
		background-color: #2D2327;
	}
	.proyectos .list .proyecto,
	.proyectos .list .proyecto.active {
		float: none;
		height: auto;
		overflow: inherit;
		width: 100%;
		cursor: default;
	}
	.proyectos .list .proyecto .info {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		text-align: center;
	}
	.proyectos .list .proyecto .desc {
		height: auto;
		left: auto;
		overflow: inherit;
		position: relative;
		top: auto;
		width: auto;
		margin-top: 45px;
	}
	.proyectos .list .proyecto .desc .descHolder {
		height: auto;
		width: auto;
		padding-bottom: 30px;
	}
	.proyectos .list .proyecto .desc .columns {
		height: auto;
		width: auto;
		overflow: inherit;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body    {
		background-position: center 175px;
	}
	body.home{
		background-image: url("../img/back/home/480-home.jpg");
	}
	body.que-es{
		background: none;
		/*background-image: url("../img/back/que-es/480-home.jpg");*/
	}
	body.miembros{
		background: none;
		/*background-image: url("../img/back/miembros/480-home.jpg");*/
	}
	body.contacto{
		background: none;
		/*background-image: url("../img/back/contacto/480-home.jpg");*/
	}


	div.menu    {
		background-position: 0px 72px;
		height: auto;
		overflow: hidden;
	}
	ul.menu li {
		height: 40px;
	}
	ul.menu li.logo {
		height: 72px;
		clear: both;
		width: 100%;
	}
	ul.menu li.logo img {
		margin: 4px 20px;
	}

	ul.menu li a,
	ul.menu li a:hover,
	ul.menu li.selected a  {
		padding: 10px 15px;
		margin: 0;
	}

	.menu-social {
		float: none;
		padding: 10px 20px 0 0;
		position: absolute;
		top: 0px;
		right: 0px;
		left: auto;
		bottom: auto;
	}

	div.footer  {
		height: auto;
	}
	div.footer footer div   {
		padding: 6px;
	}
	div.footer footer div.copy  {
		padding: 10px 10px;
		margin: 0px;
	}
	div.row_col {
		float: left;
		width: 48%;
		margin-bottom: 10px;
		padding: 5px;
	}

	.back-image {
		display: none;
	}

    .contacto .texts-info .row-fluid   {
		width: 33%;
	    float: left;
    }

	.clientes .list .span3  {
		float: left;
		width: 24%;
	}

	.miembros .list .miembro .desc .columns {
		-moz-column-gap: 30px;
		-moz-column-rule: medium none;
		-moz-columns: auto 280px;
		height: 230px;
		margin: 0 30px;
		overflow: auto;
		width: 310px;
	}

	.proyectos .list {
		height: auto;
		overflow: inherit;
	}
	.proyectos .list .listHolder {
		height: auto;
		position: relative;
		background-color: #2D2327;
	}
	.proyectos .list .proyecto,
	.proyectos .list .proyecto.active {
		float: none;
		height: auto;
		overflow: inherit;
		width: 100%;
		cursor: default;
	}
	.proyectos .list .proyecto .info {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		text-align: center;
	}
	.proyectos .list .proyecto .desc {
		height: auto;
		left: auto;
		overflow: inherit;
		position: relative;
		top: auto;
		width: auto;
		margin-top: 45px;
	}
	.proyectos .list .proyecto .desc .descHolder {
		height: auto;
		width: auto;
		padding-bottom: 30px;
	}
	.proyectos .list .proyecto .desc .columns {
		height: auto;
		width: auto;
		overflow: inherit;
	}


}

/* Small tablet portrait (600x800) */
@media (max-width: 620px) {
	.proyectos .list .opts {
		top: 140px;
	}
	.proyectos .list .opts .arrow.closeb    {
		top: -130px;
	}
}

/* Mobile landscape (480x320) */
@media (max-width: 500px) {
	.proyectos .list .opts {
		top: 100px;
	}
	.proyectos .list .opts .arrow.closeb    {
		top: -90px;
	}
}

/* Mobile portrait (320x480) */
@media (max-width: 340px) {
	body    {
		background-position: center 230px;
		background-size: 100% auto;
	}
	body.home{
		background-image: url("../img/back/home/320-home.jpg");
	}
	body.que-es{
		background: none;
		/*background-image: url("../img/back/que-es/320-home.jpg");*/
	}
	body.miembros{
		background: none;
		/*background-image: url("../img/back/miembros/320-home.jpg");*/
	}
	body.contacto{
		background: none;
		/*background-image: url("../img/back/contacto/320-home.jpg");*/
	}


	div.menu    {
		background-image: none;
	}
	ul.menu li {
		background: url("../img/menu-back.png");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		float: none;
		border-bottom: 1px solid #7C1114;
		padding: 0;
		height: 30px;
		width: auto;
	}

	ul.menu li a,
	ul.menu li a:hover,
	ul.menu li.selected a  {
		padding: 7px 20px;
		margin: 0;
	}

	div.row_col {
		float: none;
		width: auto;
		margin-bottom: 0px;
		padding: 5px;
	}

	.contacto .texts-info .row-fluid   {
		width: 100%;
		height: auto;
		float: none;
	}

	.contacto .social .span6   {
		float: left;
		text-align: center;
	}

	.clientes .list .span3  {
		float: left;
		width: 32%;
	}

	.miembros .list,
	.miembros .list .listHolder,
	.miembros .list .miembro,
	.miembros .list .miembro.active,
	.miembros .list .miembro .info,
	.miembros .list .miembro .desc,
	.miembros .list .miembro .desc .descHolder,
	.miembros .list .miembro .desc .columns
	{
		height: auto;
		width: auto;
		position: inherit;
		float: none;
		left: auto;
		cursor: default;
	}
	.miembros .list .miembro .info  {
		padding-top: 20px;
		background-color: #2D2327;
		text-align: center;
	}
	.miembros .list .miembro .desc  {
		margin-bottom: 20px;
	}

	.miembros .list .miembro h2,
	.miembros .list .miembro .arrow,
	.miembros .list .miembro.active .arrow,
	.miembros .list .opts   {
		display: none;
	}
	.miembros .list .miembro .info img  {
		width: 100%;
		max-width: 350px;
	}
	.menu-social {
		display: none;
	}


	.proyectos .proyecto .info img {
		max-height: 175px;
	}

}


.home   {
	font-weight: normal;
}

.carousel {
	margin-bottom: 0px;
}
.carousel .item > img {
	min-width: 100%;
}


.texts-info .row {
	margin-left: 0px;
}
/*
	asociados 6-7
	collage de fotos
 */

/*
 (800x600) >= quitar línea
*/



