@charset "utf-8";


body{
	background-image: url(Imagenes/backlogo2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	}

div.logo_gr {
    width: 410px;
    margin: auto;
    /*border: 1px solid red;*/
}
div.logo_ch {
	display: none;
}

/*comienca parte principal*/
main {
    max-width:1450px;
    margin: auto;
	margin-top: 50px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.principal {
	min-height: 300px;
	
}

.principal p{
	font-family:   Arial," sans-serif";
	text-align: center;
	font-size: 20px;
	color:#2A1633;
    text-shadow: 1px 1px 1px #FAE9F6	; 
}

.principal a{
	text-decoration: none;
	color: #622073; 
}

#map{
 border: 1px solid pink;
 width: 600px;
 height: 350px;
 display:block;
 margin: auto;
 margin-top: 50px;
 margin-bottom: 50px;	
}




@media screen and (max-width: 650px) {
	.principal p{
	font-family:   Arial," sans-serif";
	text-align: center;
	font-size: 18px;
	color:#2A1633;
    text-shadow: 1px 1px 1px #FAE9F6	; 
}
	
 div.logo_gr {
   display: none;
 }
 div.logo_ch {
	display: block;
	width: 250px;
	margin: auto;
 }
	

 .gr {
 display: none;
 }
		
 .ch {
 display:block;
 }
	
#map{
 border: 1px solid pink;
 width: 400px;
 height: 300px;
 display:block;
 margin: auto;
 margin-top: 50px;
 margin-bottom: 50px;	
}

	
}

@media screen and (max-width: 450px) {

#map{
 border: 1px solid pink;
 width: 300px;
 height: 300px;
 display:block;
 margin: auto;
 margin-top: 50px;
 margin-bottom: 50px;	
}

	.principal p{
	font-family:   Arial," sans-serif";
	text-align: center;
	font-size: 16px;
	color:#2A1633;
    text-shadow: 1px 1px 1px #FAE9F6	; 
}
	
	
}



/*footer*/
	
footer {
	clear: both;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #993399;
	background-color: #F6EDFE;
	padding: 5px 0;
	position: relative;
	
}

footer a{
	text-decoration: none;
	color: #993399; 

}

footer .tel{
text-decoration: none;
color: inherit;
}

p#hora{
	margin-top: -10px;
}

.wap{
	height: 18px;
	width: auto;
	padding:0;
	margin:-3px;
}



.ch {
	display: none;
}

.gr {
	display: block;
}

img.face{
	height: 25px;
	margin-bottom: -5px;
}

footer a:hover {
color:#622073;
opacity: 0.5;
}


/*fin footer*/

