/* global */
html{height: 100%;}

body
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #5A6370;
	background-color: #91bbef;
}
.textobanercurso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
.textos {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	color: #5A6370;
	font-size: 12px;
}




                      /* spacing between text lines in content */
p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.6em;
}


                          /* white news subtitles */
h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

#imginst{
	border: 2px solid #666666;
	float: left;
	margin-right: 6px;
}
#imginstright{
	border: 2px none #666666;
	float: right;
	margin-right: 0px;
	padding-left: 10px;
}

#imginstleft{
	border: 2px none #666666;
	float: left;
	margin-left: 0px;
	padding-right: 10px;
}
a{outline: none;}

                   /* image positioning - left, right and center */
.left
{
	float: left;
	padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

                     /* block quote */
.blockquote
{
	margin: 20px 0px 10px 20px;
	padding: 0px 20px;
	border-left: 4px solid;
}

                       /* unordered list */
ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul li
{
	list-style-type: disc;
	margin: 10px 0px 14px 40px;
	padding: 0px;
}

                       /* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{
	margin: 10px 0px 14px 10px;
	padding: 0px;
}

                       /* main container */
#main
{ background: #FFFFFF url(../imagenes/home/back.png) repeat-y;
  color: #5A6370;
  width: 780px;
  margin-left: auto; 
  margin-right: auto;

}
#main2
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
  background: #FFFFFF url(../imagenes/home/back2.png) repeat-y;
  color: #5A6370;
}

                      /* links above the logo / footer */
#links, #footer
{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 26px;
	font-size: 11px;
}

#links{
	text-align: right;
	font-size: 10px;
}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}


#links, #footer, #menu, #menu li a
{ background: #FFFFFF url(../imagenes/home/menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

                                /* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 100px;
  background: #FFFFFF url(../imagenes/home/top.jpg) no-repeat;
  color: #5A6370;
}

                              /* navigation menu */
#menu
{
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 760px;
	font-weight: normal;
	font-size: 11px;
}

#menu ul{margin: 0px auto;	} 

#menu li
{
	float: left;
	margin: 0px;
	padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	padding: 5px 11px 4px;

} 

                                 /* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	padding: 0px;
	overflow: hidden;
} 
#content2
{ margin-left: auto;
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
  text-align: justify;
  float: left;
} 

                            /* column 1 - contains sidebar items */
#column1
{
	width: 207px;
	float: right;
	padding: 0px 0px 20px;
}
#columnright
{ width: 107px;
  float: right;
  padding: 16px 0px 15px 0px;
}

.sidebaritem
{
	text-align: left;
	width: 190px;
	float: left;
	margin: 0px;
}
.sidebaritem2
{
	text-align: left;
	width: 105px;
	float: left;
	margin: 0px;
}

.sbihead
{
	height: 14px;
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
	text-align: center;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{
	padding: 14px 8px 8px 16px;
}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{
	float: left;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 190px;
	border: 0px;
} 

                                 /* column 2 - page content */

#column2
{
	text-align: justify;
	width: 518px;
	float: left;
	padding: 12px 3px 15px 19px;
}

#column3
{
	text-align: justify;
	width: 720px;
	padding: 10px 20px 15px;
	background-color: #FFFFFF;
	float: none;
	margin-left: 10px;
	margin-right: 10px;

}

#column2 h1
{
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
	color: #1775D5;
	border-color: #89A9C7;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#column3 h1
{
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	color: #1775D5;
	letter-spacing: 0.1em;
}


.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

                                
.titulos {
	font-size: 14px;
	font-weight: bold;
	color: #1075D6;
	text-decoration: underline;
	letter-spacing: .1em;
}
                                   /* here is where i added */


blockquote
{
	background: #FFFFFF;
	color: #767676;
	border-color: #767676;
}

#links, #footer, #menu, #menu li a
{
	background: #FFFFFF url(../imagenes/home/menu.png);
	color: #D1D3D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
	background: #FFFFFF url(../imagenes/home/menu_hover.png);
	color: #000000;
} 

#content, #column2 a, #column2 a:hover
{
	background: transparent;
	color: #5A6370;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{
	background: transparent;
	color: #FFFFFF;
}

.sbihead
{
	background: #FFFFFF url(../imagenes/home/sbi_header.png);
	color: #FFFFFF;
}

.sbihead h1
{
	background: transparent;
	color: #FFFFFF;
}

.sbilinks li a
{
	background: #e9e9e9 url(link.png);
	color: #000000;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #1775D5;
} 

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}
.titulosarticulos {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1075D6;
}
#cursos
{
	width: 224px;
	height: 168px;
	background: url(../imagenes/cursos1.jpg) left;
	float: left;
	margin-right: 10px;
}
#tablecursos {
	line-height: 20px;
	color: #5A6370;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.volver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #94BAEF;
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
a:link, a:active, a:visited{
	color: #5382bc;
	text-decoration: underline;
}
a:hover{
	color: #91bbef;
	text-decoration: underline;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #708d0f;
	font-variant: normal;
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #708d0f;
	text-indent: 26px;
}
.tabletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #999999;
}
.tablamayuscula {
	text-transform: uppercase;
}
.ampliar {
	font-size: 10px;
}
.divindent {
	line-height: 20px;
	padding-left: 40px;
}
.texinstructores {
	font-size: 11px;
	line-height: 13px;
}

.tablaelimin {
	font-size: 10px;
}
.notapor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
}
.red {
	color: #F00;
	font-weight: bold;
}
