/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #f1f2f2;
	background-color: #fff;
	
}

p {
	margin: 0;
	padding: 0;
	
}



h1 {
	font-size: 25px;
	font-weight: bold;
	color: #E01532;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	color: #666;
}

.menu-seleccionado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C3200E;
	text-decoration: none;
	font-weight: bold;
}

.menu-seleccionado2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #C3200E;
	text-decoration: none;
	font-weight: bold;
}

.texto-principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	text-decoration: none;
}

/* FORMULARIO */

input {
	float:left;
	padding:0;
	width:250px;
	margin: 5px 0;
	border: 1px solid #CCC;
	height:15px;
}

.enviar {
	float:left;
	padding:0;
	width:50px;
	margin: 15px 0 0 0;
	border: 1px solid #CCC;
	height:25px;
}

textarea {
	float:left;
	padding:0;
	margin: 5px 0;
	width:250px;
	border: 1px solid #CCC;
	height:55px
}




/* HEADER */


#wrapper{
	width: 980px;
	margin: 5px auto 0;
	height: auto;
}

#col1{
	width: 306px;
	margin-right: 40px;
	height: 300px;
	float: left;
}


#col2{
	width: 306px;
	height: 300px;
	float: left;
}

#col3{
	width: 290px;
	height: 300px;
	float: right;
}

#colgrande{
	width: 630px;
	height: 300px;
	float: right;
}


#colgrande{
	width: 630px;
	height: 300px;
	float: right;
}

#colcentral{
	width: 400px;
	height: 300px;
	float:left;
}


#contenido{
	width: 980px;
	height: 320px;
}

#menu{
	width: 151px;
	float: left;
	margin-top: 15px;
	height: 78px;
}

#menu-proyectos{
	width: 175px;
	float: left;
	margin-top: 15px;
	padding-left: 27px;
	height: 78px;
}

#logo{
	width: 70px;
	float: left;
	margin-top: 15px;
	height: 78px;
}


#top-type{
	width: 980px;
	height: 50px;
	text-align: left;
	margin: 0 auto;
}


#top{
	width: 980px;
	height: 20px;
	text-align: right;
	margin: 0 auto;
}

#idiomas{
	width: 980px;
	height: 20px;
	text-align: right;
	margin: 180px auto 0;
}


/*--SLIDER TRABAJOS--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 630px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; border: none}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -40px;
	right: 0px;
	font-size: 11px;
	color: #333;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding-top: 55px;
	color: #333;
	text-decoration: none;
        outline: none
	
}
.paging a.active {
	font-weight: bold;
	color: #000;
}
.paging a:hover {font-weight: bold;}

.slideshow { width:980px; height: 300px; overflow: hidden}
