@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	background-image:url(../images/bkgpage.jpg);
	background-repeat:no-repeat;
	background-color:#7c2624;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}

a:focus {
	outline: none;
}

html,body {
	height:100%;
}


form {
	overflow: hidden;
}

form label {
	display: block;
	margin-bottom: 4px;
}

form p {
	margin-right: 10px;
	margin-bottom: 0;
}

/* Hack para IE 6 */
* html #container {
	height:100%;
}

#container {
	min-height: 100%;
	height: 100%;
	height: auto !important;
}

#header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height:180px;
	text-align:center;
}

#flash {
	width:100%;
	height:360px;
}

#footer {
	width:100%;
	height:25px;
	margin-top:-25px;
	position:relative;
	background-color:#914628;
}
#footer p {
	margin:0;
	padding-top:5px;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu {  
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	margin:0px 2px 0px 2px;
	float:left;
}
#menu li a {
	display:block;
	width:auto;
	text-decoration:none;
	text-align:left;
	font-size:15px;
	color:#FFFFFF;
	padding:10px 9px;
}
#menu li a:hover {
	background-color:#914628;
}
#menu li a:active {
	color:#dcb43c;
}

#menuBar {
	width:auto;
	height:38px;
	background-color:#640000;
}

#pages {
	clear:both;
	margin:30px 0px 50px 0px;
}
#pages p{
	font-size:15px;
	line-height:1.4;
}
#pages a {
	color:#dcb43c;
	text-decoration:none;	
}
#pages a:hover {
	color:#dcb43c;
	text-decoration:underline;
}

#centerMenu {
	width:1000px;
	margin:0px auto;
	padding:0px;
}
#centerText {
	width:840px;
	margin:0px auto;
	padding:0px;
}
#centerTextSmall {
	width:430px;
	margin:0px auto;
	padding:0px;
	float:left;
}

#centerTextBig {
	width:490px;
	margin:0px auto;
	padding:0px;
	float:left;
}

#pagesRightDiv {
	width:auto;
	float:left;
	margin-left:60px;
}
#pagesRightDiv img {
	border:none;
}

#centerTextSmall  ul {
	margin: 0 0 0 10px;
	padding: 0 5px 0 0;
}

#centerTextSmall  ul li {
	list-style-position: inside;
	margin-bottom: 8px;
}

#name, #email {
	width: 200px;
	border: 2px solid #cc7654;
}

#suscribe {
	border: 0;
	background: #914628;
	color: #FFF;
	padding: 4px;
	margin: 0px 0 0 0;
}

.center {
	text-align: center;
}
