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

	padding:0px;
	margin:0px;
	background-color:#f5f5f5;
}

.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, #fea406 70% , #d83914);
}

.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, #f49e07 35%, #ea2718);
	}
.recuadros{
	 border-radius:10px 10px 10px 10px ;
	 margin-bottom:1%;
	 padding-top:2%;
	 padding-bottom:2%;
	 background: linear-gradient( 90deg, #f49e07 35%, #ea2718);
	}

.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;
}
