// INEO Weekend

html{
font-size:100.01%;
}
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color:white;
}

p{
  /*font-size: 10px;*/
  line-height: 1.44em;

}

img {
	border: none;
}

a:hover {
	border-bottom: 1px white dotted;
	text-decoration: none;
}

li{
	text-decoration:none;
	list-style-type:none;
	line-height:200%;
}


/* Basico */
body {
font-size:75%;
	background: #a8d054;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#fff;}
h1 {font-size:4em;line-height:1;margin-bottom:0em;font-weight:200}
h2 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h3 {font-family:Arial;font-size:1.80em;margin-bottom:0.75em;letter-spacing:2px;color:#fff}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

#wrapper {
	width: 970px;
	margin: 0 auto;
	margin-top:30px;
	text-align: left;
	
}

/* Header */
#header {
	background: #fff url(images/header.jpg) top left no-repeat; */
	width: 100%;
	height: 170px;
	margin-bottom:30px;
	border-top-right-radius: 130px; 
    -moz-border-radius-topright: 130px; 
    -webkit-border-top-right-radius: 130px;

	border-bottom-right-radius: 5px; 
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px;  

	border-top-left-radius: 5px; 
    -moz-border-radius-topleft: 5px; 
    -webkit-border-top-left-radius: 5px;  

	border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; 
    -webkit-border-bottom-left-radius: 5px;  	
}
#logo {
	float :left;
	margin-top: 30px;
	margin-left: 40px;
}



/* Content */
#content-top {
	margin-top: 10px;
	width: 890px;
	height: 218px;
	font-size: 16px;	
	font-weight: lighter;
	margin:0 auto;
	background:url(images/content-top_fotos.jpg);
	padding: 40px;
}

#content-info {
	margin-top: 10px;
	width: 890px;
	margin:0 auto;
	background: white;
    color: black;
	padding: 40px;
    float: left;
    clear: both;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
}

#content-top:hover {
	background:url(images/content-top_fotos1.jpg);
}

div.column-left-middle {
	width: 579px;
	float: left;
	margin-right: 41px;
}

#content-middle {

	padding: 0px 40px;
	margin-top: 30px;
	margin-bottom:30px;
	width: 890px;
	font-size: 14px;
	float: left;
	clear: both;
	
}

div.column-left, div.column-middle, div.column-right {
	width: 269px;
	float: left;
}

#content-middle div.column-middle {
	padding: 0px 20px;
	margin: 0px 20px;
	border-left: 1px white solid;
	border-right: 1px white solid;
}

#footer {
	border-top-style:solid;
	border-width:5px;
	border-color:#6ea53e;
	width: 100%;
	background: #5e9b39;
	float: left;
	clear: both;
	padding-bottom: 20px;
	margin-top: 20px;
}

#content-bottom {
	width: 970px;

	text-align: left;
}

#content-bottom div.column-right {
	width: 349px;
}

#content-bottom div.column-left-middle {
	width: 580px;
}

#content-bottom div.content-white{
	padding: 40px;
}

#footer .org-image{
	height: 85px;
	width: 100px;
	float: left;
	text-align: center;
	background:#fff;
	padding-top:5px;
	margin:5px;
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    position: relative;
}

#footer img {
	position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;
}

.content-white{
	background: #fff;
	color:black !important;
	
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
}

.content-greenish {
	background: #CFE4A1;
	color:black !important;
	
	text-align: center;
	margin-top: 30px;
	
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#content-down
{
text-align:left;
	width: 890px;
	height:300px;
	margin:0 auto;
	margin-top:30px;

}

#content-down .column-left {
	text-align:left;
	float:left;
	width: 269px;
	padding: 0px ;
	margin: 0px ;
}

#content-down .column-middle {
	text-align:left;
	float:left;
	width: 269px;
	padding: 0px 20px;
	margin: 0px 20px;
}

#content-down .content-right{

	float:left;
	width: 269px;
	padding: 0px ;
	margin: 0px ;
	text-align:left;
}

.sub-left{
	width:269px;
	float:left;
    margin-right: 40px;
}
.sub-right{
	width:269px;
	float:left;
}

.sub-right a, .sub-left a{
	border-bottom:1px dashed #CFE4A1;
	color:black;
	}
	

.sub-right a:hover, .sub-left a:hover{
	border-bottom:none;
	color: black;
	font-weight:bold;
	}

.black{
	color:black;

}

.green{
	color:#5e9b39;
	font-size:2.2em
}

.min-height
{

	height:150px;

}

.min-height2
{

	height:200px;

}

.link-area{

width:280px;
height:180px;

}

#form{
	background:#fff;
	padding:40px;
			border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
}