*{
	padding:0px;
	margin:0px;


	}
body{

	padding:0px;
	margin:0px;
	background-color:rgba(113, 54, 115, 0.1);
}

.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.animate1
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.action-button
{
	position: relative;
	padding: 10px 20px;
  margin: 0px 10px 10px 0px;
  float: left;
	border-radius: 7px;
	font-family: 'Pacifico', cursive;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.action-button1
{
	position: relative;
	padding: 10px 20px;
  margin: 0px 10px 10px 0px;
  float: left;
	border-radius: 7px;
	font-family: 'Pacifico', cursive;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}

.red
{
	background-color: #990000;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}
.gray
{
	background-color: #666;
	border-bottom: 5px solid #999;
	text-shadow: 0px -2px #333;
	box-sizing:border-box;
}

.red1
{
	background-color: #930;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.green
{
	background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}

.yellow
{
	background-color: #F2CF66;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}
.yellow1
{
	background-color: #F2CF66;
	border-bottom: 5px solid #F2CF66;
	text-shadow: 0px -2px #F2CF66;
}


.COTIZA
{
	background-color: #CC6600;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}
.SEDES
{
	background-color: #996600;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}
.COTIZAR
{
	background-color: #996600;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}


.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}
/* ARROWS */
 .arrowText {
 position:relative;
 margin: 20px;
 width:150px;
 height:inherit;
 background: #f00;
 box-sizing:border-box;
 float: left;
 }
 .arrowText:before, .arrowText:after {
 content: " ";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 }
  .arrowText:arrowText:after1 {
 content: " ";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 }




/* RIGHT ARROW */
 .arrowRight:before, .arrowRight:after {
 border-bottom: 25px solid transparent;
 border-top: 25px solid transparent;
 top:-1px;
 }
 .arrowRight:after {
 border-left: 16px solid #C7E0E5;
 right: -20px;
 z-index: 3;
 }

.arrowRight:before {
 border-left: 16px solid #0cceff;
 right: -20px;
 z-index: 2;
 }



/* LEFT ARROW */
 .arrowLeft:before, .arrowLeft:after {
 border-top: 25px solid transparent;
 border-bottom: 25px solid transparent;

top:-1px
 }
   .arrowLeft1:before, .arrowLeft2:after {
 border-top: 22px solid transparent;
 border-bottom: 22px solid transparent;

top:0px
 }
 .arrowLeft:after {
 border-right: 16px solid red;
 left: -15px;
 z-index: 2;
 }

 .arrowLeft:before {
 border-right: 16px solid red;
 left: -16px;

 z-index: 1;
 }
 .arrowLeft1:before {
 border-right: 20px solid #666;
 left: -16px;

 z-index: 1;
 }

 .arrowLeft1:after {
 border-right: 13px solid gray;
 left: -12px;
 z-index: 2;
 }

 #div-border {
border-left: 1px solid #ccc;
width:1px;
height:500px;
}


.cuadros{
	 border-radius:0px 0px 10px 10px;
	 padding-top:10%;
	 padding-bottom:2%;
	 background: linear-gradient( 90deg, #713673 70% , #591b5b);
}

.cuadros p, .pestañas-titulos a{
	color:#FFF;
	font-weight:bold;
	width:100%;
	box-sizing:border-box;
	}
.cuadros a{
	color:#FFF;
	}

.pestañas-titulos{
	 border-radius:10px 10px 0px 0px ;
	 margin-bottom:0px;
	 padding-top:5%;
	 padding-bottom:5%;
	 background: linear-gradient( 90deg, #713673 35%, #591b5b);
	}
.recuadros{
	 border-radius:10px 10px 10px 10px ;
	 margin-bottom:1%;
	 padding-top:2%;
	 padding-bottom:2%;
	 background: linear-gradient( 90deg, #713673 35%, #591b5b);
	}

.recuadros a{
	color:#FFF;
	font-weight:bold;

	}
.recuadros h4{
	padding-left:2%;
	padding-right:2%;
	}
#paralelogramo:after {
     width: 150px;
     height: 100px;
     border: 3px solid #555;
     background: #428bca;
     -webkit-transform: skew(20deg);
     -moz-transform: skew(20deg);
     -ms-transform: skew(20deg);
     -o-transform: skew(20deg);
     transform: skew(20deg);
}
.nav-inferior  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav-inferior li {
    float: left;
	list-style:none;
	padding-left: 1%;
}

.nav-inferior li a {
    display: block;
    color: black;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.nav-inferior li a:hover {
    background-color: #ddd;
}
.cuadros-verdes{
	color:#fff;
	border-radius:10px;
	background: linear-gradient(45deg, #0d0 30% , #090);
}
.cuadros-verdes > a{
	color:#fff;
}
.morado{
	background-color:#713673;
	color:#fff;
}
.naranja{
	background-color:#713673;
	color:#fff;
}
.morado2{
	background-color:#713673;
	color:#fff;
}
.naranja2{
	background-color:#713673;
	color:#fff;
}
custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]#color-6 + label span {
	background-color: #ededed;
  }

.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}

.bg-white{
	background-color: #fdfdfd;
}

.p-10{
	padding: 10px!important;
}

.p-20{
	padding: 20px!important;
}

.mb-10{
	margin-bottom: 10px!important;
}

.mb-20{
	margin-bottom: 20px!important;
}
.rounded-10{
	border-radius: 10px!important;
}


.custom-radios input[type="radio"]#color-11 + label span {
	background-color: #2ecc71;
  }
  .custom-radios input[type="radio"]#color-22 + label span {
	background-color: #f1c40f;
  }
  .custom-radios input[type="radio"]#color-33 + label span {
	background-color: #e74c3c;
  }

  .custom-radios2 input[type="radio"]:checked + label span {
	background-color: #858585!important;
	transition: all .3s ease;
	font-weight: bold!important;
  }