.elementoEnlace {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	min-height: 50px;
	/*
	background-image: url(../imagenes/elementos/boton-enlace.png);
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-position: right center;
	*/
	/*border-right: 10px solid transparent;*/ /* para separar 10px la imagen del boton del borde derecho */
	vertical-align: middle;
}

.elementoEnlace > .textoBoton {
	vertical-align: middle;
	float: left;
	width: 89%;
	padding: 0px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
	color: white;
}

.elementoEnlace > .textoBoton > a {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: RGB(233, 233, 233);
}

.elementoEnlace > .iconoBoton {
	float: right;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 9%;
	font-size: 7px;
}

.iconoBotonRojo {
	color: RGB(238, 119, 98);
}

.iconoBotonAzul {
	color: RGB(61, 140, 165);
}

.iconoBotonGris {
	color: RGB(151, 151, 151);
}

.iconoBotonBlanco {
	color: RGB(192, 189, 186);	
}

.elementoRojo {
	/*background-color:RGBA(192, 60, 32, 1);*/
	background-color: RGB(223, 57, 23);
}

.elementoGris {
	background-color: RGB(115, 115, 115);
}

.elementoAzul {
	background-color: RGB(0, 88, 124);
}

.elementoBlanco {
	/* background-color: RGBA(251, 246, 241, .9); */
	 background-color: RGB(251, 246, 241);
	color: black;
}

.elementoBlanco > .textoBoton > a {
	color: RGB(51, 51, 51);
}

.separado {
	margin-top: 25px;
}

.botonCuerpo {
	margin-right: 10px;
}