.headerdiseño{
	border-color: #5639a6;
}
.namex{
	background-color: #5639a6;
}
.contenedor{
	padding: 20px;
	background-color: white;
	border: solid 15px #5639a6;
}
.contenedorportada{
	background-image: url(img/fondoportada.jpg);
	padding: 20px;
	border: solid 15px #5639a6;
}
.contenedor4{
	padding: 10px;
	background-color: white;
	border: solid 15px #5639a6;
}
.contenedor2{
	padding: 30px;
	background-color: white;
	border: solid 15px #5639a6;
	border-left: 0px;
}
.contenedor5{
	background-color: white;
	border: solid 15px #5639a6;
}
.contenedor3{
	padding: 30px;
	background-color: white;
	border: solid 15px #5639a6;
	border-top: 0px;
}
.contenedortitulo{
	padding-top: 5px;
	background-color: #f32c2c;
	text-align: center;
	border-left: #f32c2c;
	border-right:#f32c2c;
}
.contenedor6{
	padding: 20px;
	background-color: white;
}

h1{
	font-size: 20px;
	color: #ffc603;
	font-family: Arial black;
}
h2{
		font-size: 16px;
	color: #f32c2c;
	font-family: Arial black;
}
.img-contenedor img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}
.img-contenedor:hover img {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}
.img-contenedor {
padding-top: 20px;
width:100px;
height:100px;
float: left;
margin-left: 92px;
}


.img-contenedor2 img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}
.img-contenedor2:hover img {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}

.img-contenedor2 {
width:100px;
height:100px;
float: left;
}
.form{
	background-color: #f32c2c;
	float: left;
	margin-top: 15px;

}
h2:hover {
    color: #ffc603;
}

h3 {
	font-size: 16px;
	color: #ffc603;
	font-family: Arial black;
}
h3:hover {
    color: #5639a6;
}
.container {
	box-shadow: 0 0 50px #444444;
}
body{
	background-color: #d7d7d6;
}
th{
	background-color: #f32c2c; 
	color: #ffc603;
	text-align: center;
}
td{
	background-color: #5639a6; 
	color: #ffc603;
	text-align: center;"
}
tr{
	background-color: #f32c2c; 
	color: #ffc603; 
	text-align: center;
}
.table-responsive{-sm|-md|-lg|-xl}