/* CarlosCamacho.com
   Main style sheet used in website
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #c46a36;
	background-image: url("../images/body_bg.png");
	background-position: 50% 0;
	background-repeat: repeat-y;
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 76%;
	line-height: 1.25em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h1 {
	color: #c17456;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

h2 {
	color: #c17456;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

a, a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:focus {
	color: #CCCCCC;
}

a:active {
	color: #FFFFFF;
}

#Contenedor {
  background-color: #9b4f22;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 950px;
}

#Contenedor #Header {
  background-color: #c46a36;
  background-image: url(../images/top_header.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  height: 100px;
  text-align: right;
  padding: 0;
}

#Contenedor #Header h1 {
  font-size: 1.5em;
  color: #ffffff;
  letter-spacing: 10px;
  /* margin-top: 165px;*/
  top: 70px;
  position: relative;
  font-family: "Trebuchet MS,Verdana,Helvetica,sans-serif";
}

#Contenedor #ContentWrapper {
	background-color: #FFFFFF;
}

#Contenedor #ContentWrapper #Contenido {
	border: double 4px #990000;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

#Footer {
  background-color: #c46a36;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: .85em;
  border-bottom: 1px solid #333;
}
