@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
}

.franja_top {
	width:100%;
	height:5px;
	float:left;
}
.franja_gen {
	width:25%;
	height:5px;
	float:left;
	background-color:#13a6b8;
}
.franja_evo {
	width:35%;
	height:5px;
	float:left;
	background-color:#bf1925;
}
.franja_sap {
	width:40%;
	height:5px;
	float:left;
	background-color:#a99f11;
}
.contenedor {
	margin:0 auto;
	width:auto;
}
#df_logo {
	padding-top:15px;
	float:left;
	width: 216px;
	height: 117px;
	text-align:center;
}
#bienvenido {
	float:left;
	width:713px;
	padding-left:30px;
	height: 112px;
	padding-top:20px;
	text-align:left;
}
#linksSlider {
	width:960px;
	float:left;
	margin-top:45px;
}
#izquierda {
	float:left;
	width:480px;
}
#derecha {
	float:right;
	text-align:right;
	width:480px;
}
#slidertop {
	background:url("../Content/Images/top_bg.png");
	float:left;
	width:960px;
	height:9px;
}
#sliderbott {
	background:url("../Content/Images/bott_bg.png");
	float:left;
	width:960px;
	height:9px;
	margin-bottom:5px;
}
#sliderCont {
	width:960px;
	height:268px;
	background-color:#CCC;
	float:left;
}
#formulario {
	margin-top:10px;
	width:430px;
	text-align:right;
	float:left;
	font-size: 12px;
}
#confidencialidad {
	margin-top:40px;
	padding-left:30px;
	width:500px;
	float:left;
}
#franja_foot {
	width:100%;
	height:5px;
	float:left;
	margin-top:50px;
}
#footer {
	background-color:#f2f2f2;
	width:100%;
	padding-top:20px;
	height:85px;
	float:left;
}

#contact_form {
	font-size:12px;
	float:right;
}
#contact_form div {
	margin-top:10px;
}
#pasos {
	color:#666;
	width:380px;
	height:119px;
	background:url("../Content/Images/pasos.jpg") no-repeat;
	margin-top:50px;
	padding-left:110px;
}
#conf {
	color:#666;
	width:380px;
	height:119px;
	background:url("../Content/Images/conf.jpg") no-repeat;
	margin-top:50px;
	padding-left:110px;
}
#formSecc {
	width:auto;
	float:left;
}
#gracias {
	float:left;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

.foot_left {
	width:400px;
	float:left
}

.foot_left img {
	float:left;
	margin-right:10px;
}
.foot_right {
	width:150px;
	float:right;
	text-align:right;
}
.foot_right img {
	margin-top:3px;
}

/* TEXTOS */

h1 {
	padding:0;
	margin:0;
	font-size:20px;
	line-height:22px;
	font-family: 'RobotoLight';
}
h2 {
	padding:0;
	margin:0;
	line-height:19px;
	color:#666;
	font-size:12px;
	font-family: 'RobotoRegular';
}
h3 {
	padding:0;
	margin:0;
	color:#0179b8;
	font-size:22px;
	line-height:44px;
	font-family: 'RobotoRegular';
}
h4 {
	padding:0;
	margin:0;
	line-height:18px;
	color:#0179b8;
	font-size:10px;
	font-family: 'RobotoCondensed';
}
p {
	font-family: 'RobotoLight';
	margin:0;
	padding:0;
	color:#666;
	font-size:12px;
	line-height:16px;
}
a {
	font-family: 'RobotoLight';
	margin:0;
	padding:0;
	color:#666;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* BOTONERA */

#botonera {
	height:65px;
	width:960px;
	float:left;
	position: relative;
	z-index: 9;
}
.btn img {
	float:right;
	margin-right:-5px;
}
.btn {
	border:1px solid #CCCCCC;
	cursor:default;
	height:40px;
	box-shadow:0px 0px 3px #CCCCCC;
	-webkit-box-shadow:0px 0px 3px #CCCCCC;
	-o-box-shadow:0px 0px 3px #CCCCCC;
	-ms-box-shadow:0px 0px 3px #CCCCCC;
	-moz-box-shadow:0px 0px 3px #CCCCCC;
	float:left;
	margin-right:3px;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	width:205px;
	background:url("../Content/Images/bg_botonera.jpg") #FFF;
	background-position:top;
	background-repeat:repeat-x;
	overflow:hidden;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}
.btn:hover {
	height: 190px;
	box-shadow:0px 0px 5px #666;
	-ms-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	-o-box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	background:url("../Content/Images/bg_botonera.jpg") #FFF;
	background-position:top;
	background-repeat:repeat-x;
}
.btn p {
	margin-top:20px;
}
.btn.gen {
	color:#13a6b8;
}
.btn.evo {
	color:#bf1925;
}
.btn.sap {
	color:#a99f11;
}
.btn.sap:hover {
	height:230px;
}
.btn.crm {
	color:#883388;
	margin-right:0;
}

.ingreso
{
    font-size: 12px;    
}
.input 
{
    margin-bottom: 10px;    
}
.boton 
{
    cursor: pointer;
    margin-top: 20px;
}

.campoConfig 
{
    float: left;
    width: 100%;    
}
.campo 
{
    margin-bottom:5px;
}

.formContacto 
{
    margin-bottom: 1%;    
}

/* MENU */

.menu-top {
	width: 960px;
	margin-top: 5px;
	padding-bottom: 15px;
	margin-bottom:20px;
	float: left;
	/*background:url(../img/bott_bg.png) bottom no-repeat;*/
}
.contMenu {
	float:left;
	height:132px;
	width:736px;
}
.menu-top a.logo {
	float: left;
	height: 119px;
	width: 167px;
	text-decoration: none;
}
.menu-top ul.menu {
	font-size:13px;
	margin-top:100px;
	float:right;
}
.menu-top ul.menu li {
	float: left;
	margin-right: 5px;
	margin-left: 3px;
}
.menu-top ul.menu li a.m-bt {
	color: #666666;
	text-decoration: none;
	padding: 3px;
	float: left;
	text-transform: uppercase;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.menu-top ul.menu li a.m-bt:hover {
	color: #117BA9;
}
ul {
	list-style-type:none;
}

span.marcaObligatorio 
{
    border-left:#d56e3e 3px solid;
}