html,body{
	height:100%;
}
*{
	margin: 0px;
	padding: 0px;
	border:0px;
}
#page-wrap{
	width: 100%;
	height: auto;
	min-height:100%;
}
#page-wrap:after{
	width: 100%;
	height:45px;
	display:block;
	clear:both;
}
footer{
	width: 100%;
	background-color: #000;
	height: 30px;
	margin: -45px auto 0;
	color: #ccc;
	text-align: center;
	font-family: sans-serif;
	font-size: 11px;
	padding-top: 15px;
}
.head{
	width: 100%;
	min-height: 60px;
	height:auto;
}
.clear{
	clear: both;
}
/*******contenedores*******/
.line1{
	width: 100%;
	height: auto;
	min-height:320px;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 21%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(21%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 21%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 0%,#ffffff 21%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 21%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eaeaea 0%,#ffffff 21%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.contenedor{
	width: 1024px;
	margin: 0px auto 45px auto;
	position: relative;
	padding: 0px 10px;
	box-sizing:border-box; 
}
.sin_mb{
	margin-bottom: 0px;
}
.cont_caja{
	width: 38%;
	position: absolute;
	left: 0px;
	top: -25px;
	text-align: center;
}
.cont_caja img{
	width: 100%;
}
.cont_right{
	width: 60%;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cont_diagrama{
	width: 35%;
	float: left;
	margin:100px 0px 0px 0px;
	box-sizing: border-box;
}
.cont_diagrama img{
	width: 100%;
}
.cont_diagrama h2{
	color:#fff;
	text-align: center;
}
.cont_diagrama a{
	transition-property:all; 
    transition-duration: 0.2s;
    position: relative;
    display: block;
    height: auto;
    border: 7px solid #fff;
}
.cont_diagrama a span{
	position: absolute;
	display: block;
	background: #000;
	opacity: .8;
	padding: 25px 0px;
	color: #fff;
	width: 100%;
	font-weight: 400;
	text-align: center;
	font-family: sans-serif;
	top: 50%;
	left: 0;
	margin-top: -34px;
}
.cont_diagrama a:hover{
	opacity: 0.5;
}
#cont_logos{
	width: 100%;
	margin:0px auto;
	text-align: center;
	margin: 25px 0px 100px 0px;
}
#cont_logos img{
	width: 130px;
	margin:0px 10px;
}
#cont_logos h3{
	font-size: 24px;
	color:yellow;
}
p, h2, ul{
	font-family: 'carrois_gothicregular', Arial, sans-serif;
}
.caracteristicas li, .beneficios li{
	font-size: 14px;
	line-height: 1.4em;
}
h2{
	margin-bottom: 15px;
    line-height: 30px;
}
h3{
	color:#fff;
	font-family: 'carrois_gothicregular', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	margin:10px 0px 25px 0px;
}
h4{
	margin-bottom: 7px;
}
p{
	line-height: 1.4em;
	font-size: 20px;
}
.caracteristicas{
	width: 45%;
	float: left;
}
.beneficios{
	width: 45%;
	float: right;
}
/********botones*******/
.cont_btn{
	margin-top: 15px;
}
a.btn{
	display: inline-block;
	width: 170px;
	padding: 10px 0px;
	border-radius: 20px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	font-family: sans-serif;
	text-align: center;
	margin:20px 0px 0px 20px;
}
a.btn:hover{
	background-color: #000;
}
/********colores backgrounds********/
.cont_crm1{
	background-color: #00aedd;
}
.cont_crm2{
	background-color: #22497b;
}
.cont_despacho1{
	background-color: #00b2c1;
}
.cont_despacho2{
	background-color: #006571;
}
.cont_auto1{
	background-color: #00932e;
}
.cont_auto2{
	background-color: #275629;
}
.cont_soporte1{
	background-color: #ff7b00;
}
.cont_soporte2{
	background-color: #964c00;
}
.cont_asesoria1{
	background-color: #f2b600;
}
.cont_asesoria2{
	background-color: #988000;
}
.cont_mixta1{
	background-color: #ff2d25;
}
.cont_mixta2{
	background-color: #992d01;
}
.cont_asociaciones1{
	background-color: #d37bb3;
}
.cont_asociaciones2{
	background-color: #972391;
}
.cont_administrativo1{
	background-color: #9c9c9b;
}
.cont_administrativo2{
	background-color: #222;
}
.cont_pventas{
    background-color: #67bc4e;
}
.negro{
	background-color: #000;
}
/**********colores fonts**********/
.font_crm1{
	color: #00aedd;
}
.font_despacho1{
	color: #00b2c1;
}
.font_auto1{
	color: #00932e;
}
.font_soporte1{
	color: #ff7b00;
}
.font_asesoria1{
	color: #f2b600;
}
.font_mixta1{
	color: #ff2d25;
}
.font_asociaciones1{
	color: #d37bb3;
}
.font_administrativo1{
	color: #9c9c9b;
}
.font_pventa{
    color: #67bc4e;
}
.font_bco{
	color: #fff;
}
.color_amarillo{
	color: yellow;
}
/*******fonts******/
@font-face {
    font-family: 'carrois_gothicregular';
    src: url('fonts/carroisgothic-regular-webfont.eot');
    src: url('fonts/carroisgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/carroisgothic-regular-webfont.woff') format('woff'),
         url('fonts/carroisgothic-regular-webfont.ttf') format('truetype'),
         url('fonts/carroisgothic-regular-webfont.svg#carrois_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*********ecepcion administrativo y pventas**********/
nav.menu li a.verde{
	background-color: transparent;
}
nav.menu li a.verde:hover{
	background-color: #67bc4e;
}
nav.menu li a.red2{
	background-color: transparent;
}
nav.menu li a.red2:hover{
	background-color: red;
}

/*** Vnetana Emergente ***/
	#popup_box { 
		display:none; 
		position:fixed;  
		_position:absolute;
		height:100%;  
		width:100%;  
		background: rgba(0, 0, 0, 0.6); 
		top: 0px;
		margin-left:auto;
		margin-right:auto;
		left:0px;
		right:0px;
		z-index:9999;
	}
	#caja_popup{
		width: 685px;
		height: auto;
		background: #fff;
		margin: 40px auto;
		box-sizing: border-box;
		font-family: sans-serif;
		font-size: 12px;
		border-radius: 5px;
		border:4px solid #ccc;
		position: relative;
	}
	#caja_popup ul{
		margin-left: 75px;
		line-height: 20px;
	}
	a.cerrar{  
		cursor: pointer;  
		text-decoration:none;
		background:#000;
		color: #fff;
		border-radius:20px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		display: block;
		position: absolute;
		right: -12px;
		top: -12px;
		border: 3px solid #fff;
	}
	a.cerrar:hover{ 
		background: red;
	}
	#popupBoxClose {
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;  	
	}