@charset "iso-8859-1";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
	vertical-align: baseline;
	background: transparent;
}
acronym{
	text-decoration: none;
	border: 0;
	cursor:default;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	line-height:12px;
}

body  {
	margin: 10;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.negrita{
	font-weight:bold;
}
.cursiva{
	font-style:italic;
}
a:link {
	color: #069;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
}
a{
	outline: none;
}
object{
	outline: none;
}
.thrColFixHdr #container {
	width: 980px;
	background: #FFFFFF;
	border: 1px solid #002147;
	text-align: left;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
} 

.thrColFixHdr #header {
	background-color: #FFF;
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/banner_news.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	font-size: 9px;
	text-align: right;
	visibility: hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #header p {
	margin: 0; 
	font-size: 9px;
	text-align: right;
	visibility: hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}



.thrColFixHdr #menu3 {
	background-color: #FFF;
	border: 1px solid #002147;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	position: absolute;
	padding: 5px;
	margin-left: 845px;
	margin-top: -79px;
}
.thrColFixHdr #menu3 a {
	text-align: center;
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #002147;
	width: 99px;
	font-weight: bold;
	height: 18px;
	display: block;
	line-height: 18px;
	background-color: #FFF;
	background-image: url(../images/menu_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #menu3 a:hover {
	text-align: center;
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 99px;
	font-weight: bold;
	height: 18px;
	display: block;
	line-height: 18px;
	background-color: #FFF;
	background-image: url(../images/menu_btn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.marcado {
	color: #5F86A7;
}
.marcado:hover {
	text-align: center;
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 99px;
	font-weight: bold;
	height: 18px;
	display: block;
	line-height: 18px;
	background-color: #FFF;
	background-image: url(../images/menu_btn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.thrColFixHdr #ruta {
	background-color: #FFF;
	height: 15px;
	padding-right: 190px;
	padding-left: 15px;
	text-align: left;
	padding-top: 19px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #002147;
}
.thrColFixHdr #footer {
	background-color: #002147;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 65px;
} 
.thrColFixHdr #footer p {
	margin: 0; 
	font-size: 9px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sidebar3 {
	float: right;
	width: 270px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.encabezado   {
	font-size: 12px;
	margin-bottom: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	background-color: #002147;
	padding: 4px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8397A6;
	border-right-color: #8397A6;
	border-bottom-color: #8397A6;
	border-left-color: #8397A6;
	background-repeat: repeat-y;
	color: #FFF;
	background-position: left;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}


.sidebar3 p {
	font-size: 10px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	clip: rect(auto,auto,auto,auto);
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #002147;
	border: 1px solid #8397A6;
	background-color: #D2DDEC;
	vertical-align: top;
}
.borderno{
	border:none;
}
.thrColFixHdr #idioma {
	position: absolute;
	margin-left: 780px;
	margin-top: 71px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.thrColFixHdr #rss {
	position: absolute;
	margin-left: 845px;
	margin-top: 104px;
	width:110px;
	height:18px;
}

.thrColFixHdr #rss .rssBoton {
	float: left;
	display: block;
	height: 18px;
	width: 110px;
	text-align: center;
	background-image:url(../images/icons/rssButton-es.gif);
	background-position: center top;
	text-indent: -10000px;
	overflow: hidden;
}
.thrColFixHdr #rss .rssBoton:hover {
	float: left;
	display: block;
	height: 18px;
	width: 110px;
	text-align: center;
	background-image:url(../images/icons/rssButton-es.gif);
	background-position: center bottom;
	text-indent: -1000;
	overflow: hidden;
}
.thrColFixHdr #rss .rssBoton:active{
	float: left;
	display: block;
	height: 18px;
	width: 110px;
	text-align: center;
	background-image:url(../images/icons/rssButton-es.gif);
	background-position: center bottom;
	text-indent: -1000;
	overflow: hidden;
}

.thrColFixHdr #rssEn {
	position: absolute;
	margin-left: 845px;
	margin-top: 104px;
	width:110px;
	height:18px;
}

