
/*****GENERAL*****/
a {
	color: #1E6B52;
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #d0d0d0;
}

/*****IN PAGE*****/
hr.title-hr {
    border: 0;
    border-top: 1px solid #d0d0d0;
    display: block;
    margin: 1em 0;
    padding: 0;
}

div.column-a {
    	width: 55%;
    	float: left;
}

div.column-b {
    	width: 44%;
    	float: left;
    	margin-left: 1%;
}

div.clearfix {
	clear: both;
}

h2, h3, h4, h5 {
	-webkit-margin-before: 0;
    	-webkit-margin-after: 0;
	margin: 20px 0 0 0;
}

ul { padding-left: 12px; }
div.column-a li { padding: 5px; }

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

span.display-hide, p.display-hide, span.d-h, p.d-h, a.d-h {
	display: none;
}

button.diccionario-arc {
     background:none!important;
     border:none;
     padding:0!important;
     font: inherit;
     cursor: pointer;
     color: #1E6B52;
     outline: none;
}

/*****HOMEPAGE*****/

div#inicio img {
    	margin: 0 7px 7px 10px;
    	border: 2px solid #999;
    	border-radius: 2px;
}

a.my-buttom {
	display: block;
	float: left;
	padding: 7px 10px;
	margin: 10px;
	background-color: #d0d0d0;
	border-radius: 2px;
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
}

/*****SPACERS*****/

div.spacer-asignaturas {height: 360px;}
div.spacer-practica {height: 140px;}
div.spacer-pronunciacion {height: 215px;}
div.spacer-revision {height: 290px;}
div.spacer-vistas {height: 25px;}



img.vistas {
	margin: 10px;
	float: right;
}


/*****DISPLAY AND HIDE CONTENT*****/
div.content {
	clear: left; padding: 0;
}

div.content.inactive {
	display: none;
}

/*****KEEP SITE FROM BOUNCING*****/
#cero, #inicio, #zero, #uno, #dos, #tres, #cuatro, #cinco, #seis, #conjugaciones, #diccionarios, #ejercicios-de-practica, #gramatica-general, #pronunciacion, #revision-de-espanol-en-word, #vistas, #perfil, #acentos {
    	padding-top: 1000px;
    	margin-top: -1000px;
}

kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: Ubuntu,Arial,"libra sans",sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #242729;
    text-shadow: 0 1px 0 #FFF;
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.2),0 0 0 2px #FFF inset;
    white-space: nowrap;
}
