﻿body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f2f2f2;
}
.container{
	width: 100%;
	background-color: #fff;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
}
.main_forms .main_forms_form .container-tab .radio02 .input--valor .valorKG {
    border: 1px solid #d3d4d8;
    border-radius: 5px;
    padding: 6px 10px;
    width: 155px;
    color: #1d04a5;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: -3px;
}
.jqx-fill-state-hover-bootstrap, .jqx-fill-state-focus-bootstrap {
    color: #1d04a5;
    text-decoration: none;
}
.ofc-menu-tabs{
    width:100%;
    border-bottom: 1px solid #5c5fef;
}
.main_forms form .divSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #2802f7;
    font-size: 13px;
}  

.ofc-bt-conoce-plan{
     background-image:url(../img/conoce-plan.jpg);
    background-repeat:no-repeat;
    width:150px;
    height:31px;
    border:0;
}
.ofc-bt-conoce-plan:hover {
    background-image: url(../img/conoce-plan-hover.jpg);
}

.ofc-bt-quiero-conectarme{
    background-image:url(../img/quiero-conectarme.jpg);
    background-repeat:no-repeat;
    width:210px;
    height:56px;
    border:0;
}
.ofc-bt-quiero-conectarme:hover{
    background-image:url(../img/quiero-conectarme-hover.jpg);
}

.ofc-bt-evaluar-factibilidad{
    background-image:url(../img/evaluar-factibilidad.jpg);
    background-repeat:no-repeat;
    width:194px;
    height:61px;
    border:0;
}
.ofc-bt-evaluar-factibilidad:hover {
    background-image: url(../img/evaluar-factibilidad-hover.jpg);
}

.ofc-bt-conoce-mas{
    background-image:url(../img/conoce-mas.jpg);
    background-repeat:no-repeat;
    width:290px;
    height:31px;
    border:0;
}
.ofc-bt-conoce-mas:hover {
    background-image: url(../img/conoce-mas-hover.jpg);
}

.r-bt-aceptar{
    width:90px;
    height:24px;
    border:0px;
    background-image:url(../img/aceptar-static.png);
}
.r-bt-aceptar:hover{background-image:url(../img/aceptar-over.png);}
.r-bt-aceptar:active{background-image:url(../img/aceptar-pressed.png);}