@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:2000px;
    margin: auto;
    /*border: 1px solid blue;*/
	margin-top: 50px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}


.notas {
float: none;
clear: both;
font-family:   Arial," sans-serif";
color:#2A1633;
text-shadow: 1px 1px 1px #FAE9F6	; 
text-align: center;
font-size: 23px;
padding-top: 40px;
margin: 30px 0 60px 0px;
}

.remeras{
	display: block;
	overflow: hidden;
	float:none;
	margin: 10px ;
	margin-left: 40px;
	/*border: 1px solid pink;*/
		
}

h1{
	text-align: center;
	color: #8F43A3;
	font-size: 18px;	
	font-weight: normal;
}

.fotos2, .fotos_ch2 {
	max-width: 290px;
	min-height: 320px;
	margin: 15px 10px;
	float: left;
	
}

.fotos2 img, .fotos_ch2 img{
	max-width: 100%;
	border: 1px solid #D38CE7;
    border-radius: 3%;
}

.fotos2 p, .fotos_ch2 p{
	display: block;
	margin: 5px 0px;
}

.fotos2 .explicacion{
text-align: center;
color: #8F43A3;
font-size: 12px;
}

.fotos1 {
	max-width: 170px;
	min-height: 320px;
	margin: 15px 10px;
	text-align: center;
	color: #8F43A3;
	font-size: 18px;
	float: left;
}

.fotos1 img {
	max-width: 100%;
	border: 1px solid #D38CE7;
    border-radius: 3%;
}

.fotos1 p {
	display: block;
	margin: 5px 0px;
}
.fotos1 .explicacion{
text-align: center;
color: #8F43A3;
font-size: 12px;
}



@media screen and (max-width: 710px) {
	
	
 div.logo_gr {
   display: none;
 }
 div.logo_ch {
	display: block;
	width: 250px;
	margin: auto;
 }
	

 .gr {
 display: none;
 }
		
 .ch {
 display:block;
 }
	
.remeras{
	margin: 10px 10px 40px 10px;
	display: block;
	overflow: hidden;
}

.fotos2{
	margin:auto;
	float:none;
	clear: both;
	}
	
.fotos2 p {
	margin-bottom: 5px;	
}
	

.fotos1{
	margin:auto;
	float:none;
	clear: both;
}
	
.fotos1 p {
	margin-bottom: 5px;	
}

	
.notas {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0;
	}
	
.fotos2 .explicacion{
text-align: center;
color: #8F43A3;
font-size: 12px;
margin-bottom: 15px;
}	
	
	
.fotos1 .explicacion{
text-align: center;
color: #8F43A3;
font-size: 12px;
margin-bottom: 15px;
}	
		
	
	
}









/*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*/

