@charset "UTF-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(imagenes/gamut-pattern-bg.png);
	background-attachment: fixed;
	background-position: left top;
	background-color: #343433;
	background-repeat: repeat;
}

#container {
	width: 800px;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#container2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
}
#container2 #p_img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	clear: both;
}

.logo {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.parraf-centrado {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.parraf-centrado2 {
	font-size: 13px;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	margin-top: 55px;
}
.link-whatsapp{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: greenyellow !important;
}

#buttons {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
}
a #paquetes {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#buttons img {
	margin-right: 10px;
	margin-left: 10px;
}
a #facebook   {
	margin-right: 10px;
	margin-left: 30px;
}
#construcclass  {
	margin-left: 23px;
}
#buttonlabels #correo {
	display: block;
	float: left;
	margin-top: -10px;
	margin-bottom: 15px;
}
#buttonlabels #portafolio {
	float: left;
	margin-top: -50px;
}
#AvisoPrivacidad {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

p {
	font-size: 25px;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;

	/* 1. Unvisited link */
a:link {
  color: #25D366;
  text-decoration: none;
}

/* 2. Visited link */
a:visited {
  color: lightgray;
}

/* 3. Keyboard focus */
a:focus {
  text-decoration: bold lightgray;
}

/* 4. Mouse hover */
a:hover {
  color: ghostwhite;
  text-decoration: underline;
}

/* 5. Active (while clicking) */
a:active {
	color: #25D366;
	text-decoration: bold
	}