@font-face{
	font-family: MovistarHeadline-Regular;
	src: url('../font/MovistarHeadline-Regular.ttf'),
     url('../font/MovistarHeadline-Regular.eot'); /* IE9 */
} 
body{
	font-family: Verdana,Geneva,sans-serif;
	color: #4B4B4B;
}
#terminos{
	margin: 20px 25px;
}
h1{
	border-bottom: 1px solid #CCCCCC;
    color: #00517A;
    display: block;
    font-family: 'MovistarHeadline-Regular',Arial,Helvetica;
    font-size: 30px;
    padding-bottom: 10px;
	
}
h2{
	font-size: 11px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 25px 0 15px;
}
p{
	font-size: 11px;
	text-align: justify;
}
a{
	 text-decoration: none;
	 color: #0086C3;
}
a:hover{
	text-decoration: underline;
}


