body{background-color:#ECF4F7;	font-family: "Tahoma";  text-align:left}
#global {
 background-color:#ECF4F7;
 margin:0px auto 0px auto;
 padding:0px 0px 0px 0px;
 width:800px;
 position:relative;
 border:#000 1px;
}
#Logo {
 background-color:#ECF4F7;
 margin:0px 0px 0px 0px;
 width:400px;
 height:70px; 
 float:left;
 font: 120% impact; 
 font-weight: 200; 
 color: black;
 position:relative;
}
#Contacto {
 background-color:#ECF4F7;
 margin:0px 0px 0px 0px;
 width:400px;
 height:70px; 
 float:right;
 font: 120% impact; 
 font-weight: 200; 
 color: black;
 text-align:right;
 position:relative;
}

#navegacion {
 background-color: #424E8A;
 background-color: #028daf;
 border: black 1px solid;
 border: black 1px;
 margin: auto;
 width: 800px;
 float:left;
 font-family: Arial, Helvetica, sans-serif;
 font: bold 100%;
}
			
#Contenido {
 background-color:#ECF4F7; 
 margin:0 auto; 
 width:800px; 
 float:left; 
 text-align:center;
 border:#000 1px;
 position:relative;
 z-index: 1;
}
#LogosAseguradoras {
 background-color:#ECF4F7;
 width:800px;
 height:100px; 
 text-align: center;
 font: 120% arial; 
 font-weight: 900; 
 color: #39416A;
 top: 10px;
}


.classContenido {
 background-color:#ECF4F7; 
 margin:0 auto; 
 width:800px; 
 float:left; 
 text-align:center;
 border:#000 1px;
 position:relative;
 z-index: 1;
}

.TituloPagina h2 {
	font: bold 200% Tahoma;
	text-shadow:2px 2px 3px #6D5AC9;
}

.TituloPagina h3 {
	font: bold 100% Tahoma;
	text-shadow:1px 1px 1px #6D5AC9;
	color: red;
}

.round {

 background-color: #fff;
 width: auto;
 height: auto;
 margin: 0 auto 1px auto;
 padding: 2px;
 border: 1px solid #ccc;

 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
<!-- behavior: url(border-radius.htc);-->

    }


			.boton {
				position:absolute;
				left: 55px;
				
				padding: 2px;
				border: 1px solid #ccc;
				bottom: 10px;
				color: #fff;
				background-color: #501C70; 
				width:150px; 
				height: 50px; 
				font: bold 100% Tahoma; 
				cursor: hand;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				<!-- behavior: url(border-radius.htc);-->

    				}

.roundcabecera {
 padding: 7px 0 7px 0;
 background-color: #424E8A;
 width: auto;
 height: auto;
 margin: 0 auto 1px auto;
 border: 1px solid #ccc;
 color: #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
<!-- behavior: url(border-radius.htc);-->

    }

.roundTable {

 width: auto;
 height: auto;
 margin: 0 auto 1px auto;
 padding: 2px;
 border: 1px solid #ccc;

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
<!-- behavior: url(border-radius.htc);-->

    }

.roundCell {

 width: auto;
 height: auto;
 margin: 0 auto 1px auto;
 padding: 2px;
 border: 1px solid #ccc;

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
<!-- behavior: url(border-radius.htc);-->

    }


.roundimg {

 margin: 0 auto 1px auto;
 padding: 2px;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
<!-- behavior: url(border-radius.htc);-->

    }

.fijo {
position:absolute; left:530px; top:10px; z-index:99;
<!--position:fixed !important; left:0px; top:0px; z-index:99 !important;-->
}


<!-- ESTILO DE CUADRO ASESORIA FIJO -->

i.ifemalesmall {
    background-image: url(../picture_library/call-center1.gif);
    width: 200px;
    height: 300px;
}

i.ifemalesmall1 {
    background-image: url(../picture_library/call-center1.gif);
    width: 200px;
    height: 300px;
}

i.ifemalesmall2 {
    background-image: url(../picture_library/callcenter3.png);
    width: 200px;
    height: 300px;
}

