.infos {

  padding: 15px 25px;
	position: relative;
	background-color: #F7F7F7;
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #333;
}

b, strong {
font-weight: 700;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;	
}

.infosmas {

  padding: 25px 40px 15px;
	position: relative;
}
.infotabla table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.infotabla {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid silver;
    font: 12px/150% Arial,Helvetica,sans-serif;
    overflow: hidden;
}
.infotabla table td, .infotabla table th {
    padding: 7px 6px;
}
.precios table td, .precios table th {
    padding: 2px 6px;
}
.infotabla table tbody td {
    border-left: 1px solid #e1eef4;
    color: #00557f;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}
.infotabla table tbody td h3, .infotabla table tbody td h4, .infotabla table tbody td h5 {
    color: #00557f;
}
.infotabla table tbody td h5 {
    margin: 5px 0 5px 10px;
}
.infotabla table tbody td .headset.price h3, .infotabla table tbody td .headset.price h4, .infotabla table tbody td .headset.price h5 {
    margin-left: 15px;
    margin-top: 14px;
}
.infotabla table tbody tr {
    border-bottom: 1px solid silver;
}
.infotabla table tbody tr:last-child {
    border-bottom-style: none;
}
.infotabla table thead {
    background: none repeat scroll 0 0 #ecf2f3;
    color: #00557f;
}
.infotabla table tbody td:first-child {
    border-left: medium none;
}
.infotabla table tbody tr:last-child td {
    border-bottom: medium none;
}
.infotabla table tbody td.datos {
    font-weight: bold;
}
.infotabla img {
    float: left;
    margin: 0;
}
.infotabla table tbody td a.button {
    margin: 7px 0 5px 30px;
}
.infotabla table tbody td p {
    margin: 5px;
}

.avisos {

  padding: 25px;
	position: relative;
	background-color: #F7F7F7;
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #333;
}

.avisos p {
	margin-bottom: 10px;
}
.avisos h2 {
	color: #5E87B0;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.avisos ul li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 20px;
	margin-bottom: 10px;
}

.avisos ol li {

	list-style-position: inside;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style-type: decimal;
}

.avisos a {
	text-decoration: underline !important;
}

@media only screen and (max-width: 479px) {
	
	

.avisos {

  padding: 15px;
	position: relative;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
}

.infosmas {

  padding: 25px 20px 15px;
}
	
	}