body {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	/*background: #fff url(../../images/bg.jpg) no-repeat;*/
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;padding:0;/*overflow:auto;*/
}

img,body,html{
    border:0;
}

body{
    height:100%; margin:0;
}



/*Ini bottom bar*/
#main_container {
	width:100%;
	background-color:#FFFFFF; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */

	/*height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow: auto;	/* will have a scrollbar at our content containier */
	position: absolute; /* container div must be absolute, for our fixed bar to work */
	left: 0;
	right: 0;
	top: 20px;
	bottom: 65px;
}

#main_container .content_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#main_container .spacer { /* spacer w/ fixed height; give space to the content and fixed bar */
	height: 2px;
}

#bottomBar {
    position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
    background-color:grey;
    width: 100%;
    height: 65px;
    background: url(../../images/bgBottom.jpg) repeat-x;
}

#bottomBar #bbContent {
	width: 970px;
	height: 35px;
	margin: 10px auto 0;
}

#bottomBar #bbAddress {
    color: #ccc;
	width: 970px;
	height: 15px;
	margin: 0 auto;
	padding-top: 4px;
	text-align: right;
}

#bottomBar #bbSrchBox {
    color: #cc9900;
    margin-top: 5px;
    display:table;
    float:right;
    width:350px
}

#bottomBar #bbSrchBox a{
    color:#cc9900;
    text-decoration: none;
}

#bottomBar #bbSrchBox #bbSrchField {
    color: gold;
    float:right;
    width: 172px;
    height: 30px;
    background: url(../../images/bottomSearchBox.png) no-repeat transparent;
}

#bottomBar #bbSrchBox #bbSrchButton {
     float:right;
     margin:4px 9px 3px 3px;
}
/*End bottom bar*/



address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}

ol,ul {
    list-style:none;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
}

q:before,q:after{
    content:'';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




#topBar {
    width:100%;
    height:20px;
    background-color:black;
    position:fixed;
    top:0px;
    left:0px;
    z-index:300;
}

#topBar #menu {
    width: 970px;
    text-align: right;
    color: white;
    padding-top:2px;
    margin: 0 auto;
}

#topBar #menu a{
    color: white;
}

#topBar #menu .itemBox {
    float: right;
    margin-left: 20px;
}

#main {
	width: 970px;
	margin: 80px auto 0;
	/*border: 2px solid blue;*/
	display:table;
}

#header {
	top: 0px;
	color: white;
	width: 970px;
	border: 1px solid white;
}

#two_header {
	position:absolute;
	z-index: 10;
	top: 35px;
}

#Becas-MEC {
	margin-top: -65px;
	right: 10px;
}

#content #leftCol {
	width: 153px;
	float:left;
	margin-top: 20px;
	background: url(../../images/dottedLineBg.jpg) repeat-y right;
}

#content #links {
	width: 240px;
	float: left;
	clear: none;
	margin-top: 20px;
}

#content #links #itemSeparator {
	width: 100%;
	height: 3px;
	clear: both;
	background: url(../../images/dottedLineBg.jpg) repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content #mainContent {
	width: 560px;
	float: right;
	clear: none;
}

#content #mainContent #midMotive {
    width: 560px;
    height: 180px;
	float: right;
	clear: none;
}

#content #mainContent #midMotiveImg {
	display:block;
	text-align:center;
	color:#012d74;
	z-index:50;
	position: absolute;
	background-color:white;
	background-image:url(../../images/midMotive.jpg);
}

#content #mainContent #mask {
    width: 560px;
    height: 180px;
    background:url(../../images/midMotiveMask.png) no-repeat;
    z-index:90;
    position:absolute
}

#content #mainContent #midMotive #clocks{
	position: absolute;
	z-index: 100;
	font-size: 10px;
}

#content #mainContent #midMotive #clockParis{
    font-family: "Arial";
    font-weight: bold;
	width: 78px; /* (116-38)*/
	height: 25px; /* (33-10)*/
	float: left;
	clear: none;
	margin: -7px 0 0 20px;
    padding: 6px 0 0 35px;
	background: url(../../images/clock-Paris.png) no-repeat;
	position: relative;
	z-index: 100;
}

#content #mainContent #midMotive #clockLondon{
    font-family: "Arial";
    font-weight: bold;
	width: 78px; /* (116-38)*/
	height: 25px; /* (33-10)*/
	float: left;
	clear: none;
	margin: -7px 0 0 26px;
    padding: 6px 0 0 35px;
	background: url(../../images/clock-London.png) no-repeat;
	position: relative;
	z-index: 100;
}

#content #mainContent #midMotive #clockNewYork{
    font-family: "Arial";
    font-weight: bold;
	width: 78px; /* (116-38)*/
	height: 25px; /* (33-10)*/
	float: left;
	clear: none;
	margin: -7px 0 0 26px;
    padding: 6px 0 0 35px;
	background: url(../../images/clock-NewYork.png) no-repeat;
	position: relative;
	z-index: 100;
}

#content #mainContent #midMotive #clockSydney{
    font-family: "Arial";
    font-weight: bold;
	width: 78px; /* (116-38)*/
	height: 25px; /* (33-10)*/
	float: left;
	clear: none;
	margin: -7px 0 0 26px;
    padding: 6px 0 0 35px;
	background: url(../../images/clock-Sydney.png) no-repeat;
	position: relative;
	z-index: 100;
}

#content #mainContent #midCourses {
	width: 560px;
	float: right;
	clear: none;
	display: table;
}

#content #mainContent #midCourses #bracket {
	width: 560px;
	height: 44px;
	clear: both;
	display: table;
	margin: 20px auto 0;
	background: url(../../images/bracket.gif);
}

