@charset "UTF-8";
/* CSS Document */

body{
	position:static;
	/*background: #52d9e5; /*color del fondo*/
	background-image:url( ../img/fondo2020_2.png); /*Imagen de Fondo*/
	background-attachment: fixed;
	background-size: cover;
	/*padding: -50px 0;*/
}
h4{
	color: red;
	
	
}


#texto{
	width: 530px;
	text-align: justify;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	font-size: 17px;
line-height: 115%;
	padding: 5px 10px;
}

.tabla1{
	color: white;
	font-family: 'Oswald';
	  border-collapse: separate;
line-height: 1.2em;	
	border-spacing:  28px;
}

.centrado{
	margin-left: 40px;
	
}

.centrado2{
	margin-left: 60px;
	
}

#parrafo1{
	text-align: right;
	width: 750px;
	font-size: 16px;
line-height: 1.2em;	
	word-spacing: .2em; 
	/*text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;*/
	
}

h5{
		font-size: 16px;
	text-align: justify;
	line-height: 1.3em;	



}

tr{
}



button
{
  color: #FFF;
  background-color: #C11A0F;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 35%;
  border: 1px solid #C11A0F;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	font-family: 'Oswald';
	/*margin-left: 470px;*/
	margin: 0 40px 0 38px;
	
	


}

/*version para moviles*/
@media screen and (max-width: 700px){
	
	#texto{
	width: 300px;
	text-align: justify;
	/*text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;*/
	font-size: 20px;
line-height: 115%;
		/*margin-left: -100px;*/
		/*margin-left: -20px;*/
	
}
	
	body{
	background-image: url(" ../img/FONDO ISMA.png");
	background-attachment: fixed;
	background-size: cover;

}
	td {
    margin-bottom: 50px;
    float: left;
    text-align: right;    
  
	}

	#parrafo1{
	text-align: justify;
	width: 310px;
	font-size: 15px;
	
}
	.centrado{
	
		width: 300px;
	margin-left: 5px;
}

.centrado2{
	margin-left: 5px;
			width: 300px;

	
}
	
	button
{
  color: #FFF;
  background-color: red;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 28%;
  border: 1px solid red;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	font-family: 'Oswald';
/*margin-left: 37px;	*/
	margin: 0 27px 0 30px;
	


}
	
	#boton1{
		margin-left: -50px;
	}
}
}
