@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	min-width: 250px;
	font-family:abel;
}
#menuf {
	width: 210px;
	margin-left: -105px;
	position: relative;
	left: 50%;
}
#tslider2 {
	margin-top: -135px;
	font-size: 17px;
	text-shadow: 0px 0px 40px #000000;
	transition: all .2s ease-in-out;
}
#tslider1{
	font-size: 17px;
	margin-top: -135px;
	text-shadow: 0px 0px 40px #000000;
	transition: all .2s ease-in-out;
}
#textocabecera {
	color: #FFFFFF;
	height: 50px;
	padding-bottom: 0px;
	font-style: normal;
	font-family: montserrat;
	width: 99%;
	position: relative;
	top: 65px;
	text-shadow: 0px 0px 40px #000000;
	font-size: 18px;
	margin-left: 0.5%;
	min-width: 300px;
	margin-bottom: -70px;
	padding-top: 150px;
}
#menu {
	margin-left: 5%;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	vertical-align: middle;
	width: 90%;
}
#iconoboton {
	height: 100px;
	max-height: 100px;
	background-color: #f2f2f2;
	
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#iconoboton:hover, #iconoboton:focus, #iconoboton:active {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#cabecera {
	width: 100%;
	height: 520PX;
	background-size: 1200px auto;
	text-align: center;
	background-position: 50%%;
	background-position: 50%%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-width: 280px;
	background-attachment: scroll;
	background-image: url(img/cabecera.jpg);
}
#boton1 {
	margin-left: 0px;
	text-align: center;
	max-width: 160px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: medium;
	display: block;
	min-width: 100px;
	width: 46%;
}
#boton2 {
	float: right;
	width: 46%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	max-width: 160px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: medium;
	display: inline-block;
	clear: none;
	min-width: 100px;
}
#boton3 {
	width: 46%;
	margin-left: 0px;
	text-align: center;
	max-width: 159px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: medium;
	display: block;
	margin-top: 15px;
	min-width: 100px;
}
#boton4 {
	float: right;
	width: 46%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	max-width: 159px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: medium;
	display: inline-block;
	clear: none;
	margin-top: 15px;
	min-width: 100px;
}
.leader {
	width: 100%;
}
.pleca {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	height: 150px;
	padding-top: 78px;
	font-size: xx-large;
}
#textoleader {
	width: 80%;
	margin-left: 10%;
	text-align: center;
	font-size: large;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 30px;
}
#separador {
	height: 100px;
	min-height: 100px;
	min-width: 300px;
	text-align: center;
	background-image: url(img/miniparallax.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.iconos {
	width: 280px;
	margin-bottom: 45px;
	text-align: center;
	left: 50%;
	position: relative;
	margin-left: -140px;
	alignment-adjust: middle;
}
#icono1 {
	width: 200px;
	height: 240px;
	background-color: #f2f2f2;
	text-align: center;
	color: #666666;
	padding-top: 110px;
	margin-bottom: 10px;
	float: left;
	clear: none;
	display: inline-block;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 40px;
}
#contenedormenu {
	width: 280px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -140px;
}

