@CHARSET "UTF-8";
#active_menu{
 color:#f58021;
}
img{
	border:0;
}

.componentheading{
	color:#3d5b75;
	font-size:50px;
}
.contentheading{
	color:#6d92bc; 
	font-weight:bold;
	font-size:35px;
	padding-top:20px;
}

.contentpaneopen{
	width:100%;
	/*font-size:12px;*/
	font-size:14px;
	font-family:Trebuchet MS;
	color:#4d4d4d;
}
.contentpaneopen ul{
	padding:0 0 0 20px;
	list-style:disc;
}
.contentpaneopen h2{
	padding:0;
	font-weight:normal;	
}
.cube{
	border:1px solid #d3d3d3;
	padding-bottom:10px;
	padding-top:10px;
	color:#707070;
}

.font_g{
	font-family: "Georgia";
}

a.button{
	background:url(../images/btn_regresar.jpg);
	background-repeat:no-repeat;
	display:block;
	color:#fff;
	height:27px;
	line-height:25px;
	text-decoration:none;
	width:147px;
	font-size:11px;
}
a:hover.button{
	color:#ff8c00;
}
.div_button{
	padding-left:550px;
}
.return{
	text-indent:25px;
	display:block;
}

/*Estilo menu*/
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
td.pill_l {
  height:42px;
}

td.pill_m {
  background: url(../images/menu.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}
td.pill_r {
  height: 42px;
}
#pillmenu {
  white-space: nowrap;
  height: 42px;
}
#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right:2px;
	/*border-right: 2px solid #eee;*/
	background:url(../images/separator_menu.png);
	background-repeat:no-repeat;
	background-position:right;
}
.mainlevel{
	 color:#6e91bb;
}

#pillmenu a {
  font-family:Trebuchet MS;
  font-size: 12px;
  font-weight: bold;
  display:block;
  height: 42px;
  line-height: 38px;
  padding: 0 25px;
  text-decoration: none;
}
#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 42px;
	line-height: 15px;
	background-position: 0 0;
}

/**MENU TOP*/
.menu_top{
	font-size:11px;
	font-family:Trebuchet MS;
	padding-left:850px;
	padding-top:5px;
}
.menu_top ul{
	margin: 0;
    padding: 0;
    list-style:none;
}
.menu_top li{
	float:left;
	border-right: 1px solid #4d93d1;
}
.menu_top a{
	display:block;
	text-decoration:none;
	color:#4d93d1;
	padding: 0 15px;
}

/**Texto de la cabecera*/
.text_head{
	color:#fff;
	padding-top:95px;
	padding-left:310px;
	vertical-align:bottom;
}
.user5{
	border-left: 1px solid #3c4952;
}
.user5, .user6, .user7, .user8{
	text-align:center;
	border-right: 1px solid #3c4952;
	padding:0 20px;
	vertical-align:top;
}

.user5 h3, .user6 h3, .user7 h3, .user8 h3{
	font-size:14px;
	color:#3a3a3a;
	padding:0;
	margin:0;
}

/**software*/
.m_soft{
	width:195px;
	margin-top:20px;
}
.lft_title_sys{
	width:8px;
	min-height:27px;
	background-image:url(../images/m_lft.png);
	background-repeat:no-repeat;
}
.mdl_title_sys{
	width:150px;
	background-image:url(../images/m_mdl.png);
	background-repeat:repeat-x;
	padding:5px 5px 10px 5px;
	color:#fff;
	font-family:Trebuchet MS;
	text-align:left;
}
.rgt_title_sys{
	width:38px;
	background-image:url(../images/m_rgt.png);
	background-repeat:no-repeat;
	
}

.lft_title_app{
	width:8px;
	min-height:27px;
	background-image:url(../images/m_lft_b.png);
	background-repeat:no-repeat;
}
.mdl_title_app{
	width:150px;
	background-image:url(../images/m_mdl_b.png);
	background-repeat:repeat-x;
	padding:5px 5px 10px 5px;
	color:#fff;
	font-family:Trebuchet MS;
	text-align:left;
}
.rgt_title_app{
	width:38px;
	background-image:url(../images/m_rgt_b.png);
	background-repeat:no-repeat;
	
}

.content_module{
	height:100px;
	vertical-align:top;
}
.link_view_system, .link_view_graf{
	text-align:right;
}
.link_view_system a, .link_view_graf a{
	color:#ff8c00;
	text-decoration:none;
}

/**MODULO GRAFICO*/
.module_grafico h1{
	font-weight:normal;
}

/**FORM CONTACT*/
.label_form{
	color:#5a96e9;
}

.frm_m_lft, .frm_m_mdl, .frm_m_rgh, .frm_t_mdl, .frm_b_mdl{
	background:#191e28;
}
.frm_t_lft{
	width:12px;
	height:17px;
	background:url(../images/top_left_form.png);
	background-repeat:no-repeat;
}
.frm_t_rgh{
	width:12px;
	height:17px;
	background:url(../images/top_right_form.png);
	background-repeat:no-repeat;
}
.frm_b_lft{
	width:12px;
	height:17px;
	background:url(../images/btm_left_form.png);
	background-repeat:no-repeat;
}
.frm_b_rgh{
	width:12px;
	height:17px;
	background:url(../images/btm_right_form.png);
	background-repeat:no-repeat;
}
.check{
	border:0;
}
img{
	border:0;
}
.link_blue{
	color:#5a96e9;
}

/***TABLE FORM LOGIN SYSTEM DEMO*/
.table_login{
	background-image:url(../images/bg_form_login.png);
	background-repeat:no-repeat;
	width:210px;
	height:210px;
}
.table_login input{
	margin-left:20px;
	background:#fff;
	width:150px;
	border:1px solid #5a96e9;
}
#btm_demo{
	width:118px;
	height:23px; 
	margin:0;
	background:url(../images/btnIngresoDemo.jpg);
	margin-left:50px;
}
.h2_blue{
	color:#5a96e9; 
	font-weight:normal;
	font-style:italic;
	font-family:"Georgia";
	font-size:22px;
}
.list_orange{
	color:#ff8c00;
}
.bg_testi{
	background-image:url(../images/comillas.png);
	background-repeat:no-repeat;
	color:#323c48;
}

.table_catalogo{
	font-size:11px;
}
.title_catalogo{
	font-size:16px;
	font-weight:bold;
}

.link_orange, .pagination a{
	color:#ff8c00;
}
.pagination{
	float:right;
}
.check{
	color:#ff8c00;
	border:1px solid #b7b7b7;
	padding:5px;
}

