html {
   min-height: 100%;
  position: relative;
}


body {
  margin: 0;
 font-family: 'PT Sans', sans-serif;
  
 }
 .headline{
	 font-family: 'PT Sans', sans-serif;
	color:#34b4e0;
	font-weight: bold;
	 
 }
 #blogspot/SOgUIkk4ddmms6rsh0bg4118shucotg{
	font-family: 'PT Sans', sans-serif;
	color:#9e9f9f;
}
.titulo{
	font-family: 'PT Sans', sans-serif;
	color:#34b4e0;
	font-weight: bold;
	}
.txt{
	font-family: 'PT Sans', sans-serif;
	color:#9e9f9f;
}
#contenedor{
	margin-top:0px;
	width:1160px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	margin-bottom:60px;
}
#cuerpo-home{
	margin-top:30px;
	width:1160px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	margin-bottom:60px;
	
}
#top{
	width:1160px;
	background-color:#e4e5e5;
	height:104px;
}
#izquierda{
	width:287px;
	float:left;
	height:104px;
	
}

.gap-right {
  margin-right: 24px; 
}
#centro{
	float:left;
	width:873px;
}
#textobio{
	width: 490px; 
	float: left;
}
.caja{
	
	border:1px solid #61c5e7;
    padding:5px;
    width: 100%;
    margin-bottom: 10px;
}
textarea{
	border:1px solid #61c5e7;
    padding:5px;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;

}
.button {
			background: #61c5e7;
            color: #fff;
            border-radius: 2px;
            padding: 10px;
            
        }

footer {
	
	
	/**position: absolute;**/
	bottom: 0;
	
	height: 40px;
	 padding-top: 100px;
	
}
.intfooter{
	background-color:#e4e5e5;
	margin-left:auto;
	margin-right:auto;
	

}
#logo{
	float:left;
	width:287px;
}
#imgfooter{
	float:left;
	width:287px;
}
#creditfooter{
	display:none;
}
.padd20{
	padding: 20px;
}
.tamanoh{
	height:82px;
	width:873px;
}
.menu_simple {
   
    background-color: #e4e5e5;
	float:left;
}

.menu_simple ul {
    margin: 0; padding: 0;
    float: left;
}

.menu_simple ul li {
    display: inline;
}

.menu_simple ul li a {
    float: left; text-decoration: none;
    color: #707070; 
    padding-top: 9px;
	padding-right: 11px;
    background-color:  #e4e5e5;
}
 

 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #fff;
    /**background-color: #34b4e0; **/
}
.menu_simple ul li .activo{
    color: #34b4e0;
	font-weight: bold;
    /**background-color: #34b4e0;**/
}
.linked{
	margin-top: -9px;
}