#comenzar{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(12%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(-12%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
#comenzar {
	width: 60px;
	height: 60px;
	background-color: #f2f2f2;
	border-radius: 45px;
	text-align: center;
	position: relative;
	top: -40%;
	left: 50%;
	margin-left: -30px;
	background-image: url(img/botoninicio.jpg);
}
#textocomenzar {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.60)),color-stop( 100% , rgba(0,0,0,0.60)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%);
	color: #FFFFFF;
	height: 30px;
	font-size: large;
	padding-top: 1px;
	width: 100px;
	margin-left: -60px;
	position: relative;
	top: -45%;
	left: 50%;
	min-width: 135px;
}
#botonup {
	width: 50px;
	height: 50px;
	background-color: #CCCCCC;
	border-radius: 25px;
	float: left;
	clear: none;
	margin-right: 15px;
	background-image: url(img/up.jpg);
}
#botondown {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #CCCCCC;
	float: left;
	clear: none;
	background-image: url(img/down.jpg);
}
.controles {
	width: 115px;
	position: relative;
	top: -25px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -57.5px;
	min-width: 115px;
	left: 50%;
}
.footer {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	padding-top: 35px;
	border-color: #0099FF;
	border-top-style: solid;
	border-top-width: 3px;
}
#contenidof {
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
#logof {
	width: 123px;
	height: 130px;
	margin-bottom: 25px;
	background-image: url(img/logo_footer.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	position: relative;
	left: 50%;
	margin-left: -61.5px;
}
#lineaf {
	width: 25px;
	height: 130px;
	float: left;
	clear: none;
	visibility: hidden;
}
#menuf ul {
	text-align: center;
	width: 50%;
	margin-left: 25%;
}
#menuf ul li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	color: #666666;
	text-align: center;
	font-size: large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -50px;
}
#menuf ul li a {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
#menuf ul li a:hover {
	text-decoration: none;
	color: #333333;
}
#formulariof {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 35px;
	margin-top: 25px;
	visibility: hidden;
}
#botonenviar {
	width: 70%;
	margin-left: 15%;
	background-color: #0099FF;
	height: 40px;
	font-size: large;
	padding-top: 6px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 4px;
}
#fnombre {
	width: 100%;
	margin-bottom: 15px;
}
#fabajo {
	width: 100%;
	height: auto;
	background-color: #666666;
	text-align: center;
	color: #FFFFFF;
	font-size: small;
	padding-bottom: 10px;
	margin-top: 20px;
}
.botonnetwork {
	width: 50px;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;
	clear: none;
	color: #666666;
	left: 40px;
	position: relative;
}
.botonnetwork a {
	text-decoration: none;
	color: #666666;
}
.botonnetwork a:hover {
	color: #333333;
}
#botont {
	width: 100%;
	text-align: center;
	height: 70px;
	padding-top: 20px;
}
#botont2 {
	width: 100%;
	height: 70px;
	padding-top: 9px;
}
.ticon1 {
	margin-top: 50px;
	font-size: medium;
}
.ticon2 {
	margin-top: 40px;
}
.controles2 {
	width: 50px;
	position: relative;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
#icono4 {
	float: left;
	clear: none;
	display: inline-block;
	width: 200px;
	position: relative;
}
.titulo {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
	color: #FFFFFF;
	height: 150px;
	background-color: #999;
	margin-top: 0px;
	padding-top: 60px;
}
#meet {
	width: 90%;
	margin-left: 5%;
	height: auto;
}
.person {
	width: 90%;
	height: auto;
	margin-left: 5%;
}
#personfoto {
	width: 250px;
	height: 388px;
	margin-left: -125px;
	position: relative;
	left: 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	display: inline-block;
	float: left;
	clear: none;
}
#persontexto {
	font-size: large;
	color: #666666;
	display: inline-block;
	width: 280px;
	position: relative;
	text-align: center;
	left: 50%;
	margin-left: -140px;
}
#personfondo {
	background-color: #fafafa;
	padding-top: 100px;
	margin-top: 100px;
	padding-bottom: 100px;
}
#sombra {
	width: 100%;
	height: 15px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.05)),color-stop( 100% , rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.00) 100%);
	position: relative;
	bottom: -115px;
}
#sube {
	background-image: url(img/sube.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	background-size: 35px auto;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.75;
}
#experup {
	color: #666666;
	font-size: large;
	text-align: left;
	width: 80%;
	margin-left: 10%;
}
#experdown {
	color: #666666;
	width: 80%;
	margin-left: 10%;
	margin-top: 30px;
	margin-bottom: 100px;
}
.netcont {
	margin-bottom: 100px;
	width: 94%;
	margin-left: 3%;
	margin-top: -40px;
	color: #666666;
	font-size: medium;
}
.input-group {
	margin-bottom: 10px;
}
#bsend {
	width: 100%;
}
#menu a {
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #333333;
}
#experdown1 li {
	margin-left:-25px;
}
#experdown2 li {
	margin-left:-25px;
}
.cajasnet {
	margin-bottom: 10px;
}
#net1 {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
}
#botonesnet {
}
#check1 {
	width: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#check2 {
}
#correofooter {
	margin-bottom: 20px;
	background-color: #999999;
}
#nettitulo {
	width: 60px;
	height: 60px;
}
.bottomstyle{
}
#options4 {
	margin-right: 10px;
	float: left;
	width: 260px;
	clear: none;
}
.netbottom {
	margin-top: 10px;
}
.bottomstyle {
	background-color: #F0F0F0;
}
#options4desp {
	width: 50px;
	float: none;
}
#options4text {
	width: auto;
	margin-right: 10px;
	height: 20px;
	margin-top: 15px;
	float: left;
}
.form-color {
	background-color: #F8F8F8;
	right: auto;
}
.form-position {
}
.form-2 {
	width: 260px;
	float: none;
}
.form-4 {
	width: 120px;
	float: left;
	clear: both;
}
.form-31 {
	width: 260px;
}
#textopreg3 {
	padding-top: 5px;
}
.form-32 {
	width: 260px;
}
.options-form {
}
.pos-abap {
	margin-left: 100px;
	width: 120px;
}
.pos-deposits {
	margin-left: 77px;
}
.pos-basloans {
	margin-left: 68px;
}
.pos-collaterals {
	margin-left: 66px;
}
.pos-payment {
	margin-left: 34px;
}
.pos-bw {
	margin-left: 111px;
}
.pos-fi {
	margin-left: 93px;
}
.pos-hana {
	margin-left: 101px;
}
.pos-bank {
	margin-left: 47px;
}
.pos-basis {
	margin-left: 96px;
}
.pos-performance {
	margin-left: 54px;
}
.pos-pmo {
	margin-left: 104px;
}
.pos-crm {
	float: none;
	clear: none;
	width: 260px;
}
.nofloat {
	float: none;
}
.size-box {
	width: 140px;
	height: auto;
	left: 50%;
	position: relative;
	margin-left: -70px;
}
#text-1 {
	width: 230px;
	margin-left: -115px;
	position: relative;
	left: 50%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.margin-4 {
	margin-top: 10px;
}
.pos-business {
	width: 260px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: 0px;
}
#textocabecera {
	font-size: 28px;
}
#menu {
	padding-left: 0px;
	padding-right: 0px;
}
#boton1 {
	margin-left: 10px;
	margin-right: 10px;
}
#iconoboton {
	width: 160px;
	min-width: 160px;
	height: 125px;
	min-height: 125px;
	margin-left: -80px;
	left: 50%;
	position: relative;
}
.pleca {
	font-size: xx-large;
}
.iconos {
	width: 450px;
	position: relative;
	left: 50%;
	margin-left: -225px;
}
#icono1 {
	margin-left: 12.5px;
	float: left;
	clear: none;
	margin-right: 12.5px;
}
#boton2 {
	float: right;
	width: 200px;
	min-width: 200px;
	margin-bottom: 10px;
}
#boton3 {
	float: left;
	clear: none;
	margin-top: 25px;
	width: 200px;
	min-width: 200px;
	margin-bottom: 15px;
	margin-left: -10px;
}
#boton4 {
	float: right;
	clear: none;
	width: 200px;
	min-width: 200px;
}
#contenedormenu {
	padding-left: 0px;
	padding-right: 0px;
	width: 420px;
	position: relative;
	left: 50%;
	margin-left: -210px;
}
.footer {
	height: auto;
}
#contenidof {
	width: 450px;
	margin-left: -225px;
	position: relative;
	left: 50%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#logof {
	width: 123px;
	display: inline-block;
	float: left;
	clear: none;
	margin-right: 0px;
	position: relative;
	left: 110px;
}
#lineaf {
	width: 63px;
	display: inline-block;
	height: 130px;
	float: left;
	clear: none;
	visibility: visible;
	background-image: url(img/lineaf.png);
	background-size: cover;
	position: relative;
	right: -140px;
	opacity: 0.5;
}
#menuf {
	width: 210px;
	display: inline-block;
	float: left;
	clear: none;
	position: relative;
}
#cabecera {
	background-size: 2200px auto;
	background-repeat: no-repeat;
	background-position: 50% 47%;
}
#icono2 {
	width: 200px;
	margin-left: 112.5px;
	float: left;
	clear: none;
}
#icono3 {
	float: left;
	clear: none;
	width: 200px;
}
#icono4 {
	float: right;
	clear: none;
	display: block;
	margin-right: 12.5px;
	padding-right: 0px;
	padding-left: 0px;
	width: 200px;
	position: relative;
	left: -12.5px;
}
.navbar-brand {
	position: relative;
	left: 50%;
	background-size: cover;
	width: 80px;
	margin-left: -90px;
}
.navbar {
	background-size: cover;
	
}
#experdown {
	width: 413px;
	position: relative;
	left: 50%;
	margin-left: -206.5px;
}
.netcont {
	width: 460px;
	position: relative;
	left: 50%;
	margin-left: -230px;
}
#experdown1 li {
	margin-left:0px;
}
#experdown2 li {
	margin-left:0px;
}
#tslider2 {
	margin-top: -140px;
	font-size: 21px;
}
#tslider1{
	font-size: 21px;
	margin-top: -140px;
}
.cajasnet{
}
#net1{
}
#botonesnet{
}
#check1{
}
#check2{
}
#correofooter{
}
#nettitulo{
}
#options4{
	width: 205px;
	margin-right: 10px;
}
#options4desp{
}
#options4text{
}
#textopreg3{
	width: 60px;
	float: left;
	clear: none;
	margin-top: 10px;
	padding-left: 10px;
	margin-left: 10px;
}
.form-2 {
	width: 438px;
}
.form-31 {
	width: 250px;
	float: left;
	clear: both;
}
.form-32 {
	width: 118px;
	float: left;
}
.pos-abap {opt
	margin-left: 70px;
	width: 110px;
	margin-left: 66px;
}
.pos-deposits {
	margin-left: 43px;
	width: 110px;
}
.pos-basloans {
	margin-left: 23px;
	width: 110px;
}
.pos-collaterals {
	margin-left: 20px;
	width: 110px;
}
.pos-payment {
	margin-left: 0px;
	width: 110px;
}
.pos-bw {
	margin-left: 77px;
	width: 110px;
}
.pos-fi {
	margin-left: 47px;
	width: 110px;
}
.pos-hana {
	width: 110px;
	margin-left: 55px;
}
.pos-bank {
	width: 110px;
	margin-left: 13px;
}
.pos-basis {
	margin-left: 50px;
	width: 110px;
}
.pos-performance {
	margin-left: 20px;
	width: 110px;
}
.pos-pmo {
	margin-left: 59px;
	width: 110px;
}
.pos-crm {
	float: none;
	clear: none;
	width: 216px;
}
.nofloat {
	float: none;
}
.pos-business {
	width: 205px;
}
.netbottom {
	float: left;
	clear: none;
}
.options-form {
}
.text-4 {
	margin-left: 17px;
}
.margin-4 {
	margin-top: 10px;
	padding-top: 5px;
}
#text-1 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

