/* estilos desde cero */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  border: medium none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline; 
}
@font-face{ 
	font-family: "AvertaRegular";
	src: url('/fonts/Averta-Regular.eot');
	src: url('/fonts/Averta-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/Averta-Regular.woff') format('woff'),
	     url('/fonts/Averta-Regular.ttf') format('truetype'),
	     url('/fonts/Averta-Regular.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'FuturaStdBook';
	src: url('/fonts/FuturaStd-Book.eot');
	src: url('/fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/FuturaStd-Book.woff') format('woff'),
	     url('/fonts/FuturaStd-Book.ttf') format('truetype'),
	     url('/fonts/FuturaStd-Book.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'FuturaStdBold';
	src: url('/fonts/FuturaStd-Bold.eot');
	src: url('/fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/FuturaStd-Bold.woff') format('woff'),
	     url('/fonts/FuturaStd-Bold.ttf') format('truetype'),
	     url('/fonts/FuturaStd-Bold.svg#webfont') format('svg');
}
.brMovil{display:none}
@media screen and (max-width: 479px) {	
	.brEscritorio{display:none}
	.brMovil{display:block}
}
.negrita{font-weight: bold;}
.negrita20{
	font-size: 20px;
	font-weight: bold;
}
.negrita25{
	font-size: 25px;
	font-weight: bold;
}
.rj{color:#cc3333;}
.clear{clear: both;}
li a img{width: 2%;}

.cuadro_gris ul {
    list-style: disc;
	margin-left: 26px;
    margin-top: 26px;
}


h3.h3Movil{display:none}
.clearMovil{display:none;}

/* HEADER //////////////////////////////////////////////////////// */
header, .contenedor {
  max-width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
}

.cabecera {
  width: 96%;
  padding: 0 2%;
  display: block;
  clear: both;
  height: 80px;
}
.logoSuma {
	background: url("/image/suma/logoSuma.svg") no-repeat 0px 10px;
	width: 198px;
	height: 64px;
	float: right;
}
h3.h3Escritorio, h3.h3Movil{
	color: #cc3333;
	float: left;
	font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;
	font-size: 22px;
	position: relative;
	top: 0.9em;
}
	@media screen and (max-width: 479px) {
		.cabecera {height: 67px;}
	    h3.h3Escritorio {display:none}		
	}
.fondo {
  background: url("/image/suma/fondo-colaboradores-Cepsa.jpg") no-repeat left top;
  width: 100%;
  height: 370px;
  float: none;
}
	@media screen and (max-width: 768px) {    
		.fondo {
			padding-bottom: 0.5em;
			width: 100%;
		} 
	}
	@media screen and (max-width: 479px) {
		.fondo {
     		height: 288px;
			background-position: center top;
			margin: 0 2%;
			padding-bottom: 0.2em;
			width: 96%;
		}
	}

.fondo p{
	font-family: FuturaStdBook,Verdana,Helvetica,Tahoma,Arial,sans-serif;
	color: #ffffff;
	margin: 0 auto;
	padding: 5px 0 10px;
	width: 100%;
	margin-top: 9px;
	font-size: 1.5em;
	position: relative;
	top: 50px;
	left: 50px;
}
.fondo p strong{
	font-family: FuturaStdBold,Verdana,Helvetica,Tahoma,Arial,sans-serif;
	font-weight: normal;
	color: #cc3333;	
}
	@media screen and (max-width: 580px) {
		.fondo p {		
			margin-top: 0px;		
			margin-top: 0;
			font-size: 1.3em;
			top: 19px;
			left: 0px;
			text-align: center;
		}
	}

.fondo .boton {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    display: block;
    margin-top: 0;
    margin-bottom: 1.8em;
    text-align: center;
    width: 515px;
	height: 70px;
	margin-left: 40px;
	position: relative;
	top: 55px;
}
.fondo .boton a {
	cursor: auto;
	text-align: left;	
    display: block;
    background-color: #424341;
    padding: 0 0.5em;
    text-decoration: none;
    position: relative;	
    color: #ffffff;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}
.fondo .boton a .txt1, .fondo .boton a .txt0{
	display: inline-block;
	width: 18%;
	font-family: FuturaStdBold, Arial, Verdana, sans-serif;
	font-size: 3.2em;
	white-space: nowrap;
	letter-spacing: -7px;
	position: relative;
}
a .txt0{
	top: -15px;
}
	.fondo .boton a .txt0 .euro, .fondo .boton a .txt1 .euro{
		font-family: FuturaStdBook, Arial, Verdana, sans-serif;
		position: relative;
		left: 0;
	}
.fondo .boton a .txt2, .fondo .boton a .txt3{
	display: inline-block;
	width: 81%;
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	position: relative;
	left: 15px;
	top: 4px;
}
.fondo .boton a .txt3{
	position: relative;
	top: -12px;
}

	@media screen and (max-width: 580px) {
		.fondo .boton {
			width: 100%;
			min-width: 360px;
			top: 15px;
			margin-left: 5px;
			white-space: nowrap;
		}
		.fondo .boton a .txt0, .fondo .boton a .txt1 {
    		font-size: 2em;
    		letter-spacing: -4px;
			width: 14%;
		}
		.fondo .boton a .txt2, .fondo .boton a .txt3 {
			width: 82%;
			font-size: 1em;
			left: 18px;
		}
	}

@media screen and (min-width: 450px) and (max-width: 580px) {
	.fondo{
		height: 270px;
	}
	
	.fondo .boton {
		width: 80%;
		margin: 15px auto;
		
	}
}




h1.h1Escritorio {
    color: #cc3333;
    font-family: FuturaStdBold,Verdana,Helvetica,Tahoma,Arial,sans-serif;
    font-size: 1.7em;
	font-weight: normal;
    position: relative;
    text-align: center;
    top: 0;
    display: block;
    padding: 14px 2%;
}
	@media screen and (max-width: 479px) {
		h3.h3Escritorio {display:none}

		
		h3.h3Movil{
			display:block;
			font-weight:normal;
			background-color:#ebebeb;
			float:none;
			font-size:18px;
			padding-left:5px;
			padding-top:10px;
			padding-bottom:10px;
		}	
	}

.cuadro_gris1, .cuadro_gris2{
	font-family: FuturaStdBook, Verdana, Helvetica, Tahoma, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #000000;
	width: 48%;
	margin-bottom: 20px;
	display: inline-block;
	padding: 3px 5px;
	float: left;
}
.cuadro_gris2{
	border-left: 1px solid #999999;
	float: right;
}
	@media screen and (min-width: 480px) and (max-width: 580px) {
		.cuadro_gris1, .cuadro_gris2{
				width: 44%; 
		}
	}
	
	@media screen and (max-width: 479px) {
		.clearMovil{display:block;}
		
		.cuadro_gris1, .cuadro_gris2{
			width: 100%; 
			padding: 0; 
			margin: 5px 0 5px 0;
			min-width: 370px;
			float: none;
			display: block;
		}   		
	    
	}

.cuadro_gris1 p, .cuadro_gris2 p{ 
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 10px;
	width: 100%;
	margin-top: 9px;
}
.cuadro_gris1 .rj, .cuadro_gris2 .rj, 
.cuadro_gris1 strong, .cuadro_gris2 strong{
	font-family: FuturaStdBold, Verdana,Helvetica,Tahoma,Arial,sans-serif;
	font-weight: normal;
}
	
	.derecha{text-align: right; float: right;}
	

.logotipos{
	height:90px;
	padding:10px;
	padding-top:0;
}
	.logoLDA {
	    background-image: url("/image/logo_lineadirecta_seguros.png");
	    display: block;
	    float: right;
	    height: 87px;
	    /*margin: 5px auto 0;*/
	    width: 120px;
	}
	.logotipos img{
		position: relative;
		top: 22px;
	}
	
		
.areaTextoLegal {
	font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;
    color: #909090;
    font-size: 10px;
    padding: 0;
    text-align: justify;
	border-top: 5px solid #999;
	padding-top: 20px;
}
	.areaTextoLegal p {
	    font-size: 9px;
	    margin: 0 0 1em;
	    padding:10px;
	    padding-top:0;
	}	
	.areaTextoLegal p a {
	    color: #909090;
	    cursor: pointer;
	    font-weight: bold;
	    text-decoration: underline;
	}

 
.recuadro {
	width: 100%;
	max-width:960px;
    background-color: #ffffff;    
    padding: 1em 0;
    text-align: right;
    margin: 0 auto;
	height: 45px;
	padding-left: 20px
}
.recuadro .volver{
  	color: #858585;
    display: inline;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    padding-top: 5px;
    font-weight:bold;
   }
	.recuadro .volver a{color: #333;}
	.recuadro ul {
	    display: inline;
	    list-style: outside none none;
	}
	.recuadro ul li {
	    color: #858585;
	    display: inline;
	    font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;
	    font-size: 9px;
	}	
	li a img {
	    width: 2%;
	}
	.recuadro ul li.social a img {width: 30px;}
	.areaTextoLegal p a, .recuadro ul li a.menu {
	    color: #999999;
	    font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;
	    font-size: 9px;
	}
	@media screen and (max-width: 479px) {
		.recuadro {
			text-align: left;
			padding:0 0 0 12px;
		}
		.recuadro .volver {
			display: block;
			float: none;
			margin-bottom: 10px;
		}	
		.recuadro ul {
			display: block;
			float: none;
			left: 0;
			text-align: center;
			top: 38px;
		}	
		.recuadro ul li {display: block;}
		li.social a {line-height: 24px;}
		li.social a img {width: 30px;}	
		.recuadro ul li a.menu {
			font-size: 13px;
			line-height: 23px;
			text-decoration: none;
		}
		.barra {display: none;}
		}


/******** 	breadcrumbs		********************/
.breadcrumbs {
	font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;
	display: block;
    margin: 15px 0;
    position: relative;
    font-size: 0.6em;
	height: 12px;
}
.breadcrumbs ul {
	padding-left: 0 !important; 
	list-style: outside none none !important; 
	margin-left: 0 !important
}
.breadcrumbs li {
	float: left;
	margin-right: 5px; 
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0 !important;
}
.breadcrumbs li a {
	color:#818182!important; 
	text-decoration:none;
}
.breadcrumbs li a.act {
	color: #B11818!important; 
	text-decoration:none;
}
.breadcrumbs li a:hover, .breadcrumbs li a:hover .act 
	{background:transparent!important
}



@media screen and (max-width: 768px) {	
	br.brDesktop{display:none}
    	
	h1.h1Escritorio {	
		left: 0px;
		width: 96%;
	}	
}



@media screen and (min-width: 480px) and (max-width: 768px){
	h3.h3Escritorio {
	    font-size: 18px;
	}		
	h1.h1Escritorio br{display:none}

}
  

@media screen and (max-width: 479px) {	
		
	.logotipos {
		height: 110px;
		padding:10px;
	    padding-top:0;	
	}
	.logotipos img{
		position: relative;   
    	top: 37px;
    }
		
}   

@media screen and (max-width: 319px) {	
    
   	header, .contenedor{
   		 min-width: 319px;
   	}
   
}




@media screen and (max-width: 768px) {
	br.desktop{display:none;}
}



/* PIE //////////////////////////////////////////////////////// */
footer {
	width: 100%;	
	border-top: 2px solid #d8d8d8;
	z-index: 1;
	padding-top: 0.5em;	
	clear: both;
	float: left;
}
.pie {
	max-width: 980px;
    clear: both;    
    overflow: hidden;
    padding-top: 7px;
	margin: 0 auto;
}
.copyright {
	color: #99999;
	font-family: AvertaRegular, Arial, Verdana, sans-serif;
	float: left;
    display: inline;
    font-size: 1.2em;   
    position: relative;
    top: -0.5em;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.social {
    float: right;
    margin-top: 10px;
    padding-right: 30px;
}
.social a:link {
    color: #ccc;
    text-decoration: none;
}
.social a:visited {
    color: #ccc;
    text-decoration: none;
}
.social a:hover {
    color: #666;
    text-decoration: none;
}
	
	@media screen and (max-width: 480px) {
		.copyright, .social {
			width: 100%;
			display: block;
			margin: 0 auto;
			text-align: left;
			padding-left: 15px;
			float: none;
		}
		.social {margin-bottom: 10px;}
		
	}


/*iconos - redes*/

@font-face {
    font-family: "ico-redes";
    src: url("../../fonts/ico-redes.eot");
    src: url("../../fonts/ico-redes.eot?#iefix") format("embedded-opentype"), url("../../fonts/ico-redes.woff") format("woff"), url("../../fonts/ico-redes.ttf") format("truetype"), url("../../fonts/ico-redes.svg#ico-redes") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="ico-redes-"]:before,
[class*=" ico-redes-"]:before,
[class^="ico-redes-"]:after,
[class*=" ico-redes-"]:after {
    font-family: ico-redes;
    font-size: 22px;
    font-style: normal;
    margin-left: 5px;
}
.ico-redes-auricular-phone-symbol-in-a-circle:before {
    content: "\f100";
}
.ico-redes-facebook-logo:before {
    content: "\f101";
}
.ico-redes-linkedin-logo:before {
    content: "\f102";
}
.ico-redes-menu-three-horizontal-lines-symbol:before {
    content: "\f103";
}
.ico-redes-social-google-plus-square-button:before {
    content: "\f104";
}
.ico-redes-twitter-logo-silhouette:before {
    content: "\f105";
}
.ico-redes-video-play-button:before {
    content: "\f106";
}

/* PIE //////////////////////////////////////////////////////// */
footer {
	width: 100%;	
	border-top: 2px solid #d8d8d8;
	z-index: 1;
	padding-top: 0.5em;	
	clear: both;
	float: left;
}
.pie {
	max-width: 980px;
    clear: both;    
    overflow: hidden;
    padding-top: 7px;
	margin: 0 auto;
}
.copyright {
	color: #999999;
	font-family: AvertaRegular, Arial, Verdana, sans-serif;
	float: left;
    display: inline;
    font-size: 0.8em;   
    position: relative;
    top: -0.5em;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.social {
    float: right;
    margin-top: 10px;
    padding-right: 30px;
}
.social a:link {
    color: #ccc;
    text-decoration: none;
}
.social a:visited {
    color: #ccc;
    text-decoration: none;
}
.social a:hover {
    color: #666;
    text-decoration: none;
}
	
	@media screen and (max-width: 480px) {
		.copyright, .social {
			width: 100%;
			display: block;
			margin: 0 auto;
			text-align: left;
			padding-left: 15px;
			float: none;
		}
		.social {margin-bottom: 10px;}
		
	}


/*iconos - redes*/

@font-face {
    font-family: "ico-redes";
    src: url("../../fonts/ico-redes.eot");
    src: url("../../fonts/ico-redes.eot?#iefix") format("embedded-opentype"), url("../../fonts/ico-redes.woff") format("woff"), url("../../fonts/ico-redes.ttf") format("truetype"), url("../../fonts/ico-redes.svg#ico-redes") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="ico-redes-"]:before,
[class*=" ico-redes-"]:before,
[class^="ico-redes-"]:after,
[class*=" ico-redes-"]:after {
    font-family: ico-redes;
    font-size: 22px;
    font-style: normal;
    margin-left: 5px;
}
.ico-redes-auricular-phone-symbol-in-a-circle:before {
    content: "\f100";
}
.ico-redes-facebook-logo:before {
    content: "\f101";
}
.ico-redes-linkedin-logo:before {
    content: "\f102";
}
.ico-redes-menu-three-horizontal-lines-symbol:before {
    content: "\f103";
}
.ico-redes-social-google-plus-square-button:before {
    content: "\f104";
}
.ico-redes-twitter-logo-silhouette:before {
    content: "\f105";
}
.ico-redes-video-play-button:before {
    content: "\f106";
}
