*{
	margin: 0;
	padding: 0;
}
a, a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: outside none none;
}

header {
	margin: 5px 0px;
}
#box-phone.col-xs-12  {
	text-align: center;
}
#phone {
     float:right;
     font-size: 25px;
      margin-top: 26px;
}
#phone a:hover {
	color: #cd5836;
}
.icon_phone {
    background: #3399ff none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 23px;
    height: 33px;
    margin-right: 5px;
    padding: 2px 0;
    text-align: center;
    width: 34px;
}

#slogan {
	background: #3399ff;
	text-align: center;
	color: #fff;
	padding:20px 0px;
}
#slogan h2 {
	font-size: 1.5em; 
}
#banner img {
    margin: 0 auto;
}
section{}
article{
	margin: 30px 0;
}

article li {
    min-height: 220px;

}
article h2 {
   color:#3399ff;
}
.text {
	
}
.img_right {
	float: right;
}
footer{
	background: #3399ff;
	padding: 20px 0px;
}
#site_info{
	background: #333;
	padding: 10px;
	color:#fff;
}
#site_info p {
	margin: 0;
}
#company_name {
    margin-top: 5px;
}
/*****RR SS*****/
.social {
    display: inline-flex;
    float: right;
    margin-bottom: 0;
}
.social li a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.social li a:hover {
    color:#cd5836;
}
/*****COOKIES*****/
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 #barraaceptacion a {
 	color:#fff;
 	font-weight: bold;
 }
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.aceptar {
    padding:4px;
    background:#333;
    text-decoration:none;
    color:#333;

}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}
.contenedor-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contenedor-modal button {
  position: relative;
  top: 40%;
}
iframe {
    width: 100%;
}