
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
    color:#000;
}

#contenedor{
    width:100%;
    margin:0 auto;
    height: auto;
    overflow: hidden;
    
}


section.contPrin{
	background-color:#00768B;
	min-height:29.7em;
	padding:10px;
	width:100%;
	overflow: hidden;
}

section .txtPrin{
overflow: hidden;
float:left;
}

section.contPrin #txtTit >span{
	color:#fff;
	float:left;
	margin-top:0.7em;
	margin-left:0.2em;
	border-bottom: 1px solid silver;

	font-family: "Helvetica",sans-serif;
	line-height: 1.10em;
	letter-spacing: normal;
	word-spacing: 0px;
	font-weight: 300;
	font-size:45px;
}

aside .contInf{
	background-color: #fff;
	padding:10px;	
	min-height: 10em;
}

#imgPrin{
	display: block;
	width:400px;

	position:absolute;
	left:25em;
	top:6.25em;
	
}


section #txtOfre span{
	display:block;
	width:34%;
	color:rgb(112,189,201);
	text-align:left;
	padding:13px;
	padding-top: 15px;
	margin-right: 1em;
	font-family: "Helvetica",sans-serif;
	letter-spacing: normal;
}

#txtOfre span strong{
	color:#fff;
}
/*------------------*/
#logo{
	position:fixed;
	right: 15em;
	top:1em;
	width:20%;

}

aside.formPrin{
	position: fixed;
	top:4em;
	right: 2em;
	float:right;
	width:470px;
	background-color: #fcb93c;
	padding:5px;
	border:10px solid #fff;
	border-radius: 20px;
	color:#fff;


}
aside .titAside{
	color:#fff;
	font-family: arial;
	font-size: 25px;
	padding: 30px;
	font-weight: bold;
	text-shadow:5px 3px 5px #aaa;
	border-bottom:1px solid silver;

}
.txtAside{
	padding:20px;
	color:#4c4c4c;
}

#form1{
	padding:10px;
}
#form1 >label{
	width:100%;
	display:block;
	padding-top:10px;
	padding-bottom:2px;
	margin-bottom: 0em;
	
}
#form1 > input[type="text"], #form1 > input[type="email"]{
width:100%;
	display:block;	
	margin-bottom: 1em;
}
br{
	display: block;
	height: 1px;
}

#form1 > input[type="submit"]{
	display: block;
	font-size:1.4em;
	padding:10px;
	text-align: center;
	background-color:#77b800;
	margin:0 auto;
	border:1px solid silver;
	border-radius: 10px;
	margin-top:1em;
	color:#fff;
}

#contSec{
	float:left;
	margin-left:2em;
	margin-top:2em;
	width:400px;

}
#contSec h4{
	color:#00768B;
	margin-bottom: 1em;
}
#contSec p{
	color:#4c4c4c;
	font-size: .9em;
}
#imgSec{
	display: block;
	float:left;
	margin-left:1em;
	width:150px;
}

/*------------------*/

@media screen and (max-width: 640px) {
	 	

	#contenedor{
      margin-bottom: 1em;
     }

  
   section{
        width:100%;
    	margin:0 auto;
    	padding:5px;
    	text-align:center;
        top:10em;
        float:none;
    }

#logo{
	position:static;
	right: 15em;
	top:1em;
	width:40%;
	float:right;
	margin-right: 2em;
	margin-top:15em;

}

    section.contPrin{
        min-height:0;
        height: 100%;
    }
    section.contPrin #txtTit >span{
        text-align:center;
        width:95%;
        font-size:24px;
        float:left;
        position: static;
        left:0;
        top:0;
        font-weight: 300;
    }
    #imgPrin, aside.formPrin{
        position:static;
        width:95%;
        margin:0 auto;
    }
    #imgPrin{
        display: block;
        float:left;
        width:50%;
        margin:0 auto;
        position:static;
        left:none;
        top:none;

    }
  
    aside{
        display: block;
        width:100%;
        margin:0 auto;
    }
    aside.formPrin{
        float:left;
        position:static;
    }
    section #txtOfre span{
        width:100%;
        margin:0 auto;
        padding:10px;
        display: block;
        float:left;
        overflow: hidden;
    }
   

   footer{
    display: block;
   	font-size:0.8em;
    margin-bottom: 2em;
    width: 100%;
    text-align: center;
   }

#contSec{
	margin-left: 0;
	padding:10px;
	width:95%;

}   
#contSec p{

margin:0 auto;
padding:10px;

}
   
    
    
	
/* ========================*/
 
	
}


