/* @group common */

body {
	font: 8pt/12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}



/* @end */

/* @group header */

#header {
	display: none;
	visibility: hidden;
}

/* @end */

/* @group body */

#body {

}

/* @end */

/* @group left-col */

#navblock {
	display: none;
	visibility: hidden;
}

/* @end */

/* @group content */

#content {
	width: 18cm;
	margin-right: auto;
	margin-left: auto;
}

/* @group tabla */

.table-gen {
	background-color: silver;
	border-spacing: 1px;
	border: 1pt solid silver;
}

.table-gen th {
	background-color: #e3e3e3;
	padding: 5px;
	border-bottom: 1pt solid silver;
}

.table-gen tr {
	
}

.table-gen td {
	background-color: #f5f5f5;
	width: 20%;
	padding: 5px;
	text-align: center;
	border-bottom: 1pt solid silver;
}

td.table-gen-subtit {
	font-weight: bold;
}

td.table-gen-desc {
	text-align: left;
}

/* @end */

/* @group subnav */

#content-nav {
}

#content-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content-nav ul li {
	border-bottom: 1px solid white;
}

#content-nav ul li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #2393cd;
	padding-left: 22px;
	background: #e1eff8 url(../img/doc-bullet.gif) no-repeat 5px center;
}

#content-nav ul li a:hover {
	background-color: #2393cd;
	color: white;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	display: none;
}

/* @end */

/* @group novedades */

h2#novedades-tit {
	text-indent: 0;
}

.novedades-noticia {
	border-bottom: 1px solid #d0dde5;
	margin-top: 12px;
}

.novedades-noticia-header {
	padding-left: 20px;
	background: url(../img/content-calendar-bullet.gif) no-repeat left 2px;
}

.novedades-noticia-header h3 {
	color: #06507c;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.novedades-noticia-header h4 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

/* @end */

/* @group presentacion */

h2#presentacion-tit {
	text-indent: 0;
}



/* @end */

/* @group practicum */

h2#practicum-tit {
	text-indent: 0;
}



/* @end */

h2#accesoalmaster-tit, h2#doctorado-tit, h2#organizacionacademica-tit, h2#especialidades-tit, h2#garantiadecalidad-tit, h2#calendario-tit, h2#otrasactividades-tit, h2#aulasvirtuales-tit, h2#informaciondeinteres-tit, h2#enlacesdeinteres-tit {
	text-indent: 0;
}

.subir {
	display: none;
}