body {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background: url(imgs/bg-body.png) repeat-x;
	background-color: #ffffff;/*c7c4c5;*/
}
h2, h3{
	color: #000000; /*d6e8f9*/
	
	text-shadow:#ffffff 0px 1px 1px;
}
h4{
	text-transform: uppercase;
	border-bottom: 1px dotted #ffffff; /*Se reemplazo cccccc con ffffff*/
}
a{
	color:#000000;/*Color anterior 0a569b*/
	text-decoration: none;
}
a:hover{
	color:#b9d594;/*bad0e5;*/
	text-decoration: underline;
	text-shadow:#000000 0px 1px 1px;
}
.table-content{
	width: 100%;
	border: 0px;
	height: 100%;
	background: url(imgs/bg-table.png);
}
.table-footer-bg{
	background: url(imgs/bg-footer.png) repeat-x bottom;
	width: 100%;
	border: 0px;
	height: 100%;
}
.top-header{
	width: 100%;
	background-color: #b9d594;/*084076;*/
	background: url(imgs/bg-top-menu_.png) repeat-x;
}
.table-header{
	width: 1000px;
}
.top-header-title{
	background-color: #ffffff; /*Color anterior c9d3db*/
	border-bottom: 2px solid #47ad68; /*Color anterior 7b9cb9*/
	border-top: 2px solid #47ad68; /*Color anterior 7b9cb9*/
}
.titulo{
	width: 750px;
}
.link-top{
	width: 140px;
	height: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: url(imgs/bg-top-menu_.png) repeat-x;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size:12px;
	font-family: "Helvetica";
	text-transform: uppercase;
}
.link-top:hover{
	background: url(imgs/bg-link-top-hover.png) no-repeat left;
	text-decoration:none;
}
.link-top-medio{
	width: 270px;
	height: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: url(imgs/bg-top-menu_.png) repeat-x;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size:12px;
	font-family: "Helvetica";
	text-transform: uppercase;
}
.link-top-medio:hover{
	background: url(imgs/bg-link-top-medio-hover_.png) no-repeat;
	text-decoration:none;
}
.link-subheader{
	color:#3b8e56;/*89add0;*/
	font-style: italic;
	text-decoration: none;
	font-size: 13px;
}
.link-subheader:hover{text-decoration: underline;}
.menu-subheader{
	margin: 0px;
	padding: 0px;
}
.menu-subheader li{
	list-style: none;
	float: right;
	width: 100px;	
}
.menu-subheader li a{
	width: 100%;
	display: block;
	margin: 10px;
	text-decoration: none;
	text-align: center;
	color:#3b8e56;/*89add0;*/
	font-style: italic;
	font-size: 13px;
}
.menu-subheader li a:hover{text-decoration: underline;}

