@charset "utf-8";
/* CSS Document */


/* Background Slider Images  */


#text-01{
	font-family: "Helvetica";
	font-size: 36px;
	text-align: right;
	margin-right:100px;
	padding-top: 50px;
	color:azure;
}
#text-001{
	font-family: "Helvetica";
	font-size: 30px;
	text-align: right;
	margin-right:100px;
	padding-top: 50px;
	color:azure;
}

#background-image-1 {
	position: relative;
	background-image: url("../../img/1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size:100%;
}
#text-02{
	font-family: Helvetica;
	font-size: 20px;
	text-align: left;
	color:darkgrey;
	margin-left:50px;
	padding-top:20px;
/*	padding-top: 8px;
	padding-left: 110px;*/
}

#background-image-2 {
	position:relative;
	background-image: url("../../img/2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 100%;
}

#text-03{
	font-family: "Helvetica";
	font-size: 45px;
	text-align: center;
	color:white;
	padding-top: 120px;
	margin-left: 50px;
	margin-right: 50px;
}

#background-image-3 {
	position:relative;
	background-image: url("../../img/3.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
  background-size:auto;
}
#background-image-5 {
	position:relative;
	background-image: url("../../img/5.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
  background-size:auto;
}
#text-erp{
	font-family: "Helvetica";
	font-size: 45px;
	text-align: center;
	color:#696969;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	/*text-shadow: #666 0.0em 0.1em 0.1em;*/
	background-color: #FFFFFF;
	box-shadow: 0px 0px 1em #666;
	border-radius: 50px;
-webkit-box-shadow: 0px 0px 1em #666;
-moz-box-shadow: 0px 0px 1em #666;
}
#text-erp1{
	font-family: "Helvetica";
	font-size: 45px;
	text-align: center;
	line-height:1.3;
	color:#4190e2;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 50px;
	margin-right: 50px;
	/*text-shadow: #666 0.0em 0.1em 0.1em;*/
	background-color: #FFFFFF;
	box-shadow: 0px 0px 1em #666;
	border-radius: 50px;
-webkit-box-shadow: 0px 0px 1em #666;
-moz-box-shadow: 0px 0px 1em #666;
}

#background-image-erp {
	position:relative;
	background-repeat: no-repeat;
	background-attachment: scroll;
 	background-size:auto;
	/*border: 8px solid black;*/

}
#text-06{
	font-family: "Helvetica";
	font-size: 30px;
	text-align: center;
	color:black;
	padding-top: 80px;
	margin-left: 50px;
	margin-right: 50px;
}
#background-image-6 {
	position:relative;
	background-image: url("../../img/6.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
  background-size:auto;
}

#text-07{
	font-family: "Helvetica";
	font-size: 45px;
	text-align: center;
	color:white;
	padding-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}


#text-04{
	font-family: "Helvetica";
	font-size: 17px;
	text-align: center;
	color:black;

}
#text-05{
	font-family: "Helvetica";
	font-size: 20px;
	text-align: left;
	color:white;
	padding-top: 70px;
	padding-left: 20px;
	margin-left: 20px;
}
#text-10{
	font-family: Helvetica;
	font-size: 20px;
	text-align: left;
	color:darkgrey;
	margin-left:50px;
	padding-top:20px;
/*	padding-top: 8px;
	padding-left: 110px;*/
}

#background-image-10 {
	position:relative;
	background-image: url("../../img/10.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 100%;
}
#text-11{
	font-family: "Helvetica";
	font-size: 30px;
	text-align: center;
	color:black;
	padding-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
#background-image-11 {
	position:relative;
	background-image: url("../../img/11.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
  background-size:auto;
}
#background-formulario-1 {
	position: relative;
	background-color: rgb(50, 27, 102) ;
	background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: 100%;
}
input[type=text], select{

	padding: 10px;
	margin-top: 5px;
	width: 400px;
	border: 5px solid rgb(50, 27, 102);
	border-radius: 10px;

}

button {
	background-color: darkgreen;
	color: white;
	/*width: 400px;
	height: 60px;*/
	border: hidden;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 20px;
}
#abc{
	color: white;
	font-size: 20px;
	border: hidden;
	border-radius: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 20px;
}
#b1{
	color: white;
	font-size: 20px;
	border: hidden;
	border-radius: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 20px;
}

textarea{
	margin-top: 5px;
	padding: 10px;
	width: 400px;
	height: 100px;
	outline: 0;
	border: 5px solid rgb(50, 27, 102);
	border-radius: 10px;
}
