/* CSS Document */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-image:url(/ima/bg2.png); background-attachment: fixed;}
h1, h2, h3 { color: #333; }
h1.blanco { color: #FFF; }
#wrapper { width:700px; margin: 0 auto; z-index:12;}
#header { }
#menu { padding: 30px; }
#logo { padding: 60px; }
#galeria { padding: 30px;  }
.obras_item { margin: 10px; padding: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; background-color: #FFFFFF; width: 220px; float: left;}
.obras_item a { text-decoration: none; }

#galeria img { border: 3px solid #FFF; margin: 5px 10px 10px 10px; }
#novedades { padding: 30px; }
.novedad { background-color: #f4f0f0; margin: 5px; padding: 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
#footer { font-size: 10px; color: #FFFFFF;}
.limpiar { clear: both; }

#menu a { text-decoration: none; font-weight: bold; color: #000; font-size: 12px; -moz-border-radius: 5px; -webkit-border-radius: 5px; /* background-color:#000; */ padding: 5px 10px; margin: 30px 5px;}
#menu a:hover { border: 1px solid #000;}


/* Encabezado fixed */
#encabezado_fixed {
	display:block;	
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	height:80px;
	z-index:999;
	background: #515151 url('/ima/bg3.png') top center repeat;
	padding: 0 0 0 1px;
}

#encabezado_fixed_top {
	display:block;	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	height:80px;
	z-index:999;
	/* background: #f4f0f0 url('ima/bgupdown.png') repeat-x; */
	background: url('ima/bg2.png') repeat-x;
	padding: 0 0 0 1px;
}


#contenido {
	display:block;	
	position:fixed;
	top:90px;
	bottom: 90px;	
	left:0px;
	width:960px;
	text-align:left;
	height:100% - 170px;
	z-index:799;
	padding: 0 0 0 1px;
	left: 50%; 
	margin: 0 0 0 -480px;
	overflow: scroll;
	overflow-x: hidden;
	}
 

/* Sliding div */
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 300px;
  width: 500px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 300px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
/* Slide Div */

/* Contacto */
.container {
	width:960px; 
	margin:0px auto; 
	position:relative;
	z-index:1000;
	}


/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left: 450px;
	z-index:1000;
	}
	

/* Hides the whole contact form until needed */	
#contactForm {
	margin: 75px 0px 0px 0px;
	height:324px;width:450px;
	background:#515151 url(../images/caballito.png) no-repeat 220px 11px; 
	border:1px solid #929191;
	padding:7px 12px; 
	color:#fff;
	display:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	/*
	height:47px; width:211px;
	background:url(../images/contact_me.png); 
	position:absolute; 
	left:250px; bottom:-44px; 
	cursor:pointer;
	*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 60px;
	position:absolute; 
	left:350px; bottom:-44px; 
	cursor:pointer;
	background-color: #333333;
	color: #CCCCCC;
	}
		
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
/* #backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	*/
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d; 
	color:#000; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
		-moz-border-radius: 5px;
	border-radius: 5px;

	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px; 
	height: 35px; width:80px; 
	cursor:pointer; 
	float:left; 
	margin-top:190px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
/* .bottomlink {position:absolute; bottom:0;} */

