@charset "UTF-8";
/* CSS Document */

/*PLUGIN RECUADRO*/

.recuadro {
	background-color: #EEEEEE;
    border: 1px solid #A7B911;
    border-radius: 12px 12px 12px 12px;
    font-family: 'Arvo',arial,sans-serif;
    margin-bottom: 1.2em;
    padding: 12px;
    width: auto;
}

.recuadro p {
    font-family: 'Arvo',arial,sans-serif;
}

a.boton, a.boton_subir {
    border-radius: 12px 12px 12px 12px;
    display:inline-block;
    font-family: 'Arvo',Serif;
    padding: 10px 20px;
    text-transform: uppercase;
	z-index: 1;
}

a.boton:hover, a.boton_subir:hover {
	text-decoration:none;
	
}

a.verde:hover {
	background-color: #FFFFFF;
    color: #A7B911 !important;
}

a.azul:hover {
	background-color: #1073A6;
    color: #FFFFFF !important;
	
}

a.gris:hover {
	background-color: #A7B911;
    color: #FFFFFF !important;
	
}

a.rojo:hover  {
	background-color: #EEEEEE;
	color: #D36361 !important;
}

.verde {
	background-color: #A7B911;
	color: #FFFFFF !important;
}

.azul {
	background-color: #EEEEEE;
	color: #1073A6 !important;
	margin-bottom: 10px;
}

.gris {
	background-color: #EEEEEE;
	color: #A7B911 !important;
}

.rojo {
	visibility:hidden;
	background-color: #D36361;
    color: #FFFFFF !important;
    position: fixed;
    right: 40px;
    top: 40px;
}

.inline {
	margin-right: 20px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.margenArriba {
	
}

