#main {
	width: 80%;
	padding: 2% 10% 10% 10%;
	font-family: Arial;
	background-image: url("../images/backgroundAICO.png");
	background-size: 100% 100%;
}

header {
	width: 100%;
}

a:hover,a:active,.active a:link,.active a:visited {
	text-shadow: none !important;
}

/*MENU PRINCIPAL*/
.mainMenu img {
	width: 25%;
	height: auto;
}

.slogan {
	font-family: Times New Roman;
	color: white;
	text-shadow: rgb(0, 56, 150);
	text-align: right;
	font-size: 28px;
	width: auto;
	float: right;
	margin-top: 80px;
	margin-right: 20px;
}

.rmm {
	background: rgb(0, 56, 150);
	opacity: 0.80;
	font-size: 1em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.rmm>li {
	float: left;
}

.rmm  ul {
	list-style: none;
	margin: 0 auto;
}

.rmm  ul li {
	float: left;
}

.rmm li:hover>ul {
	display: block;
}

.rmm li ul li {
	position: relative;
}

.rmm li ul li ul {
	right: -140px;
	top: 0px;
}

.rmm  a:link,.rmm  a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}

.rmm  a:hover,.rmm  a:active,.rmm  .active a:link,.rmm  .active a:visited
	{
	background: rgb(87, 138, 214);
	color: #fff;
	text-shadow: none !important;
}

/* .rmm  li a { */
/* 	border-radius: 5px; */
/* 	-moz-border-radius: 5px; */
/* 	-webkit-border-radius: 5px; */
/* } */
#content {
	float: right;
	width: 100%;
	height: auto;
	margin-top: 3%;
	background-image: url("../images/borde.png");
}

#content_2 {
	float: right;
	width: 100%;
	height: auto;
}

#content_3 {
	float: right;
	width: 90%;
	height: auto;
	margin-top: 3%;
}

#content_3 p {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 80%;
	margin: 5% 5%;
	color: rgb(39, 65, 152);
}

#contact {
	width: 40%;
	float: left;
	padding: 20px 50px 40px 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
}

#contact-form {
	width: 40%;
	float: right;
	padding: 20px 50px 40px 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
}

}
#contact-form form h2 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	background: url(../img/pencil.png) 70px 6px no-repeat;
	border-bottom: 2px dotted #bbb;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

#contact-form form input {
	width: 95%;
	height: 30px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 16px;
}

.submit {
	width: 30%;
	height: 30px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 16px;
}

#contact-form form input:focus {
	border: 1px solid #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#contact-form form label {
	margin: 7px 0 10px 5px;
	font-size: 16px;
	text-align: left;
}

#contact-form form label span {
	font-style: italic;
}

#contact-form form input:-moz-placeholder {
	color: #aaa;
}

#contact-form form input:-ms-input-placeholder {
	color: #aaa;
}

#contact-form form input::-webkit-input-placeholder {
	color: #aaa;
}

#contact-form form button {
	cursor: pointer;
	width: 60%;
	height: 42px;
	margin-top: 25px;
	padding: 0;
	background: #eb4141;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .1) inset;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .1) inset;
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

#contact-form form button:hover {
	-moz-box-shadow: 0 -15px 30px 0 rgba(255, 255, 255, .05) inset;
	-webkit-box-shadow: 0 -15px 30px 0 rgba(255, 255, 255, .05) inset;
	box-shadow: 0 -15px 30px 0 rgba(255, 255, 255, .05) inset;
}

#contact-form form button:active {
	-moz-box-shadow: 0 -15px 30px 0 rgba(255, 255, 255, .05) inset, 0 5px
		8px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 -15px 30px 0 rgba(255, 255, 255, .05) inset, 0 5px
		8px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 -15px 30px 0 rgba(255, 255, 255, .05) inset, 0 5px 8px 0
		rgba(0, 0, 0, .1) inset;
}

#contact-ad {
	padding: 20px 50px 40px 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
}

}
#columna {
	float: left;
}

#columna_3 {
	float: left;
	position: absolute;
}

#menu_column {
	width: 130px;
	height: auto;
	background: rgb(39, 65, 152);
	margin: 20px;
}

#menu_column ul {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}

#menu_column ul li {
	position: relative;
}

#menu_column ul li:hover ul {
	display: block;
}

#menu_column ul ul {
	position: absolute;
	left: 130px;
	top: 0;
	border-top: 1px solid #e9e9e9;
	display: none;
}

