@import url(http://fonts.googleapis.com/css?family=Montserrat);
body {
	font-family:Trebuchet MS; 
	font-size:0.8em;
	background-image:url(222.jpg);	
}



#contenedor {
	width: 960px;
	height:620px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	border-radius:7px;
	-moz-box-shadow: 0px 0px 30px #7C7C7C;
	-webkit-box-shadow: 0px 0px 30px#7C7C7C ;  
	box-shadow: 0px 0px 30px#7C7C7C ;
	border: 2px solid#7C7C7C ;
}



#cabecera {
	width: 960px;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(lo1.jpg);
	background-repeat:no-repeat;
	-moz-box-shadow: 0px 0px 30px #7C7C7C;
	-webkit-box-shadow: 0px 0px 30px#7C7C7C ;  
	box-shadow: 0px 0px 30px ;#7C7C7C
	border: 2px solid#7C7C7C ;
}



#contenido{
	width:550px;
	height:620px;
	float:left;
	background-color:rgba(92,86,87,0.33);
		
}



#botonera{
	width:550px;
	height:50px;
	float:left;
}



#botonera ul.botonera {
	margin:0px;
	padding:0px;
	list-style-type:none;
}



ul.botonera li{	
	display:inline;
}



ul.botonera li a {
	color:rgba(0,0,0,1.00);
	text-shadow: 1px 1px 0px rgba(230,230,230,1);
	margin-top:2px;
	margin-bottom: 5px;
	border-radius:7px;
	background: -moz-linear-gradient(top, #707070, #D2D6DB );
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#707070),  to(#D2D6DB));
	box-shadow: 0px 0px 30px #000000;
	display: inline-block;
	text-align: center;
	width:180px;
	height:50px;
	display:inline-block;
	text-align:center;
	line-height:50px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}



 ul.botonera li a:hover{
	background: -moz-linear-gradient(top, ,#140E62 , #D2D6DB);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#140E62),  to(#D2D6DB));
	box-shadow: 0px 0px 30px #ffffff;	
	color:rgba(232,232,232,1.00); 
	text-shadow: 1px 1px 0px rgba(rgba(241,241,241,1.00));
 }
 
 #servicios{
	width:480;
	height:420px;
	margin:35px;
	margin-top:70px;
	align-content:center;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	
}


#imagenes{
	width:410px;
	height:620px;
    float:right;
	background-color:#AEAEAE;
	box-shadow: 0px 0px 30px #000000;
	border-radius:7px;


}


#contacto{
	width:390px;
	height:100px;
	margin-top:2px;
	margin-right:10px;
	float:right;
	font-family: 'Montserrat', sans-serif;
	border-radius:7px;
	text-align:center;
	font-size:14px;
	text-decoration: none;
	
	
}

#formulario{
	width:390px;
	height:300px;
	margin-top:5px;
	margin-right:10px;
	float:right;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	
}


#imagen3{
	width:390px;
	height:200px;
	background-image:url(imagen4.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-right:10px;
	float:right;
}
#afip{
	width:420px;
	height:80px;
	float:left;
	text-align:center;
}




#pie{
	width:960px;
	height:30px;
	background-color:#919191;
	margin-top:5px;
	float:left;
	border-radius:2px;
}



#pie p{
	font-size:11px;
	color:#FFFFFF;
	margin:10px;
	text-align:right;
}
	
