
DIV.contentCenter {
	position:relative;
	width: 645px;
	float:left;
	padding: 10px 0px 20px 0px;
}

DIV.contentCenter DIV.colMenu {
	position:relative;
	float:right;
	width: 312px;
}

DIV.contentCenter DIV.colMain {
	position:relative;
	width:580px;
	margin: 0px 20px 0px 45px;
}

DIV.contentCenter DIV.colFull {	
	position:relative;
	clear:both;
}

DIV.contentCenter DIV.col1 {	
	position:relative;
	float:left;
	width: 180px;
}

DIV.contentCenter DIV.col2 {
	position:relative;
	float:right;
	width: 380px;
}

DIV.contentCenter .left {
	text-align: left;
}	

DIV.contentCenter .right {
	text-align:right;
}

DIV.contentCenter .center {
	text-align:center;
}

DIV.contentCenter H1 {
	font-size: 24px;
	color: #cc0000;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

DIV.contentCenter H2 {
	font-size:16px;
	color: #275D8B;
	margin-bottom: .2em;
	margin-top: 1em;
}

DIV.contentCenter H3 {
	font-size:12px;
	color: #0078AE;;
	margin-top: 1em;
	margin-bottom: 1em;
}

DIV.contentCenter H1.titulo {
	color: #202020;
	margin-top: 0px;
}

DIV.contentCenter h3.titulo {
	margin-bottom: 0px;
	color:#275D8B;
}


DIV.contentCenter P {
	margin-bottom: 1.2em;
	color: #202020;
	line-height: 150%;
	text-align:justify;
}

DIV.contentCenter P STRONG {
	font-weight:bold;
}

DIV.contentCenter UL.list, DIV.contentCenter OL.list {
	margin-bottom: 1.2em;
	line-height: 150%;
}

DIV.contentCenter UL.list LI {
	list-style-type:disc;
	margin-left: 20px;
	margin-bottom: 1em;
	color: #202020;
	line-height: 150%;
	padding-left: 5px;
}

DIV.contentCenter OL.list LI {
	list-style-type:decimal;
	margin-left: 25px;
	margin-bottom: 1em;
	color: #202020;
	line-height: 150%;
}

DIV.contentCenter OL.listNumber LI {
	list-style-type:decimal;
	margin-left: 30px;
	margin-bottom: 1em;
	color: #cc0000;
	line-height: 150%;
	font-weight:bold;
}

DIV.contentCenter OL.listNumber h3 {
	color: #275D8B;
	margin-bottom: 0px;
}

DIV.contentCenter OL.listNumber P {
	color: #202020;
	font-weight: normal;
}

DIV.contentCenter P SPAN.listNumber {
	display:inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cc0000;
	width: 30px;
	line-height:100%;
		
}

DIV.contentCenter P SPAN.title {
	color: #0078AE;
	font-weight: bold;
}

DIV.contentCenter PRE {
	display:inline;
 	font-family: Terminal, 'Lucida Console', 'Courier New', Courier, Monospace ;
 	white-space: pre;
}

DIV.contentCenter P.imagen {
	text-align: center;
}

DIV.contentCenter A {
	color:#222222;
	font-size: 11px;
	font-weight:normal;
}

DIV.contentCenter A:hover {
	text-decoration: underline;
}

DIV.contentCenter A.ir{
	background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/ir.png);
	background-position: left 4px;
	background-repeat:no-repeat;
	padding-left: 15px;
	text-decoration:underline;
}

DIV.contentCenter A.button{
	padding: 5px 15px;
	border: 1px solid #A7A9AC;
	background-color: #275D8B;
	color:#FFFFFF;
	text-transform:capitalize;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

DIV.contentCenter DIV.cuadro {
	width:100%;
	background-color: #e7e8e9;
}

	DIV.contentCenter DIV.cuadro DIV.cuadro_top {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_top.png);
		background-position:top;
		background-repeat:repeat-x;
	}

	DIV.contentCenter DIV.cuadro DIV.cuadro_left {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_left.png);
		background-repeat:repeat-y;
		background-position:left;
	}
	
	DIV.contentCenter DIV.cuadro DIV.cuadro_right {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_right.png);
		background-repeat:repeat-y;
		background-position:right;
	}

	DIV.contentCenter DIV.cuadro DIV.cuadro_bottom {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_bottom.png);
		background-repeat:repeat-x;
		background-position:bottom;
	}

	DIV.contentCenter DIV.cuadro DIV.cuadro_top_left {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_top_left.png);
		background-repeat:no-repeat;
		background-position: left top;
	}
	
	DIV.contentCenter DIV.cuadro DIV.cuadro_top_right {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_top_right.png);
		background-repeat:no-repeat;
		background-position: right top;
	}

	DIV.contentCenter DIV.cuadro DIV.cuadro_bottom_left {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_bottom_left.png);
		background-repeat:no-repeat;
		background-position: left bottom;
	}
	
	DIV.contentCenter DIV.cuadro DIV.cuadro_bottom_right {
		background-image: url(http://www.programaemerge.cl/campus/programaemerge/img/inicio/cuadro_bottom_right.png);
		background-repeat:no-repeat;
		background-position: right bottom;
	}

	DIV.contentCenter DIV.cuadro DIV.cuadro_contenido {
		padding: 18px 26px 22px 20px; 
	}



DIV.contentCenter A.pdf, DIV#contentCenter A.pdfLeft, DIV.contentCenter A.pdfRight {
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/pdf.png);
}