#menu_column ul ul li {
	width: 100px;
	background: #f1f1f1;
	border: 1px solid #e9e9e9;
	border-top: 0;
}

#menu_column ul ul li a {
	color: #a8a8a8;
	font-size: 12px;
	text-transform: none;
}

#menu_column ul ul li a:hover {
	color: #929292;
}

#menu_column a {
	text-align: center;
	color: #e8e8e8;
	padding: 12px 0px;
	display: block;
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	font-family: tahoma;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 10px;
}

#menu_column a:hover {
	background: RGBA(219, 219, 255, 0.2);
	color: #fff;
}

#pie {
	clear: both;
	padding: 5%;
	border-top: .2% solid #999999;
}

#slider {
	margin: 5% 12%;
}

#slider h1 {
	font-size: 20px;
	color: rgb(39, 65, 152);
	font-style: italic;
	font-family: arial;
}

#slider h1 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

#slider ul li {
	list-style: none;
}

#columna_2 {
	float: left;
	margin: 5% auto;
	width: 25%;
	height: 250px;
}

#content_2 h1 {
	font-size: 25px;
	color: rgb(39, 65, 152);
	font-family: arial;
}

#fig_izq {
	float: left;
}

#fig_der {
	float: right;
}

.company {
	float: left;
	width: 60%;
	margin: 0% 18%;
}

.company a {
	text-decoration: none;
}

.company h1 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

.company h1 {
	font-size: 20px;
	color: rgb(39, 65, 152);
	font-style: italic;
	font-family: arial;
	width: 80%;
	margin-left: 15%;
}

.company .valor {
	font-size: 15px;
}

.company p {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 80%;
	margin: 5% 15%;
	color: rgb(39, 65, 152);
}

.company ul {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 70%;
	margin: 5% 15%;
	color: rgb(39, 65, 152);
}

.company ul ul {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 70%;
	margin: 5%;
	color: rgb(39, 65, 152);
}

.company p a {
	color: rgb(39, 65, 152);
}

#solucion {
	width: 90%;
	float: left;
}

#solucion h1 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

#solucion h1 {
	font-size: 20px;
	font-family: arial;
}

#solucion h2 {
	font-size: 16px;
	font-family: arial;
}

#solucion h2 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

#solucion p {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	color: rgb(39, 65, 152);
	width: 30%;
}

#solucion ul {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 70%;
	margin: 5% 5%;
	color: rgb(39, 65, 152);
}

#solucion figure img {
	width: 60%;
	height: 25%;
	float: right;
}

#solucion div {
	position: absolute;
}

#arquitectos {
	float: left;
	width: 90%;
	margin: 5% 10%;
}

#arq_uno {
	float: left;
	height: 320px;
	width: 40%;
	position: relative;
}

#arq_dos {
	float: right;
	width: 40%;
	height: 320px;
	position: relative;
	margin-right: 20%;
}

#arquitectos h1 {
	font-size: 20px;
	font-style: italic;
	font-family: arial;
}

#arquitectos h1 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

#arquitectos h1 {
	font-size: 20px;
	color: rgb(39, 65, 152);
	font-style: italic;
	font-family: arial;
	width: 80%;
	margin-left: 5%;
}

#arquitectos p {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 80%;
	margin: 5% 5%;
	color: rgb(39, 65, 152);
}

#arquitectos ul {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 70%;
	margin: 5% 5%;
	color: rgb(39, 65, 152);
}

#arquitectos ul ul {
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	width: 70%;
	margin: 5%;
	color: rgb(39, 65, 152);
}

#arquitectos p a {
	color: rgb(39, 65, 152);
}

#carrusel {
	width: 80%;
	height: 300px;
	float: left;
	margin-left: 10%;
}

#carrusel h1 {
	font-size: 20px;
	color: rgb(39, 65, 152);
	font-style: italic;
	font-family: arial;
}

#carrusel h1 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
	border: 1px solid #ccc;
	background-color: RGBA(196, 196, 196, 0.2);;
}

.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}

a.prev,a.next {
	background: url(../images/miscellaneous_sprite_bn.png) no-repeat
		transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}

a.prev {
	left: -22px;
	background-position: 0 0;
}

a.prev:hover {
	background-position: 0 -50px;
}

a.prev.disabled {
	background-position: 0 -100px !important;
}

a.next {
	right: -22px;
	background-position: -50px 0;
}

a.next:hover {
	background-position: -50px -50px;
}

a.next.disabled {
	background-position: -50px -100px !important;
}

