@charset "utf-8";
@import "../css/reset.css";
@import "../css/menu.css";
@import "../css/slide.css";
@import "../css/style.css";
/* CSS Document */
/*************************************************
**************************************************

Website Name: 
Website URL: 
Website Author: Sysop
Author URL: sysop.com
Copyright 2014. All Rights Reserved.

Color Guide
***************
13437a - Dark Blue
1d74be - Mid Blue
e1e1e1 - Light Gray
a3a3a4 - Mid Gray
8a8a8a - Gray
*************************************************/

/************************************************
*************************************************
1. Header Styles -------------------- All
2. Body Styles ---------------------- All
4. Footer Styles -------------------- All
*************************************************
************************************************/
body{ background-color:#000000;}

/*----------------------------------------------
------------------------------------------------
1. Header Styles
------------------------------------------------
----------------------------------------------*/
#header{
	margin:0 auto;
	max-width:1024px;
	width:100%;
	text-align:left;
}
#slide{
	width:100%;
	position:relative;
	padding-top:00px;
}
/*----------------------------------------------
------------------------------------------------
2. Body Styles
------------------------------------------------
----------------------------------------------*/
#cont-bodypage{
	width:100%;
	background-color:#C3C3C3;
}
#cont-bodypage .cont-center{
	margin:0 auto;
	max-width:1024px;
	width:100%;
	text-align:center;
	padding-top: 30px;
	padding-bottom:5%;
}
.col-a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 250px;
	width: 100%;
	text-align: center;
}
.col-b{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 250px;
	width: 100%;
	text-align: center;
}
.col-c{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 250px;
	width: 100%;
	text-align: center;
}
.col-d{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 250px;
	width: 100%;
	text-align: center;
}
.circle {
	width: 100px;
	height: 100px;
	background: #000000;
	text-align:center;
	position: relative;
	margin-top:20%;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border:3px solid #000000;
	
}
.circle:hover {
	border:3px solid #FFF300;
	transition: all 0.9s ease-in;
	webkit-transition: all 0.5s ease-in;
  	-moz-transition: all 0.5s ease-in;
  	-o-transition: all 0.5s ease-in;
}
.col-1{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 530px;
	width: 100%;
}
.col-1-servicios{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 830px;
	width: 100%;
}
.col-1a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 500px;
	width: 100%;
}
.aside-gallery{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 500px;
	width: 100%;
}
.col-1-full{
	display:block;
	position: relative;
	width: 100%;
}
.aside-contacto{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 500px;
	width: 100%;
}
/*----------------------------------------------
------------------------------------------------
3. Footer Styles
------------------------------------------------
----------------------------------------------*/
#footer{
	width:100%;
	background-color:#4E4E4E;
	display:block;
	height:100px;
	margin-top:4%;
}
.cont-center-footer{
	margin:0 auto;
	max-width:1024px;
	width:100%;
	padding-top: 30px;
}
.redes{
    width: 350px;
    text-align: right;
    float: right;
    margin-top: -35px;
    margin-right: 10px;
}
/*----------------------------------------------
------------------------------------------------
4. Media Query
------------------------------------------------
----------------------------------------------*/
@media screen and (max-width: 480px) {
.redes{

    margin-top: -0px;

}

} 


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

}