body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ffffff;

}

#contenedor {
	width: 100%;
	max-width:1000px;
	height: 100%;
	max-height:519px;
	margin: auto;
	background: white;
}


	#inicio{
			float:right;
			text-align:left;
			background:white;
			line-height:15px;
			width: 80px;
			position:relative;
			height: 50px;
			box-shadow:0px 0px 5px gray;
			border-radius: 10px 0px 0px 10px;
			margin-right: 0px;
			margin-top:10px;
			padding-left: 5px;
				font-family: Verdana;
			font-size: 10pt;
		}
		
		#inicio img{
			text-align: left;
		}

#menu1 {
	width: 100%;
	background: white;
	text-align: center;
}

header {
	width: 100%;
	max-width: 1000px;
	height: 15%;
	min-width: 180px;
	background: white;
	overflow: hidden;
	margin: auto;
}

#logo {
	width: 70px;
	height: 100px;
	background: url("../img/logo.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

#titulo {
	top: 20px;
	width:80%;
	height: 100px;
	min-width: 180px;
	font-family: Verdana;
	font-size: 100%;
	float: left;
	display:block
	text-align: left;
	line-height: 40px;	
}

#titulo1{
	font-family: "Times New Roman";
	font-size: 30pt;
}

#titulo2{
	top:-10%;
	font-family: Verdana;
	font-size: 20pt;
	color: red;
}

#cont_fot {

	width: 100%;
	height:100%;
	float: left;
}

#publicidad{
	width:1000px;
	margin-top: 0px;
	margin: auto;
	height:100%;
	margin auto;	
	min-width: 280px;
	font-family: arial;
	font-size: 9pt;
}

* menu*/
/* ---------- Google Font ---------- */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);*/

/* RESET STYLES */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul, li {
	list-style: none
}