a.prev.disabled,a.next.disabled {
	cursor: default;
}

a.prev span,a.next span {
	display: none;
}

.pagination {
	text-align: center;
}

.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat
		transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}

.pagination a span {
	display: none;
}

.clearfix {
	float: none;
	clear: both;
}

#proyecto {
	float: left;
	width: 80%;
	height: auto;
	margin: 0 40px;
}

#proyecto h1 {
	font-size: 20px;
	font-style: italic;
	font-family: arial;
}

#proyecto h1 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

#proyecto p {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: rgb(39, 65, 152);
}

#proyecto figure img {
	width: 500px;
	height: 350px;
}

#producto {
	float: left;
	width: 80%;
	height: 350px;
	margin: 0 40px;
}

#producto h1 {
	font-size: 14px;
	font-style: italic;
	font-family: arial;
	color: rgb(39, 65, 152);
}

#producto h1 a {
	text-decoration: none;
	color: rgb(39, 65, 152);
}

#producto ul {
	float: left;
	width: 25%;
	height: auto;
	position: absolute;
}

#producto ul li {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: rgb(39, 65, 152);
}

#producto figure img {
	width: 40%;
	height: 25%;
	float: right;
}

.box1,.box2,.box3,.box4 {
	float: left;
	display: block;
	width: 190px;
	height: 100px;
	background-color: #DFD;
	border: 3px solid #228;
	padding: 20px;
	margin: 5px
}

.box1 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box2 {
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
}

.box3 {
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
}

.box4 {
	-moz-border-radius-topleft: 30px;
	-webkit-border-top-left-radius: 30px;
}

#pie_registro {
	float: left;
	width: 50%;
	text-align: center;
}

#pie_registro p {
	color: white;
}

#pie_menu {
	float: left;
	width: 30%;
}

#pie_menu ul {
	list-style: none outside none;
	width: 50%;
}

#pie_menu li {
	padding: 1%;
}

#pie_menu li a {
	padding: 0 3%;
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
	position: relative;
	display: block;
}

#pie_social {
	float: left;
	width: 20%;
	text-align: center;
}

#pie_social a {
	padding-left: 10%;
}

#ampliar div {
	float: left;
	width: 75%;
	margin: 5% 5%;
}

.view {
	width: 400px;
	height: 260px;
	margin: 10px 20%;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
}

.view .mask,.view .content {
	width: 400px;
	height: 260px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}

.view img {
	display: block;
	position: relative;
	width: 400px;
	height: 260px;
}

.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0
}

.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center
}

.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}

.view a.info:hover {
	box-shadow: 0 0 5px #000
}

.view2 {
	width: 600px;
	height: 460px;
	margin: 10px 13%;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
}

.view2 .mask,.view2 .content {
	width: 600px;
	height: 460px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}

.view2 img {
	display: block;
	position: relative;
	width: 600px;
	height: 460px;
}

.view2 h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0
}

.view2 p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center
}

.view2 a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}

.view2 a.info:hover {
	box-shadow: 0 0 5px #000
}

.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	background-color: rgba(39, 65, 152, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.view-first h2 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.view-first p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.view-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
}