.thrColFixHdr #rssEn .rssBoton {
	float: left;
	display: block;
	height: 18px;
	width: 110px;
	text-align: center;
	background-image:url(../images/icons/rssButton-en.gif);
	background-position: center top;
	text-indent: -10000px;
	overflow: hidden;
}
.thrColFixHdr #rssEn .rssBoton:hover {
	float: left;
	display: block;
	height: 18px;
	width: 110px;
	text-align: center;
	background-image:url(../images/icons/rssButton-en.gif);
	background-position: center bottom;
	text-indent: -1000;
	overflow: hidden;
}
.thrColFixHdr #rssEn .rssBoton:active{
	float: left;
	display: block;
	height: 18px;
	width: 110px;
	text-align: center;
	background-image:url(../images/icons/rssButton-en.gif);
	background-position: center bottom;
	text-indent: -1000;
	overflow: hidden;
}

.thrColFixHdr #seccion {
	position: absolute;
	margin-left: 70px;
	margin-top: 91px;
	font-size: 27px;
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-weight: bold;
}

.thrColFixHdr #centro {
	position: absolute;
	margin-left: 70px;
	margin-top: 132px;
	font-size: 11px;
	font-family: "Century Gothic";
	color: #002147;
}
.thrColFixHdr #seccion a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #seccion a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #seccion a:hover {
	text-decoration: none;
	color: #ADC1DC;
}
.thrColFixHdr #seccion a:active {
	text-decoration: none;
}
.thrColFixHdr #centro a:link {
	color: #002147;
	text-decoration: none;
}
.thrColFixHdr #centro a:visited {
	text-decoration: none;
	color: #002147;
}
.thrColFixHdr #centro a:hover {
	text-decoration: none;
	color: #09F;
}
.thrColFixHdr #centro a:active {
	text-decoration: none;
}.thrColFixHdr #logo {
	position: absolute;
	border: none;
	margin-left: 6px;
	margin-top: 76px;
}
.thrColFixHdr #header h2 {
	margin: 0;
	font-size: 9px;
	text-align: right;
	visibility: hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr  #footer #w3c1 {
	position: absolute;
	margin-left: 850px;
	margin-top: -25px;
}
.thrColFixHdr   #footer  #ucm {
	position: absolute;
	margin-left: -52px;
	margin-top: -42px;
}

.thrColFixHdr  #mainContent4  #fecha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 10px;
}
.thrColFixHdr  #mainContent4  #autor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	float: right;
	padding-top: 10px;
}
.imagenpeq {
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	float: left;
	border: 1px solid #8397A6;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	display: block;
	height: 40px;
	width: 40px;
}
.ultimos {
	font-size: 10px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #002147;
	border: 1px solid #8397A6;
	background-color: #D2DDEC;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}

.textoultimos{
	padding-left:50px;
}
.ultimosocre {
	sfont-size: 10px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #002147;
	border: 1px solid #8397A6;
	background-color: #e8f0fa;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.ultimosverde {
	font-size: 10px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #002147;
	border: 1px solid #8397A6;
	background-color: #DDE9CF;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.thrColFixHdr #mainContent4 {
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 665px;
	float: left;
}

.thrColFixHdr #mainContent4 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #002147;
	overflow: hidden;
	border: 1px solid #002147;
	padding: 5px;
	background-color: #E4EBF3;
}
.thrColFixHdr #mainContent4 #firma {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #002147;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002147;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.thrColFixHdr #mainContent4 #firmaNoticia {
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #002147;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002147;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.thrColFixHdr  #mainContent4  .h3 {
	font-size: 12px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	background-color: #002147;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8397A6;
	border-right-color: #8397A6;
	border-bottom-color: #8397A6;
	border-left-color: #8397A6;
	background-repeat: repeat-y;
	color: #FFF;
	background-position: left;
	font-weight: bold;
	margin: 0px;
}
.thrColFixHdr  #mainContent4  h4 {
	font-size: 12px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	background-color: #002147;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8397A6;
	border-right-color: #8397A6;
	border-bottom-color: #8397A6;
	border-left-color: #8397A6;
	background-repeat: repeat-y;
	color: #FFF;
	background-position: left;
	font-weight: bold;
	margin: 0px;
}
.ultimosgris {
	font-size: 10px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #002147;
	border: 1px solid #8397A6;
	background-color: #DFDFDF;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.thrColFixHdr  #mainContent4  h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #002147;
	margin-bottom:10px;
	font-weight:bold;
}
.thrColFixHdr #menu3 a:link {
	color: #002147;
	text-decoration: none;
}
.thrColFixHdr #menu3 a:visited {
	text-decoration: none;
	color: #002147;
}
.thrColFixHdr #menu3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #menu3 a:active {
	text-decoration: none;
}
.thrColFixHdr #menu3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


