#logo-header .site-name {

		padding-left: 52px;
		font-weight: 200;
		font-size: 2.0em;
		color: #0B0B3B;
		text-align: center;
		font-family: sans-serif;
		font-style: bold;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 200;
		font-size: 1.8em;
		color: #999;
		text-align: center;
	}

	#visor_imagenes {
  text-align: center;
  color: #fff;
  background-color: #0174DF;
}

img{
	width: 200px;
}
#tabla-precios {
 display:inline-block;
 width:100%;
 margin-top:10px
}

/*Columnas*/

.precio-col {
 display:inline-block;
 background-color:#D8D8D8;
 width:70%;
 max-width:180px;
 border-radius:10px;
 margin-bottom:50px;
 box-shadow: 0px 2px 5px #ddd
}

@media screen and (min-width:768px) {
 .precio-col {
 width:32%;
 float:left;
 margin-right:2%
 }
 
 .precio-col:last-child {
 margin-right:2%
 }
}

/*Headers*/

.precio-col-header {
 background-color:#0A0A2A;
 padding:8px;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 margin-bottom:10
}

.precio-col:nth-child(8) .precio-col-header {
 background-color:#dd9933
}

.precio-col-header h3 {
 color:#f3f3f3;
 text-align:center;
 font-size:18px;
 font-weight:280;
 margin-bottom:0
}

.precio-col-header p {
 text-align:center;
 color:#f3f3f3;
 font-size:14px;
 margin-bottom:0
}

/*Características*/

.precio-col-features {
 padding: 0 20px 20px 20px
}

.precio-col-features p {
 padding:20px 0;
 margin:0;
 text-align:center;
 border-top:1px solid #ddd
}

.precio-col-features p:first-child,
.precio-col-features p:last-child {
 border-top:none
}

/*Comprar*/

.precio-col-comprar {
 	
 padding:10px;
 max-width:1600px;
 text-align:center;
 background-color:#f3f3f3;
 margin: 0 auto 10px;
 border-radius:10px;
 border: 2px solid #0A0A2A;
 transition: all 0.3s
}

.precio-col-comprar a {
 color:#0A0A2A;
 padding:10px;
 font-size:15px;
 
 transition: all 0.3s;
 text-decoration: none;

}

.precio-col-comprar:hover {
 background-color:#0174DF;

 transition: all 0.3s
}

.precio-col-comprar:hover a {
 color:#f3f3f3;
 transition: all 0.3s
}