.view-first:hover h2,.view-first:hover p,.view-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.view-first:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.view-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
@media only screen and (min-width : 150px) and (max-width : 780px) {
	.body {
		clear: both;
		margin: 0 auto;
		width: 90%;
		font-size: 90%;
	}

	/* 	.mainMenu nav { */
	/* 		background: rgb(0,56,150);; */
	/* 		font-size: 1.143em; */
	/* 		height: 280px; */
	/* 		line-height: 30px; */
	/* 		margin-top: 15%; */
	/* 		margin-bottom: 0; */
	/* 		border-radius: 5px; */
	/* 		-moz-border-radius: 5px; */
	/* 		-webkit-border-radius: 5px; */
	/* 	} */

	/* 	.mainMenu nav ul { */
	/* 		list-style: none;  */
	/* 		margin: 0 auto; */
	/* 		padding-left: 0; */
	/* 	} */

	/* 	.mainMenu nav li { */
	/* 		margin-left: 0 auto; */
	/* 		width: 100%; */
	/* 	} */

	/* 	.mainMenu nav a:link, .mainHeader nav a:visited { */
	/* 		color: #FFF; */
	/* 		display: block; */
	/* 		height: 30px; */
	/* 		padding: 5px 0; */
	/* 		text-decoration: none; */
	/* 	} */

	/* 	.mainMenu nav a:active, */
	/* 	.mainMenu nav .active a:link, .mainMenu nav .active a:visited { */
	/* 		background: rgb(87, 138, 214); */
	/* 		color: #fff; */
	/* 		text-shadow: none !important; */
	/* 	} */

	/* 	.mainMenu nav li a { */
	/* 		border-radius: 5px; */
	/* 		-moz-border-radius: 5px; */
	/* 		-webkit-border-radius: 5px; */

	/* 		border-radius: 5px; */
	/* 		-moz-border-radius: 5px; */
	/* 		-webkit-border-radius: 5px; */
	/* 	} */
	.slogan {
		font-size: 100%;
		margin-top: 0px;
		margin-right: 0px;
	}
	.company {
		width: 80%;
		margin-left: 6%;
	}
	#contact {
		width: 80%;
	}
	#contact iframe {
		height: 350px;
		width: 80%;
	}
	#contact-form {
		width: 80%;
		margin-top: 20px;
		float: left;
	}
	#contact-form form h2 {
		background: url(../img/pencil.png) 20px 6px no-repeat;
	}
	#contact-form form h2 {
		background: none;
	}
	#slider {
		margin: 5% 14%;
	}
	#slider h1 {
		font-size: 1.2em;
		color: rgb(39, 65, 152);
		font-style: italic;
		font-family: arial;
	}
	#slider h1 a {
		text-decoration: none;
		color: rgb(39, 65, 152);
	}
	#slider div div img {
		width: 24%;
		height: 90%;
	}
	#proyecto figure img {
		width: 100%;
		height: 100%;
	}
	#arquitectos {
		float: left;
		width: 90%;
		margin: 5% 5%;
	}
	#arquitectos p {
		width: 90%;
		margin: 5% 5%;
	}
	#arq_uno {
		float: left;
		height: auto;
		width: 100%;
	}
	#arq_dos {
		margin: 0 10px 0 0px;
		float: left;
		width: 100%;
		height: auto;
	}
	.view {
		width: 95%;
		height: 95%;
		margin: 0 -5px 0 0px;
	}
	.view .mask,.view .content {
		width: 100%;
		height: 100%;
	}
	.view img {
		width: 100%;
		height: 100%;
	}
	.view2 {
		width: 95%;
		height: 95%;
		margin: 0 -5px 0 0px;
	}
	.view2 .mask,.view2 .content {
		width: 100%;
		height: 100%;
	}
	.view2 img {
		width: 100%;
		height: 100%;
	}
	#producto {
		float: left;
		margin: 0 0;
		height: auto;
	}
	#producto h1 {
		font-size: 14px;
		font-style: italic;
		font-family: arial;
	}
	#producto h1 a {
		text-decoration: none;
		color: rgb(39, 65, 152);
	}
	#producto ul {
		float: left;
		height: auto;
		width: 100%;
		position: relative;
	}
	#producto ul li {
		font-family: arial;
		font-size: 12px;
		text-align: justify;
		color: rgb(39, 65, 152);
	}
	#producto figure img {
		width: 120%;
		height: 120%;
		align: middle;
	}

	/*======================*/
	#solucion {
		width: 90%;
	}
	#solucion h1 a {
		text-decoration: none;
		color: rgb(39, 65, 152);
	}
	#solucion h1 {
		font-size: 20px;
		font-family: arial;
	}
	#solucion h2 {
		font-size: 16px;
		font-family: arial;
	}
	#solucion h2 a {
		text-decoration: none;
		color: rgb(39, 65, 152);
	}
	#solucion p {
		font-family: arial;
		font-size: 14px;
		text-align: justify;
		color: rgb(39, 65, 152);
		width: 100%;
	}
	#solucion figure img {
		width: 120%;
		height: 120%;
		align: middle;
	}
	
	#solucion div {
	position: relative;
	}
	
	#pie_registro {
		font-size: .5em;
		width: 30%
	}
	#pie_menu {
		width: 20%;
	}
	#pie_menu li a {
		font-size: .6em;
	}
	#pie_social {
		font-size: .6em;
		width: 50%;
	}
	#pie_social img {
		padding: 0 0 0 0;
		width: 25%;
		height: 25%;
	}
	.rslides {
		box-shadow: 0 0 20px #000;
		-moz-box-shadow: 0 0 20px #000;
		-webkit-box-shadow: 0 0 20px #000;
		margin: 0 auto 40px;
	}
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
	}
}