li{
	margin-left: 40px;
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: ''
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
.italic {
	font-style: italic
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 10px;
}
.alignright {
	float: right;
	margin: 10px;
}
.no-margin {
	margin: 0px;
}
.no-bottom {
	margin-bottom: 0px;
}
.no-padding {
	padding: 0px;
}
.margin-t {
	margin-top: 22px;
}
div {
	position: relative
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 0px;/*11*/
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 0px;/*22*/
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 0px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
	
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

html {
	-webkit-font-smoothing: antialiased;
}
/*=====================================
Modificado
=======================================*/
a {
	
 color:#000;
}
a:hover {
/*color: #666666;*/
	color:#ccc;
	text-decoration: none;
}

color:#fff;

font: 14px "Open Sans", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
line-height:1;
width:100%;}

h1 {
	font-size: 36px;
	line-height: 1.3em;
}
h2 {
	font-size: 32px;
	line-height: 1.3em;
}
h3 {
	font-size: 24px;
	line-height: 1.3em;
}
h4 {
	font-size: 18px;
	line-height: 1.3em;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 11px;
}
p, div, span {
	line-height: 1.5em;
}
.column-clear {
	clear: both;
}
.clear {
	overflow: hidden;
}

.mainWrap {
	width: 960px;
	margin: 0 auto;
}

.title {
	margin: 100px 0 20px 0;
	text-align: center;
	color: #3E4156;
}
.back {
	text-align: center;
}

nav {
	display: block;
	margin-top: 0px;
	background: #C7031C;/*fondo menu*/
	margin: auto;
	max-width: 1000px;
	top:5px;
	text-align: center;

}

.menu {
	display: block;
	margin:0px;
	color:#fff; 
}

.menu li {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.menu li:first-child {
	margin-left: 0;
}

.menu li a {/*font-weight:500;*/
	text-decoration: none;
	font-family: Verdana;
	padding: 7px;
	display: block;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a {
	color: #C7031C;
	background: #FFF;
	width: 100%;
	border-radius: 10px;
}

.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(117,165,207,0.8);/*fondo sub menu*/
}

.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
.menu ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #ffffff;
	border-left: 3px solid #ffffff;
	/*background:rgba(228,228,231,0.4);*/
}

.menu ul li a:hover, .menu ul li:hover > a {
	background: #ff9900;
	border-left: 3px solid #75A5CF;
	color: #ffffff;
}

.menu li:hover > ul {
	display: block;
}
.menu ul ul {
	left: 149px;
	top: 0px;
}

.mobile-menu {
	display: none;
	width: 100%;
	padding: 11px;
	background: #bcc7CF;;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
.mobile-menu:hover {
	background: #75A5CF;
	color: #ffffff;
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 100%) {

	.mainWrap {
		width: 768px;
	}
	.menu ul {
		top: 0px;
	}
	.menu li a {
		font-size: 12px;
		padding: 0px;
	}
}

@media (max-width: 767px) {

	.mainWrap {
		width: auto;
		padding: 50px 20px;
	}

	.menu {
		display: none;
	}

	.mobile-menu {
		display: block;
		margin-top: 0px;
	}

	nav {
		margin: 0;
		background: none;font-s}
		
	.menu li{
		display: block;
		margin: 0;
		color: #fff;
	}

	.menu li a {
		background: #ffffff;
		color: #fff;
		border-top: 1px solid #e0e0e0;
		border-left: 3px solid #ffffff;
	}

	.menu li a:hover, .menu li:hover > a {
		background: #f0f0f0;
		color: #75A5CF;
		border-left: 3px solid #9CA3DA;
	}

	.menu ul {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

	.menu ul ul {
		left: 0;
	}

	.menu ul li a {
		font-size: 12px;
		font-weight: normal;
		display: block;
		color: #c8c8c8;
		border-left: 3px solid #ffffff;
		/*background:rgba(228,228,231,0.4);*/
	}

	#socialmedia {
		display: none;
	}

	aside {
		display: none;
	}

	#cuarta {
		display: none;
	}

	#tercera {
		display: none;
	}

	#hola {
		display: none;
	}

	@media (max-width: 480px) {
		#socialmedia {
			display: none;
		}

		aside {
			display: none;
		}

		#cuarta {
			display: none;
		}

		#tercera {
			display: none;
		}

		#hola {
			display: none;
		}

	}

	@media (max-width: 320px) {
		#socialmedia {
			display: none;
		}

		aside {
			display: none;
		}

		#principal {
			text-align: left;
		}

		#cuarta {
			display: none;
		}

		#tercera {
			display: none;
		}

		#hola {
			display: none;
		}

		#f_maestria {
			text-align: center;
		}

		#f_univer {
			display: none;
		}

	}
}
/*fin menu*/
#central{
	top:5px;
	width: 100%;
	height:100%;
	max-width: 1000px;
	margin:auto;
}

section{
	width: 100%;
	float: left;
	color:#666;
	font-family: Verdana;
	margin-bottom: 10px;
}

article{
width: 100%;
margin-bottom: 15px;
border:1px solid white;
box-shadow: 0px 0px 5px gray;
border-radius: 10px;
padding: 5px;	
}

article img{
	margin: 10px;
}

#title{
	color:#C7031C;
}
aside{
float:right;
vertical-align: top;
border:solid 1px gray;
border-radius: 5px;
width: 25%;
box-shadow: 0px 0px 5px gray;
}

aside img{
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

footer {
	width:1000px;
	margin-top: 0px;
	margin: auto;
	height:100%;
	margin auto;	
	min-width: 280px;
	font-family: arial;
	font-size: 9pt;
	background: #bcc7CF;/*fondo menu*/

}

#f_maestria {
	float: left;
	width: 25%;
	min-width: 200px;
	margin-right:20px;
}

#f_maestria img{
	width: 100%;
}

#f_cmr{
	float: left;
	width: 25%;
	min-width: 200px;
	margin-left:140px;
	margin-right: 0px;
}

#f_cmr img{
	width: 70%;
}
#f_univer {
	line-height:20px;
	float: right;
	width: 30%;
	text-align: right;
}

#error{
	color:red;
	font-family: Verdana;
	font-size:10pt;
	font-style: italic;
}

#nota1{
	border: 1px solid gray;
background-color: rgba(0, 146, 38, 0.5);
	color:#fff;
	line-height:20px;
	width: 100%;
	text-align: center;
}
