.top0{	padding-top:0px;}
.top10{	padding-top:10px;}
.top20{	padding-top:20px;}
.top30{	padding-top:30px;}
.top40{	padding-top:40px;}
.top50{	padding-top:50px;}
.top60{	padding-top:60px;}
.top70{	padding-top:70px;}
.top80{	padding-top:80px;}
.top90{	padding-top:90px;}
.top-10{ padding-top:-10px;}
.top-20{ padding-top:-20px;}
.top-30{ padding-top:-30px;}
.top-40{ padding-top:-40px;}
.top-50{ padding-top:-50px;}
.top-60{ padding-top:-60px;}

.bottom-20{ padding-bottom:-20px;}
.bottom-10{ padding-bottom:-10px;}
.bottom0{ padding-bottom:0px;}
.bottom10{ padding-bottom:10px;}
.bottom20{ padding-bottom:20px;}
.pbottom30{ padding-bottom:30px;}
.bottom40{ padding-bottom:40px;}
.bottom50{ padding-bottom:50px;}
.bottom60{ padding-bottom:60px;}
.bottom70{ padding-bottom:70px;}
.bottom80{ padding-bottom:80px;}
.bottom90{ padding-bottom:90px;}
.bottom120{ padding-bottom:120px;}
.bottom130{ padding-bottom:130px;}
.bottom140{ padding-bottom:140px;}
.bottom150{ padding-bottom:150px;}

.left0{ padding-left:0px;}
.left10{ padding-left:10px;}
.left20{ padding-left:20px;}
.left30{ padding-left:30px;}
.left40{ padding-left:40px;}
.left50{ padding-left:50px;}
.left60{ padding-left:60px;}

.right0{ padding-right:0px;}
.right5{ padding-right:5px;} 
.right10{ padding-right:10px;}
.right20{ padding-right:20px;}
.right30{ padding-right:30px;}
.right40{ padding-right:40px;}
.right50{ padding-right:50px;}
.right60{ padding-right:60px;}
.right70{ padding-right:70px;}
.right80{ padding-right:80px;}
.right90{ padding-right:90px;}

.mtop10{ margin-top:10px;}
.mtop20{ margin-top:20px;}

.mleft10{ margin-left:10px;}
.mleft15{ margin-left:15px;}
.mleft20{ margin-left:20px;}
.mleft30{ margin-left:30px;}

.pad5{ padding:5px}
.pad10{ padding:10px}
.pad20{ padding:20px}
.pad30{ padding:30px}
.pad40{ padding:40px}
.pad50{ padding:50px}
.pad60{ padding:60px}

.height10{height:10px;}
.height20{height:20px;}
.height30{height:30px;}
.height40{height:40px;}
.height50{height:50px;}
.height60{height:60px;}
.height70{height:70px;}
.height80{height:80px;}
.height100{height:100px;}
.height150{height:150px;}
.height200{height:200px;}
.height300{height:300px;}

/*alinear texto*/
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

/*tamaños tipo*/
.font-tama10 {font-size:10px;}
.font-tama20 {font-size:20px;}
.font-tama30 {font-size:30px;}
.font-tama40 {font-size:40px;}
.font-tama50 {font-size:50px;}
.font-tama60 {font-size:60px;}

.nomostrar {display:none;}

/*LISTA bullets*/
.lista_contador ul {
  list-style: none;
  padding: 0;
}
.lista_contador li {
  padding-left: 1.3em;
  padding-bottom:10px;
}
.lista_contador li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/*HEADER*/

.header_datos {
	margin-top:2px;
	margin-bottom:2px;
	display:block;
	padding: 5px 10px 5px 0px;
}

.header_datos.direccion {
	font-size:14px;
	padding: 5px 10px 5px -10px;
	color:#6e1e1b;
}
.header_datos.direccion a {
	color:#6e1e1b;
	text-decoration:none;
}


.header_datos.telefono {
	font-size:18px;
	padding: 5px 10px 5px -10px;
	color:#6e1e1b;
	text-align:right;
}

.header_datos.telefono a{
	text-decoration:none;
}



.header_datos.telefono span{
	padding: 2px 6px;
	background-color:#401000;
	color:#ffffff;
	border-radius:4px;
	font-size:14px;
	margin-left:10px;
}
.header_datos.telefono span:hover{
	background-color:#ff8000;
}
.telefono .numero-tel{
	display:inline;
}
.telefono .boton-acceso{
	display:inline;
}
.bg-amarillo{
	background-color:#f8bf5a;
}

.img-responsive{
	width:100%;
	height:auto;
}

/*index*/
.container h1 {
	color: #b32d00;
}
.container h1 span {
	color: #555555;
	display: block;
	font-size:26px;
}

/*CLIENTES*/
.clientes_texto {
	text-align: center !important;
	font-size:24px;
	font-weight:bold;
	height:170px;	
}
.clientes_texto span{
	padding-top:40px;
}

/*COLORES*/
.blanco{
	color:#ffffff;
}

.gris44{
	color:#444444;
}

/*boton*/
.button_call,
[class*="button-"] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 30px 1em 1em 0;
    padding: 0 4em;
    height: 3.5em;
    line-height: 3.5em;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    letter-spacing: .08em;
    font-weight: bold;
    color: #fff;
    background: #444444;
    border: solid 1px #222222;
    border-radius: 2px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
    text-decoration: none !important;
}

.button_call:hover{color:#fff !important;}



@media screen and (max-width: 600px) {
  .header_datos.telefono{ text-align;center;}
  .mobile_hide{ display: none; }
  .call_icon{ display: none; }
  .tp-caption.title span { font-size:12px;	line-height:22px; color:#ffffff; }
}

/*--------- ALERTAS DEL FORM DE CONTACTO --------------*/
/* The alert message box */
.alert {
    padding: 20px;
    background-color: #468c00; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.highlight{
	border: 1px solid #ff0000;
}

.incompleto{
	margin:10px 0px;;
	padding:10px;
	font-size:12px;
	border: 1px solid #ff0000;
	
}