@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sitio: Interarq												 		 //
// @Version: 1.0														 //
// @Autor: Juan J. Lopez Lira							    			 //
// @Fecha: 24 Febrero 2009												 //
// Descripci�n: Archivo de Estilos Estructurales CSS					 //
/////////////////////////////////////////////////////////////////////////*/

@import url("globals.css");

/* Main Container */
.main-container{
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Left */
.left{
	float: left;
	width: 545px;
	height: auto;
	text-align: right;
}

#home{
	padding: 5px 10px;
	margin: 5px 0;
	border-right:1px solid #b3aeaa;
}

#home a{
	color: #e4dcb3;
	text-decoration: none;
	text-transform: uppercase;
}

#direccion{
	color: #e4dcb3;
	text-align: right;
	padding: 10px;
	border-right:1px solid #b3aeaa;
	font-size: 0.9em;
}

/* Right */
.right{
	float: left;
	width: 340px;
	padding: 0 0 0 10px;
	height: auto;
	text-align: left;
}

#right-intro{
	padding: 150px 0 0 0;
}

#right-intro h1,h2,h3{
	margin: 0 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	line-height: 25px;
}

#right-intro p{	
	color: #eee2bc;
	padding: 10px;
	width: 230px;
	text-align: left;
}

#right-intro p span{	
	font-size: 1.2em;
	}

#right-intro b{	
	font-size: 15px;
}


#ftp{
	width: 200px;
	padding: 10px;
}

#ftp a{
	color: #830008;
	text-decoration: none;
}

#copy{
	margin: 47px 0 0 0;
	font-size: 0.9em;
	color: #830008;
}

#copy a{
	color: #830008;
}

#copy a:hover{
	color: #FFF;
	text-decoration: none;
}

.content{
	width: 100%;
	padding: 0;
	height: auto;
}

/* Menu */
#menu{
	width: inherit;
	background: #880004;
	list-style: none;
	padding: 0;
}

#menu li{
	display: table-cell;
	margin: 5px  5px  5px  0;
	float: right;
}

#menu a{
	text-decoration: none;
	color:#fff;
	padding: 0 10px;
	border-right: 1px solid #FFF;
	margin: 0;
}

#last a{
	border: none;
}

/* Carousel */

.secciones{
position: relative;
overflow: scroll;
width: 100%;
height: 345px;
padding: 0;
}

.secciones .belt{
position: absolute;
left: 0;
top: 0;
padding: 0;
}

.secciones .panel{
float: left;
overflow: hidden;
margin:0;
padding: 0;
width: 900px;
height: 345px;
}

.info-wrapper-rgt{
	float: left;
	width: 245px;
	padding: 0 10px;
	border-right:5px solid #eee2bc; 
	color: #FFF;
	text-align: right;
	margin: 0 0 20px 0;
}

.concepto-wrapper-rgt{
	float: left;
	width: 270px;
	padding: 0 10px;
	border-right:5px solid #eee2bc; 
	color: #FFF;
	text-align: right;
	margin: 0 0 15px 0;
}

.renders{
	float: right;
	width:250px;
	text-align:left;
	padding:0;
	}

.inter-wrapper-rgt{
	float: left;
	width: 345px;
	padding: 0 10px;
	border-right:5px solid #eee2bc; 
	color: #FFF;
	text-align: right;
	margin: 10px 0 100px 0;
}

#intrq{
	margin: 0 0 0 223px;
	text-align: left;
}

#quien{
	margin: 0 0 0 35px;
	text-align: left;
}

#conc{
	margin: 0 0 0 127px;
	text-align: left;
}

#titulo-interarq{
	float: left;
	width: 500px;
	margin-top:-30px; 
}

#titulo-interarq h2{
	text-transform: capitalize;
	font-weight: lighter;
}

.info-wrapper-rgt strong{
	color: #d4dbae;
}

/* Proyectos Destacados */
.proyectos{
	float: left;
	width: 230px;
	margin: 5px 5px 0 10px;
	padding: 5px;
}

.proyectos:hover{
	background: url(../images/pixel.png) repeat;
}


#info-proyecto{
	float: left;
	width: auto;
	margin: 4px 5px;
}

#info-proyecto a{
	color: #eee2bc;
	text-decoration: none;
}

#inicio{
	background: url(/images/1.png) no-repeat left;
}

#interarq{
	background: url(/images/2.png) no-repeat left;
}

/* Quienes Somos */
#quienes{
	background: url(/images/3.png) no-repeat left;
}


#rebeca, #valeria, #galo{
	float: left;
	width: 90px;
	height: auto;
	margin: 0 10px 15px 0;
	line-height: normal;
}

#galo{
	margin: 0 0 10px 0;
}

#rebeca a, #valeria a, #galo a{
	color: #fff;
	text-decoration: none;
}

#rebeca a span, #valeria a span, #galo a span{
	color: #870003;
}

#info-quienes{
	width: 300px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	color: #eee2bc;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.curriculum{
	float: left;
	margin: 20px 0;
	padding: 0 60px 0 0;
	width: 200px;
	height: auto;
	background: url(/images/acrobat.png) no-repeat right center;
}

#concepto{
	background: url(/images/4.png) no-repeat left;
}

#contacto{
	background: url(/images/5.png) no-repeat left;
}

#footer{
	margin-top:10px; 

}

.contacto{
	width: 700px;
	height: auto;
	margin: 10px auto;
}

.step{
	float: left;
	width: 300px;
	height: 240px;
	margin: 0 10px 0 0;
	padding: 10px;
}

.step #label{
	width: 300px;
	margin: 0;
	padding: 5px 0;
}

.step input{
	margin: 0 0 5px 0;
	padding: 5px;
	width: 200px;
	height: 18px;
	background: url(/images/field.png) no-repeat center;
	border: none;
}

#porta-video{
	margin: 0 auto;
	width: 300px;
	padding: 5px;
	border: 1px solid #342b24;
	}
	
#bio{
	width: inherit;
	margin: 40px 0 0 0;
}

.imgnfls{
	width: 545px;
	height: 345px;
	overflow: hidden;
}

#formulario{
	float: right;
	width: 300px;
	color: #FFF;
}

#formulario td{
	padding: 0.1em;
}

#formulario input, #formulario textarea{
	width:95%;
	padding:2px;
	border:1px solid #342b24;
	background:#eee2bc;
	color: #000;
}
	
#formulario input:hover, #formulario textarea:hover{
	background:#FFF;
}

.enviar-btn a{
	display: block;
	margin: 0 0 0 200px;
	width: 100px;
	height: auto;
	padding: 10px 5px;
	background: #870003;
	text-transform: uppercase;
	text-align: center;
	color:#eee2bc;
	font-size: 1.3em;
	text-decoration: none;
	border: 1px solid #1b0000;
}

.enviar-btn a:hover{
	background: #1b0000;
	border: 1px solid #870003;
	color:#870003;
}

.hidden{
	display: none;

}