.slider-carrusel{
	width:100%;	
}
.write-comentario label{
	width:120px;
	display: block;
	margin-top: 5px;
	font-size: 12px;
	margin-left: 15px;
}
.input-text{
	width: 265px;
	margin-left: 15px;
	display: block;
	border: 1px dotted #b9d594;/*578cbd;*/
	padding: 2px;
}
.area{
	max-width: 265px;
	min-width: 265px;
	max-height: 50px;
}
.boton{
	font-size: 12px;
	margin-left: 15px;
}
/*======Menu sidebar  =====*/
.menu-sidebar{
	margin: 0px;
	padding: 0px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.menu-sidebar li{
	list-style: none;
	margin-top: 2px;
	width: 100%;
	height: 33px;
}
.menu-sidebar li a{
	width: 100%;
	height: 33px;
	display: block;
	/*background-color: #b9d594;/*094e8e;*/
	color: #000000;/*cdeeb3;*/
	padding-left: 5px;
	padding-top: 7px;
	font-size: 14px;
	background: url(imgs/bg-menu-sidebar.png) no-repeat;
	text-decoration: none;
}
.menu-sidebar li a.active{
	background: url(imgs/bg-menu-sidebar-active.png) no-repeat;
	text-decoration: none;
}
.menu-sidebar li a:hover{
	background: url(imgs/bg-menu-sidebar-hover.png) no-repeat;	
	text-decoration: none;
}
.menu-sidebar li a.active2{
	background: url(imgs/bg-menu-sidebar-active.png) no-repeat;
	text-decoration: none;
}

.menu-sidebar ul.submenu { border:1px solid #000000; padding:5px; position:relative; left:130px; top:-20px; list-style:none; z-index: 200;}
.menu-sidebar ul.submenu li { float:none; background-image:none; border-bottom:1px solid #ffffff; width:200px;}

.ieF{
	width: 660px;
}
.ie{
	width: 300px;
}
.shadow {
    -moz-box-shadow: 1px 3px 4px #c0bebe; /*Se reemplazo 111111 con c0bebe*/
    -webkit-box-shadow: 1px 3px 4px #c0bebe;
    box-shadow: 1px 3px 4px #c0bebe;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0bebe')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0bebe');
}
.shadow-text {
	text-shadow:#c0bebe 0px 1px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0bebe');
}
.mi-vi-sion{
	width:320px;
	/*height: 250px;*/
	margin-top:20px;
	/*border:1px #efefef solid;*/
	background-color:#ffffff;
	margin-bottom:20px;
	display:inline-block;
	text-align:left;
	padding: 10px;
}
.mi-vi-sion h3{
	color:#47ad68;/*2E303F*/
	text-shadow:#ffffff 0px 1px 2px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=2);
	margin-left:10px;
	width:150px;
}
.mi-vi-sion div.content-desc{
	color:#000000; /*363636*/
	font-size:12px;
	margin:5px 5px 5px 5px;
	text-align:justify;
}
.contact-index{
	margin: 0px;
	padding: 0px;
	width: 750px;
}
.contact-index li{
	list-style: none;
	margin: 5px;
	width: 100%;
	height: 50px;
	padding-left: 1px;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	/*display: block;*/
	/*background-color: #ffffff; /*dddddd*/
	/*border: 1px solid #000000; /*a1a1a1*/
}
.contact-index li a{
	display: block;
}
.contact-index li a:hover{
	text-decoration: none;
	color: #000000; /*222222*/
	text-shadow:#ffffff 0px 1px 2px;
}
.contact-index li a span.first{
	font-size: 14px;
}
.contact-index li a p.second{
	margin-left: 20px;
	font-size: 12px;
}
.border-bottom{
	border-bottom: 2px solid #47ad68; /*653204*/
	color: #47ad68;
	/*text-shadow:#ffffff 0px 1px 2px;*/
}
.ubicacion-dep{
	color:#000000; /*fb0a26*/
	font-size: 13px;
	font-style: italic;
}
.copyright{
	width:960px;
}
.copy-left, .copy-right{
	color:000000; /*efefef*/
	font-size:13px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	width:100%;
	margin-top:20px;
	text-align:left;
	margin-bottom:10px;
}
.copy-right{
	text-align:right;
}
.titulos-page{
	margin: 0px;
	padding: 0px;
	color: #31eff1; /*Revisar*/
}
.title-page{
	color: #000000; /*485158*/
	font-size: 18px;
	text-align: center;
	width: 100%;
	font-family: "Helvetica";
	text-transform: uppercase;
	font-weight: 400;
}
.content-section{
	width: 96%;
	border: solid 1px #ffffff; /*d3dbe2*/
	padding: 15px;
	background-color: #ffffff;/*rgba(88,87,87,0.7);*/
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
	color:#000000; /*dedede*/
}
.marginBottom{
	margin-bottom: 10px;
	width: 750px !important;
	border-bottom: 5px dotted #ffffff;
}
.iframe-content{
	width: 730px;
	background-color: #ffffff; /*cdcdcd*/
	padding: 10px;
	border: 1px solid #ffffff;
	margin-top: 20px;
	height: 500px;
}
.leer-mas{
	color: #530110 !important;/*Revisar*/
	background-color: transparent;
	border: 0px solid #530110;
	cursor: pointer;
	font-size: 10px;
}
.title-litle{
	font-size: 8px !important;
	text-transform: uppercase !important;
}
.imagenCurriculum{
	width: 180px;
	background-color: #020f39;
	padding: 8px;
	margin-top: 10px;
	margin-right:10px;
}
.describeNombre, .tituloNombre{
	color:#000000; /*efefef*/
	font-size: 13px;
}