.article {
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.textoblanco {
	color: #FFF;
	font-weight: bolder;
}
.enlaces {
	display: block;
	margin-bottom: 60px;
}
.thrColFixHdr #prefooter {
	display: block;
	float:left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.sidebar5 {
	width: 270px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 11px;
	float: left;
}
.ultimos p{
	font-size:12px;
	text-decoration:underline;
	padding-top=0px;
}
.secciones   {
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	display: block;
}
.secciones #seccion1 {
	font-size: 8px;
	margin-bottom: 10px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	margin-top: 0px;
	color: #069;
	display: block;
	height: 60px;
	width: 218px;
	float: left;
	font-weight: normal;
	background-image: url(../images/docencia/asignaturas.gif);
	background-repeat: no-repeat;
	font-weight:normal;
	line-height:12px;
}
.secciones #seccion1 a  {
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-left: 72px;
	display: block;
	height: 60px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 2px;
	font-weight:normal;
	line-height:12px;
}
.secciones #seccion2 {
	font-size: 8px;
	margin-bottom: 10px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	margin-top: 0px;
	color: #069;
	display: block;
	height: 60px;
	width: 218px;
	float: left;
	font-weight: normal;
	background-image: url(../images/docencia/cursos-postgrado.gif);
	background-repeat: no-repeat;
	line-height:12px;
}
.secciones #seccion2 a  {
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-left: 72px;
	display: block;
	height: 60px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 2px;
	font-weight:normal;
	line-height:12px;
}
.secciones #seccion3 {
	font-size: 8px;
	margin-bottom: 10px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	margin-top: 0px;
	color: #069;
	display: block;
	height: 60px;
	width: 218px;
	float: left;
	font-weight: normal;
	background-image: url(../images/docencia/courses-shortcut.gif);
	background-repeat: no-repeat;
	line-height:12px;
}
.secciones #seccion3 a  {
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-left: 72px;
	display: block;
	height: 60px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 2px;
	font-weight:normal;
	line-height:12px;
}

.noborder{
	text-decoration: none;
	border:0;
}
.nombrepresentacion {
	color: #5F86A7;
}

.presentacionNodisponible{
	color:#999;
}

.presentaciones{
	float: left;
	width: 655px;
	margin-bottom: 15px;
}
.presentacion {
	padding-top: 10px;
}
.imagpresentacion {
	float: left;
	width: 25px;
	margin-top:3px;
}
.textopresentacion{
	float: left;
	width:595px;
	margin-left:15px;
	padding-bottom: 14px;
}


.imagenderecha {
	border:1px solid #8397A6;
}

.news {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	padding-top: 30px;
	overflow: hidden;
	height:auto;
}
.news .fotoNoticia{
	float:left;
	width:160px;
	height:auto;
	text-align:center;
	padding-right:10px;
	padding-bottom:10px;
	display:inline;
}

.news .fotoCuerpo{
	float:left;
	width:175px;
	height:auto;
	text-align:center;
	margin-left:5px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
	border:#002147 double 1px;
	display:inline;
}

.news .cuerpoNoticia{
	float:left;
	height:auto;
	text-align:left;
	padding-right:10px;
	padding-bottom:10px;
	display:inline;
}
.alineadoIzquierda{
	text-align:left;
	float:left;
	display:inline-block;
}
.autorDerecha{
	text-align:right;
	display:inline-block;
	float:right;
	margin-bottom:20px;
}
.autorDerecha .publidbcolor1{
	color:#003300;
	font-weight:bold;
}

.autorDerecha .publidbcolor2{
	color:#99cc33;
	font-weight:bold;
}

.autorDerecha .projectdbcolor2{
	color:#fe2a26;
	font-weight:bold;
}
.departamentoDerecha{
	text-align:right;
	float:right;
}
.curso{
	display: block;
	padding-top: 30px;
	overflow: hidden;
	height:auto;
	border-bottom:1px inset #cccccc;
}


.imgCurso{
	float:left;
	width:160px;
	height:auto;
	text-align:center;
	padding-bottom:10px;
	display:inline;	
}

