/*
Maquetado por Yeison Arley Ospina Marín | yeison.ospina@gmail.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

img {	border:none;	}

.fancybox {	}
.iframe{	}

a, a:link, a:active, a:hover, a:visited {	color: #238276; text-decoration:none;	}
.white, .white:link, .white:active, .white:hover, .white:visited {	color: #fff; text-decoration:none;		}
.blank, .blank:link, .blank:active, .blank:hover, .blank:visited {	color: #000; text-decoration:none;		}
.lightgray, .lightgray:link, .lightgray:active, .lightgray:hover, .lightgray:visited {	color: #999; text-decoration:none;	}
.gray, .gray:link, .gray:active, .gray:hover, .gray:visited {		color: #666; text-decoration:none;	}
.darkgray, .darkgray:link, .darkgray:active, .darkgray:hover, .darkgray:visited {	color: #333; text-decoration:none;	}
.lightjade, .lightjade:link, .lightjade:active, .lightjade:hover, .lightjade:visited {	color: #31b5a5; text-decoration:none;	}
.jade, .jade:link, .jade:active, .jade:hover, .jade:visited {		color: #238276; text-decoration:none;	}
.darkjade, .darkjade:link, .darkjade:active, .darkjade:hover, .darkjade:visited {	color: #1b655b; text-decoration:none;	}
.green, .green:link, .green:active, .green:hover, .green:visited {	color: #8eba3f; text-decoration:none;	}
.orange, .orange:link, .orange:active, .orange:hover, .orange:visited {	color: #238276; text-decoration:none;	}

.bck_white {	background-color: #fff;	}
.bck_blank {	background-color: #000;	}
.bck_lightgray {background-color: #ddd;	} /*999*/
.bck_gray {		background-color: #666;	}
.bck_darkgray {	background-color: #333;	}
.bck_lightjade {background-color: #31b5a5;	}
.bck_jade {		background-color: #238276;	}
.bck_darkjade {	background-color: #1b655b;	}
.bck_green {	background-color: #8eba3f;	}
.bck_orange{	background-color: #fc7323;	}

.border_white { 	border:1px solid #fff;;	}
.border_blank {		border:1px solid #000;	}
.border_gray {		border:1px solid #666;	}
.border_darkgray {	border:1px solid #999;	}
.border_jade {		border:1px solid #1f8a70;	}
.border_darkjade {	border:1px solid #004358;	}
.border_green {		border:1px solid #76a61f;	}
.border_yellow {	border:1px solid #ffe11a;	}
.border_orange {	border:1px solid #ed792d;	}

.center {	text-align:center;	}
.left {		text-align:left;	}
.right {	text-align:right;	}
.justify {	text-align:justify;	}

.float_left {	float:left;	}
.float_right {	float:right;}

.font9 {	font-size: 9px;		}
.font10 {	font-size: 10px;	}
.font11 {	font-size: 11px;	}
.font12 {	font-size: 12px;	}
.font13 {	font-size: 13px;	}
.font14 {	font-size: 14px;	}
.font16 {	font-size: 16px;	}
.font18 {	font-size: 18px;	}
.font20 {	font-size: 20px;	}
.font22 {	font-size: 22px;	}
.font26 {	font-size: 26px;	}
.font32 {	font-size: 32px;	}
.font36 {	font-size: 38px;	}

.bold {		font-weight:700;	}
.italic {	font-style:italic;	}

.arial { 	font-family: Arial, Helvetica, sans-serif;	}
.verdana {	font-family: Verdana, Geneva, sans-serif;	}
.narrow {	font-family: 'PT Sans Narrow', sans-serif;	}
.open_sans {font-family: 'Open Sans Condensed', sans-serif;	}
.oxygen {	font-family: 'Oxygen', sans-serif;	}

.margin {		margin:10px;	}
.min_margin {	margin:5px;	}
.margin_top {	margin-top:10px;	}
.min_margin_top {	margin-top:5px;	}
.margin_sides { margin-left:10px; margin-right:10px;	}
.min_margin_sides {	margin-left:5px;  margin-right:5px;	}
.margin_right { margin-right:10px;	}
.min_margin_right {	margin-right:5px;	}
.margin_left { margin-left:10px;	}
.min_margin_left {	margin-left:5px;}

.padding {		padding: 10px;	}
.min_padding {	padding: 5px;	}
.padding_top {	padding-top:10px;	}
.min_padding_top {	padding-top:5px;	}
.padding_sides {	padding: 0 10px;	}
.min_padding_sides {padding: 0 5px;	}

.double_space {	height: 20px;	clear: both;	}
.space {		height: 10px;	clear: both;	}
.min_space {	height: 5px;	clear: both;	}
.zero_space {	height: 0;	clear: both;	font-size: 1px;	line-height: 0px;	}

.alpha40 {	opacity:0.4;	filter: alpha(opacity=40);	}
.alpha70 {	opacity:0.7;	filter: alpha(opacity=70);	}
.alpha100 {	opacity:1.0;	filter: alpha(opacity=100);	}

.border {	border-width: thin;	border-style: dashed;	border-color: #aeaeae;	}
.border_bottom {	border-bottom-width: thin;	border-bottom-style: dashed;	border-bottom-color: #666;	}

.border_radius_bottom {	-moz-border-radius: 0px 0px 7px 7px;	-webkit-border-radius: 0px 0px 7px 7px;	}

.shadow {	-moz-box-shadow: 0 0 5px 1px #333;	-webkit-box-shadow: 0 0 5px 1px #333;	box-shadow: 0 0 5px 1px #333;	}

.shadow_inset {	-moz-box-shadow: inset 0 1px 5px #000;	-webkit-box-shadow: inset 0 1px 5px #000;	box-shadow: inset 0 1px 5px #000;	}

.h25 {	height:25px; line-height:25px;	}
.h55 {	height:40px; line-height:40px;	}
.h55 {	height:25px; line-height:55px;	}

.notFilled{	border: 2px solid #f68d1d;	background: #facf7f;	}


.total {
	width: 512px;
	margin: 0 auto;
}
.izq {		float: left;	width: 678px;	}
.min_izq {	float: left;	width: 339px;	}
.der {		float: right;	width: 318px;	}


#header{
	height: 196px;
	width: 100%;
	background: url(../_img/header.jpg) top center repeat-x;
}
#header_dx {
	margin-top: 20px;
	margin-left: 10px;
	width: 419px;
	float:left;
}
#header_ads {
	margin-top: 10px;
	margin-right: 10px;
	width: 141px;
	float:right;
}
#footer{
	height: 330px;
	width: 100%;
	background:  #f1f0ef;
}
#footer_text {
	margin-top: 18px;
	margin-left: 4px;
	float: left;
	font-size: 12px;
	text-align: justify;
	width: 500px;
}

#equipo {
	background: url(../_img/base-perfiles-directivos.png) top right no-repeat;
	height: auto;
	width: 610px;
	margin: 0 auto;
}
#equiposub {
	background: url(../_img/base-perfiles-directivos2.png) top center no-repeat;
	height: auto;
	width: 610px;
	margin: 0 auto;
}

#equipo_links {
	width:236px;
	height:300px;
	margin: 40px 0 60px 40px;
	padding-right: 20px;
	float:left;
}
.equipo_imagen {
	width:261px;
	height:361px;
	float:right;
	margin-top:-42px;
	margin-right:11px;
}
#equipo_foot {
	width:610px;
	height:25px;
	background: url('../_img/equipo_foot.png') no-repeat;
	clear:both;
}

.dx {
	width:525px;
	padding: 10px 15px 0 30px;
	height:auto;
	color:#fff;
	background: url('../_img/equipo_bck.png') repeat-y;
	clear:both;
}
