@font-face
{
font-family: "Telefonica";
src: url("../fonts/Telefonica-Bold.eot");
src: url("../fonts/Telefonica-Bold.eot") format("embedded-opentype"),
url("../fonts/Telefonica-Bold.woff") format("woff"),
url("../fonts/Telefonica-Bold.ttf") format("truetype"),
url("../fonts/Telefonica-Bold.svg") format("svg");

src: url("../fonts/Telefonica-ExtraLight.eot");
src: url("../fonts/Telefonica-ExtraLight.eot") format("embedded-opentype"),
url("../fonts/Telefonica-ExtraLight.woff") format("woff"),
url("../fonts/Telefonica-ExtraLight.ttf") format("truetype"),
url("../fonts/Telefonica-ExtraLight.svg") format("svg");

src: url("../fonts/Telefonica-Light.eot");
src: url("../fonts/Telefonica-Light.eot") format("embedded-opentype"),
url("../fonts/Telefonica-Light.woff") format("woff"),
url("../fonts/Telefonica-Light.ttf") format("truetype"),
url("../fonts/Telefonica-Light.svg") format("svg");

src: url("../fonts/Telefonica-Regular.eot");
src: url("../fonts/Telefonica-Regular.eot") format("embedded-opentype"),
url("../fonts/Telefonica-Regular.woff") format("woff"),
url("../fonts/Telefonica-Regular.ttf") format("truetype"),
url("../fonts/Telefonica-Regular.svg") format("svg");
}
.body
{
	background-color:white;
}
h1, h2, h3, h4, h5, h6, span {
    font-family: "Telefonica";
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.title
{
	padding-bottom:0.6em;
}

.title h3
{
	font-size:24px;
	color:#003245;
}
.title h4
{
	font-size:20px;
	color:#2593B5;
}
.button
{
	background-color:transparent;
	text-align: center;
    max-width: 175px;
    width: 100%;
    height: 40px;
    margin: 3em auto 0;
    border: 1px solid #003245;
    display: block;
    padding: .3em 1em;
    position: relative;
	pointer:default;
    font-family: "Telefonica";
    font-weight: bold;

}
.button:hover
{
	cursor:pointer;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.row
{
    margin: 20px auto;
    width: 60%;
    text-align: center;
}
.row .texto-informativo
{
    margin: 0 auto;
    width:80%;
}

.row .texto-informativo span
{
    font-weight: bold;
    font-size: 15px;
}

.row .imagen_publi
{
    width: 40%;
    float: left;
}
.row .imagen_publi img
{
    width: 90%;
    padding-bottom: 20px;
}
.row .texto_publi
{
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 10%;
}
.row .texto_publi h4
{
   color: #14b2de;
}

.row .boton-descarga
{
    clear:both;
    text-align:center;
}

/*
.success
{
	background-color: #0B5C7A !important;
	border-color:#0B5C7A !important;
	color:#fff !important;
}*/
h6
{
	color:red  !important;
}