/********** GENERALES **********/

* {
	margin: 0;
	padding: 0;
}		

html, body {
	height: 100%;
	text-align: center;
}

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #fff;
	font-size: 11px;
	background-color: #c0c0c0;
	overflow: auto;
	SCROLLBAR-FACE-COLOR:#bbbaba; 
	SCROLLBAR-HIGHLIGHT-COLOR: #bbbaba; 
	SCROLLBAR-SHADOW-COLOR: #bbbaba; 
	SCROLLBAR-3DLIGHT-COLOR: #ececec;
	SCROLLBAR-ARROW-COLOR: #ececec; 
	SCROLLBAR-TRACK-COLOR: #5d5d5d; 
	SCROLLBAR-DARKSHADOW-COLOR: #ececec;
}

ul {
	list-style: none;	
}

div#contenedor {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}


a {
	color: #ffffff;
}


/********** MENÚ **********/


div#contenedor-menu {
	position: absolute;
	z-index: 1000;
	height: 100%;
	width: 177px;
	margin-left: 50px;
}

div#menu {
	position: static;
	height: 100%;
	width: 177px;
	background: url(img/fondoMenu.png) left top repeat-y;
}

div#menu div {
	position: absolute;
	z-index: 1001;
	top: 50%;
	width: 165px;
	height: 560px;
	margin: -280px 0 0 6px;
}

div#menu h1 {
	width: 130px;
	height: 135px;
	margin: 75px auto 56px auto;
}

div#menu h1 a {
	display: block;
	width: 130px;
	height: 135px;
	background:  url(img/logo.gif) left top no-repeat;
}

div#menu h1 a span {
	display: none;
}

div#menu ul {
	width: 165px;
}

div#menu li {
	width: 165px;
	height: 27px;
	margin-bottom: -4px;
	line-height: 22px;
	background:  url(img/fondoItemMenu.gif) left top no-repeat;
	font-size: 12px;
}

div#menu li.ultimo {
	margin-bottom: 0;	
}

div#menu li a {
	margin-left: 26px;
	text-decoration: none;
	color: #fff;
}

div#menu li a:hover {
	text-decoration: underline;
}
div#menu dl {
	margin-left: 10px;
}

div#menu dt {
	background:  url(img/flecha_menu.gif) left 9px no-repeat;
	padding: 5px 0 0 20px;
	font-size: 12px;
}
div#menu dt a{
	color: #616161;
	text-decoration: none;
}

/********** CONTENIDOS **********/


div#contenidos {
	position: absolute;
	top: 50%;
	width: 980px;
	/*height: 560px;*/
	min-height:560px;
     height:auto !important;
     height:560px; 
	margin-top: -280px;
	background-color: #393939;
}
/******* intenciones *******/
div#migas {
	padding: 20px 0 10px 260px;
	color: #c0c0c0;
}
div#migas a{
	text-decoration: none;
	color: #c0c0c0;
}
div#migas a:hover{
	color: #fff;
}
div#opciones {
	padding: 0 0 10px 260px;
	color: #c0c0c0;
}
div#opciones a{
	text-decoration: none;
	color: #c0c0c0;
}
div#opciones a:hover{
	color: #fff;
}
div#opciones p{
	padding: 0 0 0 15px;
	margin-top: 5px;
	background: url(img/flechi.gif) left center no-repeat;
}
div#fotos{
	float: right;
	display: inline;
	margin: 30px 50px 0 0;
}
div#fotos p{
	font-size: 10px;
	margin-bottom: 10px;
}
div#texto{
	width: 430px;
	padding:  5px 0 0 260px;
	text-align: justify;
	height: 300px;
}
img#intenciones{
	padding-bottom: 8px;
}
#texto h1{
	width: 400px;
	background-color: #393939;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}
#texto p{
	padding-top: 8px;
}
/******* equipo *******/

div#texto2{
	width: 640px;
	padding:  30px 0 0 260px;
	overflow: auto;
	height: 370px;
}
div#texto2 p{
	margin: 20px 20px 0 0;
}
div#equipo{
	border: 1px solid #5d5d5d;
	float: left;
	overflow:auto;
	width: 650px;
	height: 340px;
	margin-top: 10px;
	padding:  10px;
}
div#equipo p{
	padding:  0 0 10px 0;
	clear: both;
}
/******* proyectos *******/
div#desplegable{
	padding:  20px 30px 0 0;
	float: right;
}
div#desplegable select {
width: 270px;
font-size: 10px;
color: #333;
margin-right: 5px;
padding: 0 0 0 4px;
border: 1px solid #999;
}
div#texto3{
	width: 640px;
	padding:  30px 0 0 260px;
	height: 300px;
}
div#columna1{
	width: 295px;
}
div#columna1 h1{
	margin: 15px 0 10px 0;
	font-size: 18px;
}
div#columna1 p{
	margin: 10px 0 20px 0;
}
div#columna1 p strong{
	font-weight: bold;
	color: #EF7D0C;
	font-size: 12px;
}
div#columna2{
	float: right;
	display: inline;
	width: 295px;
}
div#columna2 h1{
	margin: 15px 0 10px 0;
	font-size: 18px;
}
div#columna2 p{
	margin: 10px 0 20px 0;
}
div#columna2 p strong{
	font-weight: bold;
	color: #EF7D0C;
	font-size: 12px;
}
/******* proyectos 2*******/
div#proyectos{
	width: 690px;
	padding:  10px 0 0 260px;
	height: 410px;
}
div#proyectos h1{
	font-size: 18px;
	color: #EF7D0C;
	display: inline;
	margin-left: 10px;
	position:relative;
	bottom: 5px;
}
div#proyectos_fotos{
	width: 500px;
	float:left;
}
.foto_principal{
margin-top: 10px;
}

