/*
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;
}

/*cuerpo*/
body{
	font: 12px sans-serif;
	color: #6a6a6a;
	background: url(../images/bg.jpg) top center no-repeat #76B4E5;
	line-height: 1.5;
}
body li{
	display: block;
	background: url(../images/fish1.gif) no-repeat;
	padding-left: 16px;
}

/*padre*/
#main_bg {
	width: 1044px;
	background: url(../images/main_bg.png) left repeat-y;
	margin: 0px auto;}
	
#main {
	width: 1015px;
	margin: 0px auto;
}
	
/*imagen*/
#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;
}

/*menu */
#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(8) {
    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 ;
}
	


#content{
	width: 100%;
}

*.munth_box {
	padding: 3px 15px 0px 39px;
	background: url(../images/fish_left.gif) 6px 7px no-repeat;
}

.left_box {
	padding: 50px;
}

.text{
	padding: 0px 20px 15px 9px;
	font-size: 14px;
}

.left_col {
	float:left;
	width:537px;
}
	
.img_l {	float:left;
		margin: 3px 15px 3px 0px;
}

#left H1{
	font-family:"sans-serif";
	line-height: 1;
	font-size:20px;
	font-weight: 50px;
	color: rgb(113, 113, 119);
	text-align: left;
	padding: 10px 0px 20px 30px;
	background: url(../images/title.gif) top repeat-x;
}

#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;
}

.enlace a{
	color: #195ae7;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;	
	padding-left: 10px;
}
.enlace a:hover{
	color: #FFFFFF;
	background-color: #0c0a0a;
	text-decoration: underline;
	border-radius: 5px;
}

 

.new {
	display: inline-block;
	text-align: left;
	margin-top:15px;
	border: 2px solid green;
	margin-left: 40px;
	margin-right: 40px;
}

.sci {
	float: right;
	display: block;
}



/*Cards*/
.container-card{
	width: 100%;
	display: flex;
	max-width: 1100px;
	margin: auto;
}
.card{
	font-size: 13px;
	width: 100%;
	margin: 20px;
	border-radius: 6px;
	overflow: hidden;
	background:#fff;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
	transition: all 400ms ease-out;
	cursor: default;
}
.card:hover{
	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
}
.card img{
	width: 100%;
	height: 210px;
}
.card .contenido-card{
	padding: 15px;
	text-align: left;
}
.card .contenido-card h3{
	margin-bottom: 15px;
	color: #7a7a7a;
}
.card .contenido-card p{
	line-height: 1.8;
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 5px;
}
.card .contenido-card a{
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: #2fb4cc;
	border: 1px solid #2fb4cc;
	border-radius: 4px;
	transition: all 400ms ease;
	margin-bottom: 5px;
}
.card .contenido-card a:hover{
	background: #2fb4cc;
	color: #fff;
}
@media only screen and (min-width:320px) and (max-width:768px){
	.container-card{
		flex-wrap: wrap;
	}
	.card{
		margin: 15px;
	}
}
/*Fin-Cards*/

 