@media only screen and (min-width: 660px) {
#tslider2 {
	margin-top: -140px;
	font-size: 28px;
}
#tslider1{
	font-size: 28px;
	margin-top: -140px;
}
#experup {
	width: 619px;
	max-width: 619px;
	margin-left: -309px;
	position: relative;
	left: 50%;
}
.expercont{
	height:1050px;
}
.cajasnet{
}
#net1{
}
#botonesnet{
}
#check1{
}
#check2{
}
#correofooter{
}
#nettitulo{
}
#options4{
	float: left;
	clear: none;
}
#options4desp{
	float: left;
	clear: both;
}
#options4text{
	float: left;
	clear: none;
}
#textopreg3{
}
#text-1{
}
.zeroMargin_desktop{
margin-left: 0;
}
.hide_desktop{
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: 0px;
}
#textocabecera {
	font-size: 42px;
	padding-top: 270px;
	margin-bottom: -100px;
	width: 90%;
	margin-left: 5%;
}
#menu {
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
}
#boton1 {
	margin-left: 120px;
	margin-right: 40px;
	padding-left: 0px;
	padding-right: 0px;
	width: 200px;
	min-width: 200px;
}
#iconoboton {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 0px;
	margin-left: -100px;
}
.pleca {
	padding-top: 78px;
}
#textoleader {
	margin-top: 50px;
}
.iconos {
	width: 720px;
	left: 50%;
	margin-left: -360px;
	padding-left: 66px;
	padding-right: 0px;
	margin-bottom: 100px;
}
#icono1 {
	margin-right: 13px;
	width: 170px;
	height: 204px;
	background-size: cover;
}
#contenedormenu {
	width: 720px;
	position: relative;
	left: 50%;
	padding-left: 0;
	padding-right: 0px;
	margin-left: -360px;
}
#boton3 {
	margin-left: 120px;
	margin-top: 0px;
	margin-right: 40px;
	width: 200px;
	min-width: 200px;
}
#boton4 {
	float: left;
	margin-left: 40px;
	margin-right: 100px;
	margin-top: 0px;
	width: 200px;
	min-width: 200px;
	padding-right: 0px;
	padding-left: 0px;
}
#boton2 {
	margin-left: 40px;
	margin-right: 100px;
	float: left;
	clear: none;
}
#cabecera {
	height: 800px;
	background-size: 2200px auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 56%;
}
.ticon1 {
	margin-top: 20px;
}
.ticon2 {
	margin-top: 15px;
}
#icono2 {
	float: left;
	clear: none;
	width: 200px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