.textoCurso{
	float:left;
	width:480px;
	height:auto;
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	display:inline;
	color:#333;
}

.textoCurso a{
	font-size:10px;
	font-weight:bold;
}

.textoAsignatura{
	 float:left;
	 width:550px;
	 height:auto;
	 text-align:left;
	 padding-top:5px;
	 padding-left:10px;
	 padding-right:10px;
	 padding-bottom:10px;
	 display:inline;
	 color:#333;
}
.imgAsignatura{
	 float:left;
	 width:90px;
	 height:auto;
	 text-align:center;
	 padding-bottom:10px;
	 display:inline;
}

.thrColFixHdr #mainContent4 h1 .titulo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #002147;
	overflow: hidden;
	border: 1px solid #002147;
	padding: 5px;
	background-color: #E4EBF3;
}

.thrColFixHdr #mainContent4 .infoCurso{
	margin-top:20px;
	margin-bottom:30px;
	margin-left:2px;
	margin-right:10px;
	width:660px;
}

.thrColFixHdr #mainContent4 .infoCurso .subtitulo{
	margin-bottom:20px;
	font-weight:bold;
}

.thrColFixHdr #mainContent4 .infoCurso img{
	margin-top:30px;
	text-align:center;
}


.tablaizq{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:45px;
	float:left;
	width:360px;
}
.tablader{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	float:left;
	width:360px;
}
.tablacen{
	width:500px;
	margin-left:250px;
}
.tablacen2{
	width:500px;
	margin-left:225px;
}
.tablacen3{
	width:500px;
	margin-left:235px;
}
.tablacen4{
	width:500px;
	margin-left:234px;
}
.tablaizqGrande{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:45px;
	float:left;
	width:350px;
}
.botones{
	text-align:center;
	margin-left: auto;
}


.tablaform { width:320px; }

.textright{ text-align:right;}

input {
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
	margin:1px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
	margin:1px;
}

textarea{
	width:200px;
	height:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
	margin:1px;
}

