html, body{
	position: relative;
	height:100%;
	min-height:900px;
}

body{
	border:0px;
	margin:0px;
	padding:0px;
	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	
}

a:link { color: transparent } /* un enlace no visitado*/ 
a:visited { color: transparent } /* enlace visitado */ 
a:hover { color: transparent } /* raton encima */ 
a:active { color: transparent } /* enlace activo */ 

#centrado{
	text-align:center;
	position:absolute;
}

#cabecera{
	width:1000px;
	min-width: 960px;
	height:190px;
	margin:0px auto 0px;
	padding:0px;
}

#logo{
	float:left;
	border:0px;
	margin:10px 0px 0px 30px;
	padding:0px;
	
}

#direccion{
	float:right;
	border:0px;
	margin:-10px 0px -20px 0px;
	padding:10px;
	font-family: Constantia;
	font-size:15px;
	line-height:1.5;
}

#posit{
	float:left;
	margin:10px 5px 0px 100px;
}

#contacto{
	position:relative;
	top: 5px;
	float:right;
	text-align:center;
	margin:15px 10px 0px 0px;
}

.titulo1{
	font-size:15px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	font-family:Helvetica, sans-serif;
}

#titulo2{
	color:#CCC;
	font-size:90px;
	padding:0px;	
}

#contenido{
	position:relative;
	top:0px;
	width:1000px;
	height:100%;
	min-height:900px;
	margin:0px auto 0px;

}

.sombra{
    -moz-box-shadow: 3px 3px 4px #111;
    -webkit-box-shadow: 3px 3px 4px #111;
    box-shadow: -1px 2px 4px #111;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');
}

#menu{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:33px;
	border-top:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	background: #7c7c7c; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #7c7c7c 0%, #282828 14%, #a0a0a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#7c7c7c), color-stop(14%,#282828), color-stop(100%,#a0a0a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #7c7c7c 0%,#282828 14%,#a0a0a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #7c7c7c 0%,#282828 14%,#a0a0a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #7c7c7c 0%,#282828 14%,#a0a0a0 100%); /* IE10+ */
	background: linear-gradient(45deg,  #7c7c7c 0%,#282828 14%,#a0a0a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#a0a0a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}

#menu span{
	font-family:Helvetica, sans-serif;
	top: 0px;
	line-height:1.8;
	float:right;
	text-align:center;
	font-size:20px;
	color:#FFF;
	height:100%;
	padding-left:15px;
	padding-right:15px;
}

#menu span a:hover{
	background-color:#666:
}

#menu span a:active{
	background-color:#666:
}

#barrainf{
	position:absolute;
	text-align:center;
	bottom:0px;
	width:100%;
	height:25px;
	padding:10px 0px 10px 0px;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#666;
}

#barrainf span{
	color:#FFF;
	font-family:Helvetica, sans-serif;
	font-size:17px;
	padding:0px 7px 0px 6px;
}

.separador{
	border-right-style:solid;
	border-right-width:1.5px;
	border-right-color:#FFF;
}


/*
img{
	border-width:2px;
	border-style:solid;
	border-color:#b03;
} 

span{
	border-width:2px;
	border-style:solid;
	border-color:#F00;
}

div{
	border-width:2px;
	border-style:solid;
	border-color:#0F3;
}
*/