#icono3 {
	width: 200px;
	float: left;
	clear: none;
	margin-left: 98px;
	margin-right: 0px;
}
#icono4 {
	margin-right: 276px;
	width: 170px;
	position: relative;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-brand {
	background-size: cover;
	background-position: 50% 0%;
	width: 80px;
	text-align: center;
}
.person {
	width: 700px;
	margin-left: -350px;
	position: relative;
	left: 50%;
}
#personfoto {
	float: left;
	clear: none;
	margin-left: 15px;
	position: relative;
	left: 0px;
	margin-right: 45px;
	top: 0px;
	margin-top: -25px;
}
#persontexto {
	float: left;
	clear: none;
	position: relative;
	left: 0px;
	margin-left: 0px;
	width: 350px;
	text-align: left;
	margin-top: 0px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.carousel {
	height: 800px;
}
#tslider1 {
	margin-top: -235px;
	font-size: 34px;
}
#tslider2 {
	margin-top: -235px;
	font-size: 34px;
}

input {
	font-size: large;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
}
#menu a {
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #333333;
}
.bottomstyle {
	width: 380px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	width: 380px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
	width: 380px;
}
}
@media only screen and (min-width: 992px) {
#contenedormenu {
	position: relative;
}
#icono2 {
}
.navbar-brand {
	background-size: cover;
	margin-right: 37px;
}
#textocabecera {
	font-size: 55px;
}
.person {
	width: 800px;
	margin-left: -400px;
}
#persontexto {
	width: 450px;
	margin-left: 20px;
}
.persontexto1 {
}
#tslider1 {
	margin-top: -240px;
	font-size: 44px;
}
#tslider2 {
	margin-top: -240px;
	font-size: 44px;
}
#experdown {
	width: 413px;
	position: relative;
	left: 50%;
	margin-left: -206.5px;
	height: 400px;
}
}
@media only screen and (min-width: 1024px) {
#contenedormenu {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	position: relative;
}
#boton1 {
	margin-left: 0px;
	margin-right: 33.33px;
}
#boton2 {
	margin-left: 33.33px;
	margin-right: 33.33px;
}
#boton3 {
	margin-left: 33.33px;
	margin-right: 33.33px;
}
#boton4 {
	margin-left: 33.33px;
	margin-right: 0px;
}
#icono2 {
	margin-left: 0px;
}
#textoleader {
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -350px;
}
.pleca {
	height: 200px;
	font-size: xx-large;
	padding-top: 100px;
}
#cabecera {
	background-size: 2200px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: scroll;
}
.person {
	width: 960px;
	margin-left: -480px;
}
#persontexto {
	width: 550px;
}
#personfoto {
	margin-left: 45px;
}
.persontexto1 {
	margin-top: 25px;
}
.persontexto2 {
	margin-top: 40px;
}
#experup {
	width: 700px;
	margin-left: -350px;
	position: relative;
	left: 50%;
}
#experdown {
	width: 900px;
	margin-left: -425px;
}
#experdown1 {
	float: left;
	clear: none;
	display: inline-block;
	width: 400px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 20px;
}
#experdown2 {
	float: left;
	clear: none;
	display: inline-block;
	width: 400px;
	margin-left: 25px;
	margin-right: 25px;
}
.expercont{
	height: 675px;
}
}
@media only screen and (min-width: 1200px) {
.iconos {
	width: 1100px;
	margin-left: -550px;
	left: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	margin-bottom: 150px;
}
#icono2 {
	width: 170px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#icono4 {
	width: 170px;
	margin-left: 10px;
	margin-right: 0px;
	float: left;
	clear: none;
}
#icono3 {
	width: 200px;
	margin-left: 0px;
	margin-right: -5px;
}
#icono1 {
	margin-left: 0px;
	margin-right: 25px;
	background-color: #33FFFF;
	width: 170px;
}
#textoleader {
	width: 700px;
	margin-left: -350px;
	position: relative;
	left: 50%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.iconos4 {
	width: 770px;
	margin-left: -410px;
	position: relative;
	left: 50%;
}
.iconos3 {
	width: 585px;
	margin-left: -317.5px;
	position: relative;
	left: 50%;
}
.pleca {
	font-size: xx-large;
}
#cabecera {
	background-size: 2800px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}
.navbar-brand {
	margin-right: 66.5px;
}
#textocabecera {
	font-size: 72px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
#tslider1 {
	margin-top: -250px;
	font-size: 54px;
}
#tslider2 {
	margin-top: -250px;
	font-size: 54px;
}

}
