/*Sin bordes*/

*{
	margin: 0;
	padding: 0:
}

/*Color de toda la página*/

body{
	background:#F5F5F5;
}

/*Todo el código del Header*/
header .h2 {
	position: relative;
	color: #4B0082;
    text-shadow: #555 2px 2px 3px;
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:36pt;
	text-align:center;
}

header img{
	width:150px;
	border-radius:10px;
	box-shadow:10px 5px 5px black;
	display:block;
	margin:auto;
}

header footer, .main{
	background:#FDFEFE;
	width:100%;
	max-width:1000px;
	margin: 20px auto;
}

header nav{
	background:#483D8B;
	overflow:hidden;
}

header nav ul{
	list-style:none;	
}

header nav ul li{
	list-style:none;
	float: left;	
}

header nav ul li a{
	padding: 10px 15px;
	display:block;
	color:#E6E6FA;
	text-decoration:none;
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:14pt;
}

header nav ul li a:hover{
	background:#75ACEC;
}

section article p{
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:12pt;
	text-align:justify;
}

section article h3{
	
	color: #7B68EE;
    text-shadow: #85 1px 2px;
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:18pt;
	text-align:center;
}

section article img{
	width:150px;
	border-radius:10px;
	box-shadow:5px 5px 5px black;
	display:block;
	margin:auto;
}
 table{
	padding:20px;
	display:table;
}


.m1{
	width:150px;
	border-radius:10px;
	box-shadow:5px 5px 5px black;
	text-align: center;
	margin:5px;
}

.m2{
	width:150px;
	border-radius:10px;
	box-shadow:5px 5px 5px black;
	text-align: center;
	margin:5px;
}

ol li{
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:12pt;
	text-align:justify;
}

ul li{
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:12pt;
	text-align:justify;
}

.p1{
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:14pt;
	text-align:center;
	color: #7B68EE;
    text-shadow: #85 1px 2px;
	font-weight: bold;
}

.p2{
	font-family: Arial, arial, helvetica, sans-serif;
	font-size:14pt;
	text-align:center;
	color: #DC143C;
    text-shadow: #85 1px 2px;
	font-weight: bold;
}
.main .articles{
	width:97.5%;
	margin-right:2.5%;
	float: left;
	
}

.main .articles article{
	padding:50px;
	background:#fff;
	float:left;
}

footer{
	background:#7B68EE;
	color:#fff;
	clear:both;
	padding:10px 0px;
	text-align:center;
	font-family: Arial, arial, helvetica, sans-serif;
	font-size: 10pt;
	box-sizing:border-box;
}

footer a:link{
	padding: 10px 15px;
	color:#E6E6FA;
	clear:both;
	text-decoration:none;
}

footer a:visited{
	padding: 10px 15px;
	color:#E6E6FA;
	clear:both;
	text-decoration:none;
}