DIV.contentCenter A.ppt, DIV#contentCenter A.pptLeft, DIV.contentCenter A.pptRight {
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/ppt.png);
}

DIV.contentCenter A.pdf, DIV#contentCenter A.pdfLeft, DIV.contentCenter A.pdfRight,
DIV.contentCenter A.ppt, DIV#contentCenter A.pptLeft, DIV.contentCenter A.pptRight {
	background-position: bottom left;
	background-repeat:no-repeat;
	padding-left: 20px;
	text-align:left;
}

DIV.contentCenter A.pdfLeft,
DIV.contentCenter A.pptLeft {
	display:block;
}

DIV.contentCenter A.pdfRight,
DIV.contentCenter A.pptRight {
	display:block;
	background-position: bottom right;
	padding-left: 0px;
	padding-right: 20px;
	text-align:right;
}

DIV.contentCenter DIV.verMas {
	border-top: 1px solid #e5e5e5;
}

DIV.contentCenter DIV.verMas A{
	display:block;
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/vermas.gif);
	width: 58px;
	height:13px;
}

DIV.contentCenter DIV.verMas A.right{
	margin-left: auto;
}


DIV.contentCenter DIV.verMas A SPAN{
	display: none;
}

DIV.contentCenter DIV.verMenos {
	border-bottom: 1px solid #e5e5e5;
}

DIV.contentCenter DIV.verMenos A{
	display:block;
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/vermenos.gif);
	width: 57px;
	height:10px;
}

DIV.contentCenter DIV.verMenos A.right{
	margin-left: auto;
}

DIV.contentCenter DIV.verMenos A SPAN{
	display: none;
}

DIV.contentCenter DIV.verMas_mini, DIV.contentCenter DIV.verMenos_mini {
	display: inline;
}

DIV.contentCenter DIV.verMas_mini A, DIV.contentCenter DIV.verMenos_mini A{
	display:block;
	width: 15px;
	height:13px;
	margin-left: 5px;
	margin-top: 4px;
	float:right;
}

DIV.contentCenter DIV.verMas_mini A {
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/vermas_mini.gif);
}

DIV.contentCenter DIV.verMenos_mini A {
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/vermenos_mini.gif);
}

DIV.contentCenter DIV.verMas_mini A SPAN, DIV.contentCenter DIV.verMenos_mini A SPAN{
	display: none;
}


DIV.contentCenter DIV.info_cuadro {
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/info_cuadro_back.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color: #e3e3e3;
	color: #666666;
	float:left;
}

	DIV.contentCenter  DIV.info_cuadro P{
		padding: 8px 12px;
	}

	DIV.contentCenter DIV.info_cuadro A{
		color: #666666;
	}

	DIV.contentCenter DIV.info_cuadro DIV.info_detalle {
		padding: 8px 12px;
	}

		DIV.contentCenter DIV.info_cuadro DIV.info_detalle DIV.item {
			font-weight: bold;
		}

			DIV.contentCenter DIV.info_cuadro DIV.info_detalle DIV.item SPAN {
				width: 75px;
				float:left;
			}
	
	DIV.contentCenter DIV.info_cuadro DIV.info_opciones {
		background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/info_opciones_back.png);
		background-repeat:no-repeat;
		background-position:right bottom;
		background-color: #ebecea;
		border-top: 1px solid white;
		padding: 8px 12px;
	}
	
			DIV.contentCenter DIV.info_cuadro DIV.info_opciones DIV#info_inscribete A{
				color: #d96548;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration: none;
			}
		
			DIV.contentCenter DIV.info_cuadro DIV.info_opciones DIV#info_inscribete SPAN  {
				background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/info_ir.png);
				background-repeat:no-repeat;
				background-position:right;
				padding-right: 18px;
			}
	
	DIV.contentCenter DIV.info_cuadro TH {
		color: #666666;
		font-weight:bold;
		padding: 3px 3px 3px 3px;
		vertical-align:top;
	}
	

	DIV.contentCenter DIV.info_cuadro TABLE TD {
		color: #666666;
		padding: 3px 3px 3px 3px;
		vertical-align:top;
	}
	
DIV.contentCenter DIV.colInfo {
	background-image: url(http://www.programaemerge.cl/campus/default2/img/inicio/info_cuadro_back.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color: #ebecea;
	color: #666666;
	padding: 8px 7px 10px 8px;
}


DIV.contentCenter DIV.notas {
	margin-top:5px;
}

	DIV.contentCenter DIV.notas P, DIV.contentCenter DIV.notas TABLE {
		margin: 0px;
		padding: 0px;
		margin-bottom: .3em;
	}

	DIV.contentCenter DIV.notas P, DIV.contentCenter DIV.notas TD, DIV.contentCenter DIV.notas TH {
		font-size:9px;
		color:666666;
		margin: 0px;
		padding: 0px;
		margin-bottom: .3em;
		line-height: 110%
	}
	
	DIV.contentCenter SPAN.nota {
		font-size:75%;
		color:#222222;
		position:relative;
		top: -.5em;
	}
	