@import "menu.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

a{text-decoration: none; color:#afafaf;}
a:link{text-decoration: none; color:#afafaf;}
a:hover{ text-decoration:none; color:#f7941e;}
a:active{text-decoration: none;color:#f7941e;}
a:visited{text-decoration: none;}

body{
	background:#1c1b1a url(../img/bg_body.jpg) repeat-x top left;
	font-family: Arial, "Trebuchet MS" !important;
	font-size: 11px;
	color: #afafaf;
	line-height: 16px;	/*margin-left: 8px;*/
}
p{margin:0 0 15 0;padding: 0px;}
.clear{clear: both; margin: 0px; padding: 0px;}

/******************** CONTENEDORES ************************/

.cont_general{
	margin: 0px auto 0px auto;
	background: transparent url(../img/bg_contenido.jpg) no-repeat top left;
	overflow: hidden;
	/*border: 1px solid #000;*/
}
.contenedor{
	margin: 0px auto 0px auto;
	background: transparent/*#bbc4c8*/;
	/*padding: 3px;*/
	width: 960px;
	min-height:600px;
  	overflow: hidden;
  	height: expression(this.scrollHeight < 601? "600px" : "auto" );
}
.col1{
	background: transparent;
	width: 216px;
	float: left;
	border-right: 1px solid #575757;
	margin-right: -1px;
}
.col2{
	background: transparent;
	width: 743px;
	float: left;
	border-left: 1px solid #575757;
	min-height:600px;
  	overflow: hidden;
  	height: expression(this.scrollHeight < 601? "600px" : "auto" );
}

.proyectos{
	min-height:500px;
  	overflow: hidden;
  	height: expression(this.scrollHeight < 501? "500px" : "auto" );
}

/********* columna 1 ****************/
.cont_logo{
	border-left: 1px solid #575757;
	min-height:547px;
  	overflow: hidden;
  	height: expression(this.scrollHeight < 548? "547px" : "auto" );
}

/********** footer **************/
.cont_footer{
	border-top:1px solid #575757;
	background: url(../img/bg_footer.jpg) no-repeat bottom left;
	height: 80px;
}
.b-naranja{
	border-left:1px solid #e69d47;
	height: 23px;
	background: #ff8b00;
}
.f-col1{
	float: left;
	border-left: 1px solid #6c6c6d;
	height: 79px;
}
.f-col2{
	float: right;
	background: #4e4d4c;
	height: 79px;
}