div#foto_principal img{
padding-top: 16px;
}
div#fotos_minis{
	margin-top: 20px;
	width: 512px;
}
div#fotos_minis img{
margin-right:5px;
}
div#descripcion_fotos{
	clear:both;
	width: 495px;
}
div#descripcion{
	width: 130px;
	padding: 10px;
	background: #5D5D5D;
	border: 1px solid #E8E8E8;
	margin: 20px 0 0 0;	
	float: right;
}
div#descripcion dt{
	padding-left: 10px;
	font-weight: bold;
	color: #EF7D0C; 
	background: url(img/cuadradito_naranja2.gif) left center no-repeat;
}
div#descripcion dd{
	padding: 0 0 15px 10px;	
}
/******* contactar *******/
div#texto5{
	width: 630px;
	padding:  10px 0 0 260px;

}
div#contactar{
	width: 630px;
	height: 85px;
	padding: 10px;
	background: #5d5d5d;
	margin-top: 10px;
}
div#contactar h1{
	font-size: 11px;
	margin-bottom: 15px;
}
div#contactar a{
	color: #fff;
}
div#contactar a:hover{
	color: #999;
}
p#columna1 {
	float: left;
	display: inline;
}
p#columna2 {
	margin-left: 250px;
}
/******* trabaja *******/
div#texto6{
	width: 620px;
	padding:  10px 0 0 260px;
}
div#ofertas{
	float: left;
	overflow:auto;
	width: 310px;
	height: 400px;
	padding:  10px 0 0 0;
}
div#ofertas h1{
	background-color: #5D5D5D;
	font-size: 12px;
	padding-left: 5px;
}
div#ofertas h2{
	color: #D0A377;
	font-size: 11px;
	padding-top:  10px;
}
div#ofertas p{
	padding:  10px 0 10px 0;
}

div#mandar{
	width: 250px;
	padding:  10px 0 0 0;
	margin-left: 360px;
}
div#mandar h1{
	background-color: #5D5D5D;
	font-size: 12px;
	padding-left: 5px;
}
div#mandar p{
	padding:  10px 0 10px 0;
}
div#mandar a{
	color: #fff;
}
div#mandar a:hover{
	color: #999;
}
#formulario_ofertas select{
	display: block;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	width: 180px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#formulario_ofertas input {
	display: block;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	width: 200px;
	color: #333;
	margin-right: 2px;
	padding: 0 0 0 4px;
	border: 1px solid #999;
	margin-top: 3px;
	margin-bottom: 5px;
}
#formulario_ofertas #enviar{
	display: block;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	width: 45px;
	color: #333;
	padding: 1px 0 0 2px;
	border: 1px solid #fff;
	margin-top: 10px;
	background-color: #E0DFE3;
}
#formulario_ofertas #observaciones{
	display: block;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	width: 200px;
	color: #333;
	margin-right: 2px;
	padding: 0 0 0 4px;
	border: 1px solid #999;
	margin-top: 3px;
	margin-bottom: 5px;
}
/******* Blog *******/
div#blog{
	width: 565px;
	padding:  50px 0 0 230px;
}
.narrowcolumn {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	
}
.pagetitle {
	font-size: 14px;
	margin-bottom: 10px;
}
.post {
	margin-bottom: 20px;
}
.post h2 a{
	font-size: 14px;
	color: #EF7D0C;
}
.post h3 a{
	font-size: 14px;
	color: #EF7D0C;
}
.postmetadata {
	color: #D0A377;
}
.postmetadata a{
	font-size: 11px;
	color: #D0A377;
	margin: 0 5px 0 5px;
}
.pagenav h2 {
	font-size: 14px;
	margin-top: 20px;
}
.alignleft a {
	font-size: 14px;
	color: #EF7D0C;
}
#respond {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
}
#author {
	width: 200px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	margin-right: 5px;
}
#email {
	width: 200px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	margin-right: 5px;
}
#url {
	width: 200px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	margin-right: 5px;
}
#comment {
	width: 400px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	padding: 3px;
}
#submit {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	width: 100px;
	color: #333;
	padding: 1px 0 0 2px;
	border: 1px solid #fff;
	margin-top: 10px;
	background-color: #E0DFE3;
}