@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Garamond; 
	src:url(fonts/HelveticaNeue-MediumCond.eot);
}

html, body {
	margin: 0;
    padding: 0;
    height: 100%;
}

body {
	background-image:url(../img/fondo.jpg);
	background-repeat:repeat;
	font-family: Helvetica57-Condensed;
}
#global{
	width: 1252px;
	width: expression('1152px');
	display:block;
}
.banner{
	display:block;
	float:right;
	margin-right: 48px;
	margin-right: expression('0px');
	margin-top: expression('10px');
	background: transparent;
	
}
.banner img{
	width:  130px;
	background: transparent;
}
#contenedor{
	/*float:right;*/
	margin-right:122px;
	margin-right: expression('-130px');
	margin-left: expression('0px');
	margin-top:10px;
	height:100%;
	height:auto;
	min-height:300px;
	width:987px;
	background-repeat:repeat;
	padding:15px;
	background-image:url(../img/fondo2.jpg);
}
#contenido{
	height:100%;
	background-color:#FFF;
	width:987px;
	min-height:254px;
	display:block;
}
#derechos{
	text-align:center;
	font-size:9px;
	color:#666;
	margin-top:10px;
	float:left;
	margin-left:100px;
}
#bordeSuperior{
	background-image:url(../img/LineaSuperiorEstructuras.jpg);
	height:117px;
	width:987px;
}
#bordeInferior{
	background-image:url(../img/LineaInferiorTonar.jpg);
	height:117px;
	width:987px;
}
#menu{
	float:right;
	width:510px;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

