body{
	margin:5px;
}
*{
	font-family: arial;
}
header{
	margin-left:50px;
	padding:10px;
	padding-bottom: 3px;
}
.centrado{
	text-align:center;
}
.uno{
	padding:20px;
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url("22.jpg");
	border-collapse: collapse;
	background-repeat: no-repeat;
	background-size: 100%;
}
h1{
	font-size: 35px;
	padding-bottom:1px;
	margin-bottom:1px;
}
.copete{
	padding-top: 1px;
	margin-top:1px;
	font-size: 16px;
	color:#71717a;
}
.letra1{
	font-size:60px;
}
.letra2{
	letter-spacing: 2px;
	font-size: 25px;
	border-top:2px solid black;
	border-bottom:2px solid black;
	padding:20px;
}
.inline{
	display:inline-block;
}
.a{
	padding:7px;
	font-size: 20px;
	background-color: blue;
	color:white;
	text-align:center;	
	text-decoration: none;
	display:block;
	margin:auto;
	width:20%;
}
.a:hover{
	padding:7px;
	background-color: #000c9b;
	color:white;
	text-align:center;	
	text-decoration: none;
	display:block;
	margin:auto;
	width:20%;
}
.a:active{
	color:blue;
	border:2px solid blue;
	background-color: white;
	text-decoration: none;
}
.dos{
	padding:10px;
	margin-top:60px;
	margin-bottom:50px;
}
.pad{
	padding:50px;
	margin-top: 30px;
}
span{
	display:block;
	font-size: 50px;
	color:blue;
	text-align:center;
}
.letra3{
	font-size: 40px;
}
.letra5{
	line-height: 1.5;
	color:grey;
}
article>h4{
	font-size:20px;
}
.alineado{
	vertical-align: top;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


td{
	width:50%;
	height: 500px;
}
table, td, tr, caption{
	border-collapse: collapse;
}
caption{
	background-color:#dddddd;
}
.td1 {
	padding:90px;
	color:white;
	background:#292b3a;
	text-align:justify;
}
.td2{
	padding:90px;
	color:#292b3a;
	background:white;
	text-align:justify;
}
.letra4{
	font-size:35px;
}
h4{
	font-weight: normal;
}
.td1 > p{
	font-size:18px;
	line-height: 1.3;
}
td > h3 {
	text-align:center;
	vertical-align: middle;
}
.tdh3{ 
	font-size:16px; 
}
.tdh32{
	font-size:90px;
	margin-bottom:0px;
	margin-top:0px;
}	
.tres{
	margin-bottom:60px;
}
.cuatro{
	margin-top:50px;
}
.vertical{
	vertical-align:middle;
}
.cosa1{
	padding:20px;
	padding-top:25px;
}
.f11{
	background-image: url("11.jpg")
}
.f33{
	background-image: url("33.jpg")
}
.f44{
	background-image: url("44.jpg")
}
.border{
	border-top:3px solid black;
	border-bottom:3px solid black;
	margin-bottom:50px;
	padding:20px;
	background:#fcfcfc;
}
footer{
	padding:20px;
	background:#232323;
	color:white;
}
@media screen and (max-width: 768px){
	.uno{
		background-image: url("23.jpg")
	}
.letra2 {
		color:white;
	}
}
@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
  }
}