@media screen and (max-width: 1480px) {
    i.ifemalesmall {
        background-image: url(../picture_library/call-center1.gif);
	    width: 200px;
   	 	height: 300px;
    }

    i.ifemalesmall1 {
        background-image: url(../picture_library/call-center1.gif);
	    width: 200px;
   	 	height: 300px;
    }

	i.ifemalesmall2 {
        background-image: url(../picture_library/callcenter3.png);
	    width: 200px;
   	 	height: 300px;
    }
}
.btn {
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    border-radius: 6px;
    padding: 15px;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    text-decoration: none!important;
    line-height: 20px;
    transition: all .5s;
    box-sizing: border-box
}
@media screen and (max-width: 768px) {
    .btn {
        min-width: 130px
    }
}
.btn-sm {
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    padding: 10px 20px
}
.btn-primary {
    background-color: #ed1d24;
    color: #FFF
}
.btn-primary:hover {
    background: #d11117
}
.btn-primary:active,
.btn-primary:focus {
    background: #be0f15
}
.btn-default {
    background-color: #8a8a8e;
    color: #FFF
}
.btn-default:hover {
    background: #76767a
}
.btn-default:active,
.btn-default:focus {
    background: #6b6b6f
}
.btn-second {
    background-color: #0489B1;
    color: #FFF
}
.btn-second:hover {
    background: #659200
}
.btn-second:active,
.btn-second:focus {
    background: #0489B1
}


.tool-asesoria {
    position: fixed;
    color: #fff;
    right: 15px;
    bottom: 50px;
    z-index: 99;
}
.tool-asesoria .tool-image {
    position: absolute;
    right: 3px;
	bottom: 250px;
    z-index: 1;
}
.tool-asesoria .tool-image1 {
    position: absolute;
    right: 3px;
	bottom: 250px;
    z-index: 1;
}
.tool-asesoria .tool-image2 {
    position: absolute;
    right: 3px;
	bottom: 250px;
    z-index: 1;
}
@media screen and (max-width: 1480px) {
    .tool-asesoria .tool-image {
        right: 3px;
        bottom: 250px;
    }
    .tool-asesoria .tool-image1 {
        right: 3px;
        bottom: 250px;
    }
    .tool-asesoria .tool-image2 {
        right: 3px;
        bottom: 250px;
    }
}
.tool-asesoria .tool-despripcion {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 145px;
    background-color: #424E8A;
    border-radius: 10px 10px 10px 10px;
    padding: 19px 112px 9px 18px;
    box-sizing: border-box;
    text-align: center;
	font-family: "Tahoma";
}
@media screen and (max-width: 1480px) {
    .tool-asesoria .tool-despripcion {
    	height: 250px;
        padding: 19px 9px;
        width: 200px
    }
}
.tool-asesoria .tool-despripcion .btn {
    min-width: 130px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    background-color: transparent;
<!--    background-color: red!important; -->
}
.tool-asesoria .tool-despripcion .btn.active,
.tool-asesoria .tool-despripcion .btn:hover {
    background-color: #6D5AC9!important
}
.tool-asesoria .tool-titulo {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}
<!-- ****************************** -->


<!-- ESTILO DE VENTANA EMERGENTE -->
				.popup {
					left: 0;
					position: absolute;
					top: 0;
					width: 100%;
					z-index: 1001;
				}

				.content-popup {
					position: absolute;
					padding:10px;
					width:500px;
					min-height:250px;
					border-radius:4px;
					background-color:#FFFFFF;
					box-shadow: 0 2px 5px #666666;
					left: 50%;
					top: 50%;
					transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);					
					z-index: 1002;
				}

				.content-popup-min {
					position: absolute;
					padding:10px;
					width:400px;
					min-height:250px;
					border-radius:4px;
					background-color:#FFFFFF;
					box-shadow: 0 2px 5px #666666;
					left: 50%;
					top: 50%;
					transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);					
					z-index: 1002;
				}

				.content-popup h2 {
					color:#48484B;
					border-bottom: 1px #48484B;
					margin-top: 0;
					padding-bottom: 4px;
				}
				.content-popup h4 {
					color:#48484B;
					border-bottom: 1px #48484B;
					margin-top: 10px;
					padding-bottom: 4px;
				}
				.popup-overlay {
					left: 0;
					position: fixed;
					top: 0;
					width: 100%;
					overflow: auto;
					z-index: 999;
					display:none;
					background-color: #777777;
					cursor: pointer;
					opacity: 0.7;
				}

				.close {
					position: absolute;
					right: 15px;
				}
<!-- *************************** -->
	