button { 
	width:100px;
	height:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.label{
	width:110px;
	text-align:left;
	vertical-align:center;
}


.labelTexto{
	width:110px; 
	text-align:left;
	vertical-align:top;
}

.campo{
	width:220px;
	text-align:left;
}

.ayuda{
	width:50px;
	text-align:left;
	vertical-align:top;
}

.inputNormal{
	border:1px solid black;
	width:220px;
}
.inputNormal2{
	border:1px solid black;
	width:222px;
}
.inputNormal3{
	width:20px;
}
.inputSmall{
	border:1px solid black;
	width:95px;
}
.inputSuperSmall{
	border:1px solid black;
	width:15px;
}
.inputSmall2{
	border:1px solid black;
	width:44px;
}
.inputMedium{
	border:1px solid black;
	width:250px;
}

.inputError{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}
.textolegal{
	width:700px;
	font-size:9px;
	color:#999;
	margin-left:-75px;
	padding-left:85px;
	padding-right:20px;
}
.textolegal2{
	width:800px;
	font-size:9px;
	color:#999;
	margin-left:-75px;
	padding-left:120px;
	padding-right:20px;
}
.botonEnviar{
	margin-left:-70px;
}

.mainContentDocenciaForm{
	margin-left:15px;
	width:961px;
	margin-left:5px;
}
.thrColFixHdr  .mainContentDocenciaForm .formAlta {
	margin-left:10px;
	border-right:1px solid #002147;
	border-left:1px solid #002147;
	border-bottom:1px solid #002147;
	width:828px	
}
.thrColFixHdr  .mainContentDocenciaForm .formAltaG {
	margin-left:9px;
	border-right:1px solid #8397A6;
	border-left:1px solid #8397A6;
	border-bottom:1px solid #8397A6;
	width:830px	
}

.thrColFixHdr  .mainContentDocenciaForm .formResultados {
	margin-left:10px;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:10px;
	
}
.thrColFixHdr  .mainContentDocenciaForm .formAlta .acepto{
	margin-left:45px;
	margin-right:30px;
}
.thrColFixHdr  .mainContentDocenciaForm  .h3 {
	font-size: 12px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	background-color: #002147;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8397A6;
	border-right-color: #8397A6;
	border-bottom-color: #8397A6;
	border-left-color: #8397A6;
	background-repeat: repeat-y;
	color: #FFF;
	background-position: left;
	font-weight: bold;
	margin-left: 9px;
	width:822px;
}
.thrColFixHdr  .mainContentDocenciaForm  .h3G {
	font-size: 12px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	background-color: #D2DDEC;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8397A6;
	border-right-color: #8397A6;
	border-bottom-color: #8397A6;
	border-left-color: #8397A6;
	background-repeat: repeat-y;
	color: #002147;
	background-position: left;
	font-weight: bold;
	margin-left: 9px;
	width:822px;
	height: 20px;
	font-size:14px;
}
.thrColFixHdr .mainContentDocenciaForm h3{
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.margenPasoFinal{margin:10px;}
.trabaja{
	margin-left:41px;
}
.trabaja2{
	margin-left:3px;
}
.checkboxNormal{
	width:20px;
	border:0px;
}
.campoCurriculum{
	width:224px;
}
.campoComentarios{
	width:220px;
}
.datosPersonales{
	margin-left:10px;
}
.formInscripcion{
	margin-left:340px;
}
.letraGris{
	color:#999999;
}
.letraNormal{
	font-size:10px;
}
.letraNormalMargen{
	font-size:10px;
	margin-left:10px;	
}
.desconectar{
	margin-left:770px;
	margin-bottom:5px;
	margin-top:-1px;
	
}

.linea{
	margin-left:5px;
	padding-left:10px;
	list-style:disc;
}
.linea li{
	margin-top:2px;
	margin-bottom:2px;
}

.linea2{
	margin-left:5px;
	margin-top:5px;
	padding-left:20px;
	list-style:circle;
}

.linea3{
	margin-left:5px;
	margin-top:5px;
	padding-top:2px;
	padding-left:15px;
}






.pasoDerecha{
	float:right;
	margin-right:5px;
	height:20px;
	line-height:17px;
	color:grey;
}
.pasoIzquierda{
	margin-left:5px;
	height:20px;
	line-height:17px;
}
.thrColFixHdr  .mainContentDocenciaForm .formAltaP {
	margin-left:9px;
	border-right:1px solid #8397A6;
	border-left:1px solid #8397A6;
	border-bottom:1px solid #8397A6;
	width:747px;	
}
.thrColFixHdr  .mainContentDocenciaForm .formResultadosP {
	margin-left:10px;
	border-right:1px solid #002147;
	border-left:1px solid #002147;
	border-bottom:1px solid #002147;
	padding:10px;	
}
.thrColFixHdr  .mainContentDocenciaForm .formAltaP .aceptoP{
	margin-left:45px;
	margin-right:30px;
	width:747px;
}
.thrColFixHdr  .mainContentDocenciaForm .formAltaP .aceptoP2{
	margin-left:20px;
	margin-right:30px;
	width:747px;
}
.thrColFixHdr  .mainContentDocenciaForm  .h3P {
	font-size: 12px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	background-color: #D2DDEC;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8397A6;
	border-right-color: #8397A6;
	border-bottom-color: #8397A6;
	border-left-color: #8397A6;
	background-repeat: repeat-y;
	color: #002147;
	background-position: left;
	font-weight: bold;
	margin-left: 9px;
	width:739px;
	height: 20px;
	font-size:14px;
}

.cabeceraPasos{
	color:#002147;
	height:22px;
	font-size:14px;
	font-weight:bold;
	color:#002147;
	padding-top:5px;
	padding-left:4px;
	margin-left:25px;
	border-left:1px solid #8397A6;
	border-bottom:1px solid #8397A6;
	margin-bottom:3px;
	margin-top:0px;
}
.pasos{			
	margin-left:25px;
	width:175px;		
	background-color:#D2DDEC;
	height:368px;
}
.pasos2{			
	margin-left:25px;
	width:175px;		
	background-color:#D2DDEC;
	height:393px;
}
.pasos3{			
	margin-left:25px;
	width:175px;		
	background-color:#D2DDEC;
	height:370px;
}
.pasosRegAlum1{
	margin-left:25px;
	width:175px;		
	background-color:#D2DDEC;
	height:490px;
}
.pasosRegAlum2{
	margin-left:25px;
	width:175px;		
	background-color:#D2DDEC;
	height:462px;
}

.pasosRegAlumFin{
	margin-left:25px;
	width:175px;		
	background-color:#D2DDEC;
	height:150px;
}
.pasoON{	
	width:175px;
	height:60px;
	background-color:white;
	padding-top:10px;
}
.pasoOFF{
	

	width:175px;
	height:20px;
	background-color:#D2DDEC;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:3px;
}
.pasoVacio{	
	width:175px;
	height:250px;;
	background-color:#D2DDEC;;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:3px;
}
.pasoON .numero{	
	background-color:#D2DDEC;
	color:#002147;
	width:20px;
	height:18px;
	margin-left:5px;
	text-align:center;
	text-valign:middle;
	font-size:12px;;
	font-weight:bold;
	float:left;
	padding-top:3px;
}
.pasoOFF .numero{		
	background-color:white;
	color:black;
	width:20px;
	height:18px;
	margin-left:5px;
	text-align:center;
	text-valign:middle;
	font-size:12px;;
	font-weight:bold;
	float:left;
	padding-top:3px;
}
.pasoON .paso{
	float:left;
	text-align:center;
	padding-top:3px;
	height:18px;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
}
.pasoOFF .paso{
	float:left;
	text-align:center;
	padding-top:3px;
	height:18px;
	padding-left:5px;
	font-size:10px;
	font-weight:normal;
}
.descripcion{
	float:left;
	margin-left:5px;
	font-size:10px;
}
.hueco{

	width:15px;
	height:15px;

	width:20px;
	height:18px;
	margin-left:5px;
	float:left;
	padding-top:3px;
}
.tablaizq2{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	float:left;
	width:360px;
}
.tablader2{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	float:left;
	width:355px;
}
.textolegal3{
	width:700px;
	font-size:9px;
	color:#999;
	margin-left:-75px;
	padding-left:85px;
	padding-right:20px;
}

.blanco{
	background-color:white;
	height:3px;
}
.oscuro{
	background-color:#D2DDEC;
	height:3px;
}

.fotoOrganismos{
	display:inline;
	margin-left:5px;
	margin-right:5px;		
}

.padding10{padding-left:10px;}
.padding20{padding-left:20px;}
.marginMenosCheckbox{margin-left:-5px;}

.marginOrganizadores{margin-left:78px;}
.marginCentros{margin-left:118px;}
.marginParticipantes{margin-left:137px;}
.marginParticipantesExternos{margin-left:147px;}
.marginServicios{margin-left:112px;}

.marginOrganizadoresIngles{margin-left:63px;}
.marginCentrosIngles{margin-left:112px;}
.marginParticipantesIngles{margin-left:128px;}
.marginParticipantesExternosIngles{margin-left:137px;}
.marginServiciosIngles{margin-left:135px;}


.parrafo{
	line-height:12px;
}

.sinNegrita{font-weight:normal}

.secciones   {
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	display: block;
}
.seccionesCursos #seccion1 {
	font-size: 8px;
	margin-bottom: 10px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	margin-top: 0px;
	color: #069;
	display: block;
	height: 60px;
	width: 218px;
	float: left;
	font-weight: normal;
	background-image: url(../images/docencia/cursos-postgrado.gif);
	background-repeat: no-repeat;
	font-weight:normal;
	line-height:12px;
}
.seccionesCursos #seccion1 a  {
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-left: 72px;
	display: block;
	height: 60px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 2px;
	font-weight:normal;
	line-height:12px;
}
.seccionesCursos #seccion2 {
	font-size: 8px;
	margin-bottom: 10px;
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	margin-top: 0px;
	color: #069;
	display: block;
	height: 60px;
	width: 218px;
	float: left;
	font-weight: normal;
	background-image: url(../images/docencia/cursos-postgrado-visavet.gif);
	background-repeat: no-repeat;
	line-height:12px;
}
.seccionesCursos #seccion2 a  {
	-ms-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-left: 72px;
	display: block;
	height: 60px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 2px;
	font-weight:normal;
	line-height:12px;
}
.dimCajaCent{
	width:270px;
	text-align:center;	
	margin-left:0px;
	margin-top:16px;
	margin-bottom:-10px;
}
.alinearVertical img{
	vertical-align:middle;
	margin-bottom:auto;
	margin-top:auto;
}
