/* 
CSS NEXEDuet 
ver 1.0
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img
	{margin:0px; padding:0px; border:0px}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;}


p {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	padding: 0px 0px 5px 0px;
	text-align:justify;
}

h1 {
	display:none;
}
h2 {
	font-size:14px;
	color:#fff;
	padding-top: 40px;
	padding-left: 20px;
	font-family: "Helvetica";
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}
h3 {
	font-size:12px;
	color:#ff5c00;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Arial";
	font-weight:bold;
	text-decoration: none;
	text-transform: capitalize;
	text-align:left;
}
h4 {
	font-size:10px;
	color:#ffffff;
	padding-top: 10px;
	font-family: "Arial";
	font-weight:bold;
	text-decoration: none;
	text-transform: capitalize;
	text-align:center;
	padding: 0px 20px 5px 20px;
}
h5 {
	font-size:8px;
	color:#235860;
	padding-top: 10px;
	font-family: "Arial";
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	/*padding: 0px 20px 5px 20px;*/
}
h6 {
	font-size:2px;
	color:#ffffff;
	padding-top: 10px;
	font-family: "Arial";
	text-decoration: none;
	text-align:right;
	/*padding: 0px 20px 5px 20px;*/
}

/*  ...   */
li {
	list-style-type: none;
	float:left;
	height:20px;
}
li a {
	list-style-type: none;
	text-decoration: none;
	text-align:center;
	font-size: 14px;
	color:#ffffff;
	padding-left:10px;
	width: 92px;
	height: 20px;
    line-height:20px;
    display:block;
	top: 3px;
}
li a:hover {
	color:#f8bf04;
}
.select {
	color:#f8bf04;
}
.unselect {
	color:#ffffff;
}


/*Body-----------------------*/
body {
	text-align:center;
	min-width:507px;
	margin: 0px;
	border: 0px;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#40494A;
}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 1014px;
	height:auto;
	top: 12px;
	position: relative;
}
#container {
	width: 1004px;
	height: 680px;
	float: left;
	left: 5px;
	background-color: #FFFFFF;
	position: relative;
}
#alinear {
	width: 964px;
	height: auto;
	top: 20px;
	float: left;
	left: 20px;
	background-color:#FFFFFF;
	position: relative;
}
#flash {
	width: 963px;
	height:640px;
	float:left;
	background-color:#ffffff;
	position: relative;
}
#foot{
	width: 963px;
	height:150px;
	*height:150px;/* IE6 e IE7 */
	float: left;
	background-image:url(../img/food.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}
#pie{
	width: 1004px;
	height:24px;
	*height:34px;/* IE6 e IE7 */
	float: left;
	position:relative;
	left: 5px;
}
#copyright {
	width: 943px;
	height:auto;
	float:left;
	position: relative;
	margin-top:4px;
}
/*________*/
.copyright {
	font-family:"Arial";
	font-size:10px;
	font-weight:bold;
	color:#757679;
	text-decoration:none;
	text-align:left;
}
.link_pie {
	font-family:"Arial";
	font-size:10px;
	font-weight:bold;
	color:#757679;
	
	text-align:left;
}
.link_pie a {
	color:#757679;
	text-decoration:none;
}

