
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #fff url('../gfx/backs/background.gif') bottom repeat-x;
	font-size: small;
	
}

* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}
body,td,th {
	font-family: "Arial", serif;
	color: #6d6d6f;
}

a { 
	color: #176dc4;
	text-decoration: underline;
}

a:hover { 
	text-decoration: none;
}

div#wraper {
	width: 778px;
	display: block;
	margin-left: auto;
	margin-right: auto; 
	padding-left: 20px;
	padding-right: 20px;
}
/*****************************************************/
/* RESETTERS AND GLOBAL SETTINGS               		 */
/***************************************************/

h1, h2, h3, h4 { 
	margin-top: 0px;
	margin-bottom: 10px;
	color: #8cc63f;
	font-weight: normal;
}
h1 { 
	font: 120% Arial, serif;
	line-height: 110%;
	font-weight: bold;
}

h2 { 
	font: 100% Arial, serif;
	line-height: 100%;
	font-weight: normal;
	color: #176dc4;

}

/*****************************************************/
/* Layout                             		 */
/***************************************************/

div#cabecera { 
	width: 758px;
	padding-left: 10px;
	padding-top: 20px;
}

body#home ul#nav li a#homeli,
body#about ul#nav li a#aboutli,
body#photos ul#nav li a#photosli,
body#contact ul#nav li a#contactli
 { 
	background: #eaf2e0;
	cursor: default;
	color: #ed1c24;
}

#menu { 
	width: 758px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
/*	padding-bottom: 7px;*/
}

div#menu ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu ul li { 
	float: left;
}

div#menu ul li a { 
	text-decoration: none;
	padding: 7px 9px 4px 10px;
	color: #ed1c24;
	font-weight: bold;
}

div#menu ul li a:hover { 
	color: #8cc63f;
	background: #eaf2e0;
	font-weight: bold;
}

#nav a {
	display: block; 
}

#nav a.sub_menu { 
	background: #8cc63f;
	width: 134px;
	color: #fff;
	border: 1px solid #fff;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}


div#contenido { 
	float: left;
	width: 728px;
	background: #eaf2e0;
	padding: 20px 20px 20px 20px;
	border: 10px solid #fff;
	border-top: 0px;
}

div#columna_1 { 
	float:left;
	width: 475px;
	margin-right: 20px;
}

div#columna_2 {
	float:left;
	width: 204px;
	margin-left: 20px;
}

div#columna_3 {
	float:left;
	width: 680px;
	height: 600px;
	margin-left: 0px;
}

div#columna_4 {
	float:left;
	width: 700px;
	margin-left: 0px;
	margin-bottom: 20px;
}

div#Newsletter{
	float:left;
	width: 730x;
	height: 990px;
	margin-left: 0px;
}

div#footer { 
	float:left;
	width: 758px;
	height: 120px;
	color: #176dc4;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10px
	
}

div#footer a { 
	color: #176dc4;
	text-decoration: underline;
}

div#footer a:hover { 
	text-decoration: none;
}