﻿h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}

section#intro{
	width:100%;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom:10px;
	color:#555;
	border-bottom: 1px solid #d4d4d4;
	display: inline-block;
}
section#intro ul{
	margin: 1em 0 0 3em;
}
section#intro ul li a{
	font-weight: normal;
	color:#555;
	font-size:.8em;
	line-height: 2em;
	text-align: justify;
}
section#intro a:hover{color:#971726;}

section#body_carrera, section#body_carrera_activo{
	display: inline-block;
	width: 31%;
	height: 300px;
	max-height:300px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right:1.7%;
	border-left: 2px solid #971726;
	background-color: #eaeaea;
   overflow: auto;
}
section#body_carrera_activo{
	border-left: 2px solid #007914;
}

section#body_carrera p, section#body_carrera_activo p{
	font-size:.8em;
	font-style: normal;
	font-weight: bold;
	color:#555;
	text-align: justify;
	padding:.4em;
}
section#contenedor table {
    width: 100%;
	background-color:#fff;
}

section#contenedor tr th {
    height:1.5em;
	font-size:.8em;
	font-weight: normal;
	color:#555;
}
.titulo_curso1{
	display: inline-block;
	width: auto;
	max-width: auto;
	height: 1em;
	padding-top: .3em;
	padding-bottom: .2em;
	color:#555555;
	background-color:#fff;
}


@media all and (max-width: 1024px) {

	section#contenedor{
		margin-top:140px;
	}
	section#body_carrera, section#body_carrera_activo{
		display: inline-block;
		width: 45%;
	}
}
