/*
Theme Name: Fiesta-Laloberinto
Theme URI: www.laloberinto.com
Description: Playfull and colorfull
Author: Laloberinto
Author URI: www.laloberinto.com
.
Templates by Laloberinto.com!
.
*/


/* =Reset default browser CSS
-------------------------------------------------------------- */
@charset "UTF-8";
.fullBg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
 
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.wrapper {
	width:780px;
	z-index:auto;
	opacity:.94;
	margin: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
.header {
	width: 770px;
	float: left;
	margin: auto;
	background-color: #D28167;
	padding-top: 20px;
}
.header-index {
	height: 500px;
	width: 770px;
	margin: auto;
	float: left;
}
.menu2 {
	height: 170px;
	width: 770px;
	float: none;
	margin: auto;
}
.menu {
	height: 150px;
	width: 770px;
	margin: auto;
	float: left;
}
.content-nav-top {
	background-image: url(assets/images/content-top-nav.png);
	height: 24px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
	float: none;
}
.content-nav {
	float: left;
	width: 770px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #AEC173;
}
.content-nav-buttom {
	background-image: url(assets/images/content-buttom-nav.png);
	float: none;
	width: 770px;
	height: 20px;
	background-position: bottom;
}
.title {
	font-family: 'Irish Grover', cursive;
	font-size: 24px;
	font-style: italic;
	color: #333;
	padding-top: 10px;
	padding-left: 70px;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333;
	padding-right: 70px;
	padding-left: 150px;
	padding-bottom: 50px;
	padding-top: 50px;
	float: left;
	width: 540px;
}
.footer {
	width: 770px;
	margin: auto;
	background-color: #DA947C;
	float: left;
	height: auto;
}
.footer-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #405239;
}
.menu_titles {
	font-family: 'Irish Grover', cursive;
	font-size: 14px;
	font-style: italic;
	color: #030;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	color: #030;
	font-style: italic;
}

a:hover {
	colour: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #033;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right center;
	font-style: italic;
	font-size: 14px;
}

a:active {
	color: #033;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-style: italic;
}