body {
    margin: 0px auto;
    font-size: 62.5%;
    width: 100%;
    background-color: #250227;
    background-image: url(../images/layout/back_body.jpg);
    background-repeat: no-repeat;
    background-position: center -100px;
}
.h-plataformas
{
background-color:#F305B1;
letter-spacing:0.2px;
margin-bottom:20px;
text-align:center;
color: white;

}
.plataformas
{
position:relative;
float:left;
width:45%;
margin-left:35px;
background-color:#e0e0e0;
}

.item-plat
{
padding:12px;
border-bottom:1px solid #ccc;
}

.item-plat_t
{
    height: 45px;
    left: 10%;
    margin: -20px 0 0 -20px;
    position: relative;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 350px;
	top:-25px;
}
#plathref
{
	color:#666;
	font-size:16px;
	font-weight:bold;
	font-family:"Quicksand",sans-serif;
}

.list_sel
{
position:relative;
margin-left:80px;
top:-15px;
}

.titulo {
    color: #302A35;
    text-align: right;
    display: block;
    width: 100%;
    font-size: 2.5em;
    letter-spacing: -1px;
    font-family: sans-serif;
    border-bottom-width: 1px;
    border-bottom-color: #DFDFDF;
    border-bottom-style: groove;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1em;
}

div#contenedor {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
#principal_avisoprivacidad {
    background-color: #fff;
    width: 95%;
    padding: 2%;
    min-height: 900px;
    float: left;
    font-family: sans-serif;
    letter-spacing: 0px;
    text-align: justify;
    font-size: 1.3em;
    color: #5a5a5a;
}

#principal_avisoprivacidad a {
    color: #ff1f80;
    padding-top: 10px;
}
#plathref {
    
    font-size: 16px;
    font-weight: bold;
    font-family: "Quicksand",sans-serif;
	text-decoration: none;
}