body {
	background: black;             
	color: #ccc;
}             

#header {
	display: block;
	height: 216px;
	background: url(../images/header.jpg) bottom left no-repeat;
	margin-bottom: 18px;
}                

#header h1{
	display: none;
}
    
hr {
	color: #333;
	background: #333;
}       

h1,h2,h3,h4,h5,h6 { 
  color:#eee; 
}
                
.navbar p {
    text-align: right;
}                  

.navbar a{
	color: white;
	background: #125AA7;
	display: block;  
	padding-top: 36px;
	padding-right: 4px;
 	text-decoration: none;
}

#header .supongamos {
	position: absolute;
	top: 100px;
	right: 100px;
	
}


.navbar a:hover{
	color: #125AA7;
	background: white;       
}               

.navbar a:visited, .navbar a:visited:hover{ 
	font-style: normal;
	}
/*                      
.container { background: url(blueprint/lib/img/grid.png); }
*/

.quiet {
	color: #333 !important;
	font-size: 10px;
}

.quiet h5 {
	color: #222 !important;
}              

.quiet a {
	color: #333 !important;
}          

.hoja {
	background: url(../images/cajaback.jpg) bottom left no-repeat;
}             

.escribe_datos{
	background: url(../images/llama.jpg) bottom left no-repeat;
	height: 180px;
	display:block;
}

.contac_form{
	background: url(../images/escribe.jpg) bottom left no-repeat;	
	height: 250px;
	display:block;
}          

#commentForm { width: 400px; }
#commentForm label { width: 100px; }
#commentForm label.error, #commentForm input.submit { margin-left: 103px; color: red;}
