html, body{
	height:100%;
	}
	
body{
	background: url('imagenes/fondoweb.jpg') repeat-x top left #3e2c1f;
	margin: 0;
	padding: 0;
}

#contenedor {
	background: #3e2c1f;
	color: #ddd;
	font-family: Georgia, _serif;
	font-size:12pt;
	min-height:100%;
	width: 92%;
	text-align: left;
	border-left: 2px solid #BF9D5B;
	border-right: 2px solid #BF9D5B;
	margin: 0 auto;
	padding-bottom: 2em;
}

form{
	display:inline;	
}

a{
	color: #ddd;
	text-decoration:none;
}

a:visited{
	color: #ddd;
	text-decoration:none;
}

a:hover{
	color: #ddd;
	text-decoration:underline;
}

#cabecera{
	width: 100%;
	height: 160px;
	background-color: #000;
	background-image: url('http://www.correcaminosrockcafe.com/imagenes/fondocabecera.jpg');
	background-attachment: fixed;
	background-position: top right;
	background-repeat: repeat-y;
	color: #352f37;
	display:block;
}

#cabecera .anim{
	margin:0 3%;
	float:left;
}

#menu{
	background-image: url('http://www.correcaminosrockcafe.com/imagenes/fondomenu.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	height:30px;
	font-weight:bold;
	font-size:16px;
	color: #352f37;
	text-align:center;
	margin:0;
	padding:0;
	display:block;
}
.seccionenuso{
	top:3px;
	padding: 0 10px 3px 10px;
	color: #555;
	text-decoration:none;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#555;
	border-right:1px dotted #555;
	position: relative;
	}

#menu a{
	top:3px;
	padding: 0 10px 3px 10px;
	color: #222;
	text-decoration:none;
	font-weight:bold;
	border-right:1px dotted #555;
	position: relative;
}

.fototexto{
	border: 15px solid #fff;
	margin: 9px;
	float:left;
}

#menu a:visited{
	padding: 0 10px 3px 10px;
	color: #222;
	text-decoration:none;
	font-weight:bold;
	position: relative;
}

#menu a:hover{

	padding: 0 10px 3px 10px;
	color: #555;
	text-decoration:none;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#555;
	position: relative;
	position: relative;
}

.formlogin input{
	background: #fdd793;
	border: 1px solid #555; 
	font-size:.7em;
}

#pie{
	width:100%;
	font-size:.7em;
	background:#bf9d5b;
	border-top:1px dotted #555;
	height:15px;
	color: #352f37;
	padding-top:1px;
	text-align: center;
	position:fixed;
	bottom:0;
}

#contenido{
	color:#ddd;
	text-align:left;
	margin-left: 20px;
	margin-right: 20px;
}

#publi{
	background: #3e2c1f;
	color:#ddd;
	text-align:justify;
	width:220px;
	float:right;
	margin: 15px;
	border:3px solid #fff;
	font-size:.8em;
}
.titulonotis{
	padding: 5px;
	font-weight:bold;
	color: #352f37;
	background-color:#fff;
	display:block;
}
.noticias{
	padding:5px;
	display:block;
}

#btngaleria{
	width:245px;
	height:65px;
	background: #fff;
	color: #352f37;
	padding: 5px;
	cursor: pointer;
}

#btngaleria a{
	color: #352f37;
	font-weight:bold;
}

#btngaleria a:visited{
	color: #352f37;
	font-weight:bold;
}

#btngaleria a:hover{
	color: #352f37;
	font-weight:bold;
	text-decoration:underline;
}

p{
	margin-left:12px;
	margin-right: 12px;
}

#itemnoticia{
	border: 2px solid #ddd;
	margin-bottom: 15px;
	}

#titular{
	background: #ddd;
	color: #3e2c1f;
	font-weight:bold;
	text-decoration: underline;
	padding: 3px;
}

#cuerpo{
	padding: 5px;
}

#calendario{
	border: 3px solid #fff;
	float:left;
	margin: 12px;
}

#calendario table{
	border:0;
}

#calendario td{
	margin: 3px;
}

.diaactual{
	background-color: #bf9d5b;
	color:#3e2c1f;
	font-weight: bold;
}