/* *******************************************************************************
UNIVERSIDAD SURCOLOMBIANA
CTIC
César Fernández
webmaster
2013
*********************************************************************************/

html, body{
	margin: 0;
	padding: 0;
}

body{
	font: 96% 'Open Sans', Arial, Helvetica, sans-serif;
	color: #4D626C;
	background: #FFF;
	overflow-x: hidden;
}

.noDesktop{ display: none; }

a{
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

figure{
	margin: 0;
	padding: 0;
}

.all{
	clear: both;
	float: left;
	display: block;
	width: 100%;
}

.mitad{
	clear: both;
	margin: 0 auto;
	width: 990px;
}

.bk-ocre{
	background-color: #DFD4A6;
}

h1{ font-size: 210%; }
h2{ font-size: 190%; }
h3{ font-size: 160%; }
h4{ font-size: 150%; }
h5{ font-size: 140%; }
h6{ font-size: 120%; }

h2{ border-bottom: 1px solid #DBE0E2; }
h3{ clear: both; margin: 15px 0 0 0; }

hr{
	float: left;
	width: 100%;
	color: #DBE0E2;
	background-color: #DBE0E2;
	height: 1px;
	border: none;
}

p{
	clear: both;
	float: left;
	width: 100%;
	text-align: justify;
}

.marg_iz{
	margin-left: 120px;
}

.ali_iz{
	float: left;
}

.noPadding{
	padding: 0;
}
.noPaddingLeft{
	padding-left: 0;
}
.noPaddingRight{
	padding-right: 0;
}

.txt_centro{
	text-align: center;
}
.txt_centro p{
	float: inherit;
	text-align: center;
}

/*********************************************************************************/
/*********************************************************************************/
.header{
	float: left;
	margin-bottom: 10px;
	width: 100%;
	color: #CCC;
	background-color: #8F141B;
}
.header .iz{
	float: left;
	padding: 10px 0;
	width: auto;
}

.header .dr{
	float: right;
	display: block;
	padding: 10px 0;
	padding-top: 70px;
}
.header .dr img{
	float: right;
}

.header .dr .fb{
	position: absolute;
	z-index: 10;
	margin: 105px 0 0 365px;
}

.header .col{
	float: right;
	position: absolute;
	z-index: 1;
	top: 25px;
	margin-left: 878px;
}

.header .main-nav{
/*	margin-left: 210px;*/
}


.menu-fijo{
	position: fixed;
	z-index: 1000;
	top: 44px;
}

.logo2{
	display: none;
}
.logo2.fijo{
	display: block;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	padding: 5px;
	width: 100%;
	text-align: center;
	background-color: #8F141B;
}

.cuerpo{
/*
	padding: 140px 0 0 220px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
	width: 800px;
}

.section{
	padding-top: 80px;
}

.cuerpo a{
	color: #8F141B;
}
.cuerpo a:hover{
	color: #4D626C;
}

.cuerpo a.boton{
	/*
	float: left;
	margin: 20px 10px 0 0;
	*/
	margin: 10px auto;
	padding: 5px 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #8F141B;
	border-radius: 8px;
}
.cuerpo a.boton:hover{
	color: #8F141B;
	background-color: #DFD4A6;
}

.cuerpo img{
    max-width: 100%;
    height: auto;
}

.cuerpo table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-left: 1px solid #DBE0E2;
	border-top: 1px solid #DBE0E2;
}

.cuerpo table th{
	padding: 10px 2px;
	text-align: center;
	background-color: #F2F2F2;
	border-right: 1px solid #DBE0E2;
	border-bottom: 2px solid #DBE0E2;
}

.cuerpo table tr.medi th{
	font-size: 90%;
}
.cuerpo table tr.mini th{
	font-size: 50%;
}

.cuerpo table td {
	padding: 2px 5px;
	border-bottom: 1px solid #DBE0E2;
	border-right: 1px solid #DBE0E2;
}

.cuerpo table.sin-borde, .cuerpo table.sin-borde th, .cuerpo table.sin-borde td{
	border: none;
}

.cuerpo table td p{
	margin: 0;
}

.cuerpo li{
	margin: 12px 0;
}

.citas{
	background-color: #EDEFF0;
	border: 1px solid #839198;
}
.citas ul{
	padding-right: 20px;
}


.bloque_imagenes{
	padding: 30px 0;
}
.bloque_imagenes img{
	padding: 0 10px;
}


/*********************************************************************************/
/*********************************************************************************/
.footer{
	border-top: 1px solid #DFD4A6;
}