/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

/*principal*/
*
{
border: 0px;
margin: 0;
}


img
{ 
border: 0px;
}

body{
	font: 12px sans-serif;
	color: #6a6a6a;
	background: url(../images/bg.jpg) top center no-repeat #76B4E5;
	line-height: 1.5;
}
 
#main_bg {
	width: 1044px;
	background: url(../images/main_bg.png) left repeat-y;
	margin: 0px auto;}
	
#main {
	width: 1015px;
	margin: 0px auto;
}
	
#header { 
	width:1015px;
	height: 240px;
	background: url(../images/poyecto.jpg) left top no-repeat;
	background-position: center; 
	background-size: cover;
	position: sticky;
	top: -200px;
	}

#logo {	
		height: 200px;
		background: url(../images/big_img.jpg) left top no-repeat;
		padding: 0px 0px 0px 95%;
}

#logo H2 {

		font-family: Georgia, "Times New Roman", Times, serif;
		color:#ffffff;
		font-size:18px;
		font-style:italic;
		}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
}

#logo H2 a{
	font-size: 12px;
	font-family:  serif;
	font-weight:100;
}

#buttons{
	text-align:center;
	height: 45px;
	margin-left: 0px;
	padding-left: 0px;
	/*background: url(images/bg_but.gif) top repeat-x;*/
	background-color:#00a653;
}
#buttons a:nth-child(5) {
    background: #60e299;
} 
#buttons a {
	font-family:  'Lato' ;
	line-height: 1.5;
	font-size: 13px;
	display: block;
	float: left;
	text-decoration: none;  
	color: #ffffff;
	text-align: middle;
	padding-top: 12px;
	height: 33px;
	margin-left: 5px;
}



.but {
	width: 121px;    
}
#buttons .but:hover{
	background-color: #7fd4aa ;
}
	
#footer{
	height: 40px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding: 12px 0px 0px 0px;
	background: url(../images/footer.gif) bottom repeat-x;
}

#footer a{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

#footer a:hover{
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}
 

 

 