@charset "utf-8";
/* CSS Document */
<!-- Botons developed and customized by JCRM - OGC -->
#b0-jcrm{
	background:#8EC321;
	}
#b1-jcrm{
	background:#8EC321;
	}
#b1-jcrm:hover{
	background:#3C4A48;
	}
#b2-jcrm{
	background:#06A7A7;
	}
#b2-jcrm:hover{
	background:#3C4A48;
	}
#b3-jcrm{
	background:#FFAF00;
	}
#b3-jcrm:hover{
	background:#3C4A48;
	}
#b4-jcrm{
	background:#EC3D25;
	}
#b4-jcrm:hover{
	background:#3C4A48;
	}

.content-jcrm{
	font-size:16px;
	color:#FFF;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	}

/* Bordes redondeados - JCRM - OGC*/

	.border-jcrm {
		-moz-border-radius:4px;
			 border-radius:4px;
	}

	.border-jcrm:before,
	.border-jcrm:after {
		bottom:15px;
		left:10px;
		width:50%;
		height:20%;
		max-width:300px;
		max-height:100px;
		-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
		   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
				box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
		-webkit-transform:rotate(-3deg);
		   -moz-transform:rotate(-3deg);
			-ms-transform:rotate(-3deg);
			 -o-transform:rotate(-3deg);
				transform:rotate(-3deg);
	}

	.border-jcrm:after {
		right:10px;
		left:auto;
		-webkit-transform:rotate(3deg);
		   -moz-transform:rotate(3deg);
			-ms-transform:rotate(3deg);
			 -o-transform:rotate(3deg);
				transform:rotate(3deg);
	}


/*Adic. array by JCRM-OGC

.content-jcrm {
    display: block;
    clear: both;
    background: #8EC321;
	width:650px;
	}*/