#content #mainContent #midCourses #bracketCurly {
	width: 560px;
	height: 44px;
	clear: both;
	display: table;
	margin: 0 auto;
	background: url(../../images/bracketCurly.gif);
}

#content #mainContent #midCourses #courses {
    margin-left: 12px;
}

#content #mainContent #midCourses .course {
	float: left;
	clear: none;
	display: table;
	width: 175px;
	margin-right: 15px
}

#content #mainContent #midCourses .course .body {
	margin-top: 20px;
}

.courseDet {
	float: left;
	clear: none;
	display: table;
	width: 178px;
	margin-right: 5px
}

.courseDet .body {
	margin-top: 20px;
}

#content #bottom {
	margin-top: 10px;
	width: 100%;
	clear: both;
	display: table;
}

#content #bottom #addressBox {
	font-size: 0.9em;
	text-align: center;
	color: grey;
	float: right;
	margin-top: 30px;
	width: 680px;
	display: table;
	clear: none;
}

#content #bottom #addressBox #item {
	width: 222px;
	float: left;
	clear: none;
	line-height: 12px;
}

#facebookLink {
    margin: 0 40px;
    display:table;
    float:left;
    background: #3B5998 url(../../images/facebook.png) no-repeat scroll -21px 0;
    width:103px;
    height:31px;
}

#acronimoDiv {
    float:left;
}

#contents {
	width: 550px;
	margin: 0 auto;
}

#contents h1 {
	color: gray;
	margin-bottom: 40px;
	font-size: 1.5em;
}

#contents h2 {
	font-size: 1.15em;
	color: gray;
	margin-bottom: 0;
}

#contents h3 {
	padding: 0;
	margin: 0;
	color: #0962a4;
}

#contents h4 {
	padding: 0;
	margin: 0;
}

#contents a {
	color: navy;
}

#contents #ficha {
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	display: block;
	float: right;
	background: #ece9d7;
	padding: 15px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #f3f1db;
	clear: right;
}

#contents #ficha ul {
	margin-left: 0;
}

#notes {
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	margin: 0px auto 30px;
	padding: 5px;
	text-align: left;
	clear: both;
	border: 0px solid red;
	background: #f4dfce;
	font-size: 0.8em;
}

#back {
	clear: both;
	font-weight:bold;
	margin-bottom:0;
	/*margin-left:-20px;*/
	margin-top:40px;
}

/* @group Courses tables */

#itsthetable {
	border: 0px solid #e2e2e2;
	background: #fff;
	width: 300px;
	padding-bottom: 10px;
}

#itsthetable table {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font: normal 0.9em tahoma, arial, sans-serif;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 4px solid #e2e2e2;
	color: #4F6480;
	background: #F0F0F0;
	width: 90%;
}

#itsthetable table caption {
	border: 0px solid #e2e2e2;
	text-align: left;
	width: 100%;
	background: transparent;
	color: black;
	font-size: 1.2em;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}

#itsthetable thead {
	color: #484848;
	background: #F0F0F0;
}

#itsthetable thead tr th {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
}

#itsthetable thead th {
	border: 4px solid #e2e2e2;
}

#itsthetable tfoot {
	background: #fff;
}

#itsthetable tfoot tr td, tfoot tr th, tbody tr td {
	padding: 4px;
}

#itsthetable tbody tr:hover {
	background: #fff;
}

#itsthetable tbody tr {
	border: 4px solid #e2e2e2;
}

#itsthetable tbody th {
	padding: 2px 4px 4px 2px;
	border: 4px solid #e2e2e2;
	font-weight: bold;
}

#itsthetable tbody td {
	background: #E9ECEE;
	border: 4px solid #e2e2e2;
	padding: 5px;
	font-size: 1.05em;
}

#itsthetable tbody tr.odd {
	background: #C4CFDB;
}

#itsthetable tbody tr.odd td {
	background: #F0F0F0;
	color: #4F6480;
}

#itsthetable tbody tr.odd:hover {
	background: #fff;
}

#itsthetable tbody tr th a:link {
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: underline;
}

#itsthetable tbody tr th a:visited {
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: none;
}

#itsthetable tbody tr th a:hover {
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: none;
}

#itsthetable tbody tr th a:active {
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: line-through;
}

#itsthetable tbody tr th a:visited:after {
	content: "\00A0\221A";
}

#itsthetable tbody td a:link {
	font: normal 1.1em tahoma, arial, sans-serif;
	color: #006680;
	text-decoration: underline;
}

#itsthetable tbody td a:visited {
	font: normal 1.1em tahoma, arial, sans-serif;
	color: #006680;
	text-decoration: none;
}

#itsthetable tbody td a:hover {
	font: normal 1.1em tahoma, arial, sans-serif;
	color: #007a99;
	text-decoration: none;
}

#itsthetable tbody td a:active {
	color: #006680;
	text-decoration: underline;
	font-style: normal;
	font-family: tahoma, arial, sans-serif;
}

#itsthetable tbody td a:visited:after {
	content: "\00A0\221A";
		color: #006680;
		text-decoration: none;
}

#itsthetable tbody td + td + td + td a {
	background: transparent no-repeat scroll 0 50%;
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -5000px;
	border: none;
}

#itsthetable tbody td + td + td + td a:hover {
	background: transparent no-repeat scroll 0 50%;
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -5000px;
	border: none;
}

/* @end */

#midCenterContainerMail {
	border:0 dashed teal;
	display:table;
	margin:20px 0 0 30%;
	text-align:left;
	width:70%;
}