f/* *******************************************************************************
UNIVERSIDAD SURCOLOMBIANA
CTIC
César Fernández
webmaster
2016
******************************************************************************** */

html, body{
	margin: 0;
	padding: 0;
}

/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);*/

body{
	font: normal 92% 'Open Sans', Arial, Helvetica, sans-serif;
	color: #4D626C;
	background: #FFF;
	overflow-x: hidden;
}

a, buttons, button span, button img, .acor_btn2, .owl-theme .owl-controls .owl-buttons div{
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
strong{ font-weight: 700 !important; }

h1, h3, h4, h5, h6{ }
h1{
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFD4A6;
}

h1 img{
	margin-right: 10px;
	padding: 4px;
	width: 44px;
	background-color: #4D626C;
	vertical-align: bottom;
}

h2{ margin-bottom: 0; }
h3{ color: #839198; }

hr{
	float: left;
	width: 100%;
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	border:none;
}

iframe{
	background: url(../interfaz/loading.gif) center center no-repeat;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

.mitad{
	clear: both;
	margin: 0 auto;
	width: 900px;
}

.break{
	clear: both;
	display: block;
	width: 100%;
	height: 30px;
}

/**********************************************************************************/
.overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1001;
	opacity:.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

.modal{
	display: none;
	position: fixed;
	top: 5%;
	left: 10%;
	width: 80%;
	height: 90%;
	padding: 0;
	background: #FFF;
	z-index:1002;
/*	overflow: hidden;*/
}

.modal .cerrar.close{
	position: absolute;
	z-index: 1;
	top: -15px;
	right: 10px;
	padding: 10px;
	background: #A20C09;
/*	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	*/
}

.modal .contenido{
	display: none;
	margin: 4% 20px;
	padding-right: 20px;
	height: 90%;
	overflow: auto;
}

.modal .contenido ul{
	margin: 10px 0 30px 0;
	padding: 0 0 0 20px;
}
.modal .contenido ul li{
	list-style: disc;
}
.modal .contenido ol{counter-reset: item;}
.modal .contenido ol li{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEAD3;
}
.modal .contenido ol li:before {
	display: inline-block;
	content: counter(item) ". ";
	counter-increment: item;
	padding: 4px 8px;
	margin: 4px 4px 0 0;
	color: #4D626C;
	background-color: #DFD4A6;
}

.modal .contenido a{
	color: #4D626C;
	text-decoration: underline;
}
.modal .contenido a:hover{
	color: #000;
}


.modal .contenido table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-left: 1px solid #DBE0E2;
	border-top: 1px solid #DBE0E2;
}

.modal .contenido table th {
	padding: 10px 2px;
	text-align: center;
	background-color: #F2F2F2;
	border-right: 1px solid #DBE0E2;
	border-bottom: 2px solid #DBE0E2;
}
.modal .contenido table tr.medi th{
	font-size: 90%;
}
.modal .contenido table tr.mini th{
	font-size: 50%;
}
.modal .contenido table td{
	padding: 5px;
	border-bottom: 1px solid #DBE0E2;
	border-right: 1px solid #DBE0E2;
}
.contenido table td p {
	margin: 0;
}


/**********************************************************************************/
.header{
	display: block;
	padding-top: 30px;
	width: 100%;
	text-align: center;
	background-color: #8F141B;
}

.header h1{
	margin-top: 30px;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 700;
	color: #DFD4A6;
	background-color: #5C0E12;
	border: none;
}

/**********************************************************************************/
.trio{
	float: left;
	padding: 5px 15px;
	width: 33.333%;
	height:auto;
	text-align: center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.trio button{
	cursor: pointer;
	font-size: 120%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #4D626C;
	background-color: inherit;
	border: none;
}
.trio button > span{
	position: relative;
	margin: 0 auto 10px auto;
	display: block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	background-color: #4D626C;
	border: none;
}
.trio button span img{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.trio button span span{
	display: block;
	padding-top: 25px;
	color: #66757B;
	font-size: 290%;
	font-weight: 700;
}

.trio button:hover{
	color: #8F141B;
}
.trio button:hover > span{
	background-color: #5C0E12;
}
.trio button:hover span img{
	bottom: 30px;
}
.trio button:hover span span{
	margin-left: -100px;
	color: #7D3E41;
}




/**********************************************************************************/
.acor_btn2 {
    clear: both;
    display: block;
	margin: 0;
    padding: 6px;
    cursor: pointer;
	font-size: 120%;
	color: #CCC;
	background: #006317;
}
.acor_btn2:hover, .acor_btn2.open{
    color: #FFF !important;
    background: #A20C09;
    background: #00841E;
}

.acor_conte2 a{
	color: #333;
	text-decoration: underline;
}
.acor_conte2 a:hover{
	color: #000;
	text-decoration: none;
}

/************************************************************/

.load ul, .acor_conte2 ul{
	margin: 10px 0 10px 20px;
	list-style: disc;
}
.load ul li, .acor_conte2 ul li{
	margin-bottom: 5px;
}

.load ul.trio{
	margin: 0;
}
.load ul.trio li{
	display: inline-block;
    vertical-align: top;
	padding: 0 10px 10px 0;
    width: 23.5%;
}
.load ul.trio li a{
	display: block;
    padding: 5px;
	background-color: #F2F2F2;
}
.load ul.trio li a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #880C09;
}

/**********************************************************************************/
.slider{
	width: 100%;
	text-align: center;
}

/**********************************************************************************/
.ir-arriba {
	position: fixed;
	z-index: 10000;
	display: inline-block;
	display: none;
	bottom: 10px;
	right: 5px;
	padding: 10px;
	cursor: pointer;
	background: #A20C09;
}

.modal .cerrar.close:hover, .ir-arriba:hover{
	background: #000;
}
