@charset "UTF-8";
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
*{
	margin:0;
	padding:0;
}:focus,:active {outline:0}ul,ol{list-style:none}h1,h2,h3,h5,h6,pre,code {
	font-size:1.3em;
}a img{border:0} 
.AccordionPanelContent img {
	padding: 8px 3px 4px 4px;
	display: inline;
	float: right;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 100%;
	background: url(../_assets/images/background.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #3998B8;
}
	a:hover {
	text-decoration: underline;
}
p  {
	margin: 0 0 15px;
	line-height: 1.64em;
	font-size: 1em;
	color: #a5b9bd;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	position: relative;
} 
#header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
h1 {
	font-family: MichromaRegular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 7px;
	font-size: 1.2em;
}
h5 {
	font-size: 0.65em;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 15px;
	line-height: 1.7em;
	color: #0072A3;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 288px;
}
#mainContent {
	margin: 0 310px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	padding: 0 10px 0 20px;
}
footer {
	padding: 0 10px 0 20px;
}
footer p {
	font-family: MichromaRegular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: normal;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.5em;
	color: #3998B8;
	text-align: center;
	letter-spacing: 1px;
} 
#footer p {
	font-family: MichromaRegular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: normal;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #3998B8;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent p {
	font-size: 0.78em;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
	color: #333;
	text-align: left;
	padding-left: 7px;
}
#mainContent h4 {
	font-size: 0.9em;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1.5px dotted #CEE6F4;
	color: #0072A3;
	padding-left: 7px;
}
#mainContent h5 {
	font-family: MichromaRegular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: normal;
	font-size: 0.7em;
	color: #89B6E5;
	padding-top: 7px;
	background: #F9FCFD;
	line-height: 2em;
	padding-bottom: 7px;
	padding-left: 7px;
	letter-spacing: 1px;
}
#mainContent h3 {
	font-family: MichromaRegular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 7px;
}
#header #FlashID {
	text-align: center;
	padding: 0px;
}
#sidebar1 #Accordion1 {
	padding-top: 85px;
	padding-bottom: 25px;
}
#sidebar1 img {
	padding-top: 20px;
}
#specialContentSidebar {
	padding-top: 20px;
}
#specialSidebarContent {
	margin: 0px;
	padding: 0px;
	width: 288px;
	float: right;
	position: absolute;
	right: 0px;
	top: 840px;
	height: 57px;
	background: url(../_assets/images/ingles_background.jpg) no-repeat left top;
}
#mainContent fecha {
	font-size: 0.8em;
	color: #666;
}
#mainContent .fechatxt {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: normal;
	font-size: 0.75em;
	color: #999;
	font-style: italic;
	padding-left: 7px;
	padding-bottom: 17px;
}
#menu {
	height: 70px;
	padding: 0px;
	list-style: none;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menu li {
	display: inline;
	/* [disabled]padding: 12px; */
}
#menu li a {
	display: block;
	/* [disabled]text-indent: -900%; */
	position: absolute;
	outline: none;
	font-family: MichromaRegular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.8);
	font-size: 0.6em;
	padding-top: 12px;
	color: #FFF;
	background-image: url(../_assets/images/nuevos_botones/1_btn_a.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	letter-spacing: 1px;
}
#menu a:hover {
background-image: url(../_assets/images/nuevos_botones/contactenos_btn_hover.png);	
	font-family: MichromaRegular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.8);
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#menu .inicio {
	width: 81px;
	height: 40px;
	/* [disabled]background: url(../_assets/images/new_menu_btns/menu_principal/home_btns.png) no-repeat; */
	top: 15px;
}
#menu .inicio2 {
	width: 81px;
	height: 40px;
	top: 15px;
	background-image: url(../_assets/images/nuevos_botones/home_btn.png);
	background-repeat: no-repeat;
}
#menu .inicio a:hover {
	width: 81px;
	height: 40px;
	top: 15px;

}
#menu .inicio span {
	width: 81px;
	height: 40px;
	/* [disabled]background: url(../_assets/images/new_menu_btns/menu_principal/home_btns.png) no-repeat; */
	top: 15px;
}
#menu .laempresa {
	width: 120px;
	height: 40px;
	/* [disabled]background: url(../_assets/images/new_menu_btns/menu_principal/laempresa_btns.jpg) no-repeat; */
	top: 15px;
	left: 82px;
}
#menu .laempresa span {
	width: 120px;
	height: 40px;
	background: url(../_assets/images/new_menu_btns/menu_principal/laempresa_btns.jpg) no-repeat;
	top: 15px;
}
#menu .servicios {
	width: 98px;
	height: 40px;
	/* [disabled]background: url(../_assets/images/new_menu_btns/menu_principal/servicios_btns.jpg) no-repeat; */
	top: 15px;
	left: 203px;
}
#menu .servicios span {
	width: 120px;
	height: 40px;
	background: url(../_assets/images/new_menu_btns/menu_principal/servicios_btns.jpg) no-repeat;
	top: 15px;
}
#menu .productos {
	width: 110px;
	height: 40px;
	/* [disabled]background: url(../_assets/images/new_menu_btns/menu_principal/productos_btns.jpg) no-repeat; */
	top: 15px;
	left: 302px;
}
#menu .productos span {
	width: 110px;
	height: 40px;
	background: url(../_assets/images/new_menu_btns/menu_principal/productos_btns.jpg) no-repeat;
	top: 15px;
}
#menu .capacitacion {
	width: 121px;
	height: 40px;
	/* [disabled]background: url(../_assets/images/new_menu_btns/menu_principal/capacitacion_btns.jpg) no-repeat; */
	top: 15px;
	left: 413px;
}
#menu .capacitacion span {
	width: 121px;
	height: 40px;
	background: url(../_assets/images/new_menu_btns/menu_principal/capacitacion_btns.jpg) no-repeat;
	top: 15px;
}
#menu .proyectos {
	width: 110px;
	height: 40px;
	/* [disabled]background: url(../_assets/images/new_menu_btns/menu_principal/proyectos_btns.jpg) no-repeat; */
	top: 15px;
	left: 535px;
}
#menu .proyectos span {
	width: 110px;
	height: 40px;
	background: url(../_assets/images/new_menu_btns/menu_principal/proyectos_btns.jpg) no-repeat;
	top: 15px;
}
#menu .contactenos {
	width: 132px;
	height: 40px;
	top: 15px;
	left: 646px;
	background-image: url(../_assets/images/nuevos_botones/contactenos_btn_a.png);
	background-repeat: no-repeat;
}
#menu .contactenos span {
	width: 132px;
	height: 40px;
	top: 15px;
	background-image: url(../_assets/images/nuevos_botones/contactenos_btn_hover.png);
	background-repeat: no-repeat;
}
.inicio #menu #inicio a {
	background: url(../_assets/images/new_menu_btns/menu_principal/home2_btn.png) no-repeat;
}
#bloqueNovedades img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;

}
.twoColFixRtHdr.inicio #container #menu ul #inicio {
	text-indent: -900%;
}
#container #menu ul #laempresa a {
	background-image: url(../_assets/images/nuevos_botones/contactenos2_btn.png);
	background-repeat: no-repeat;
}
.clientesLista p {
	font-size: 0.78em;
	line-height: 1.6em;
	color: #333;
	text-align: left;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.Titulartab1 h1 {
	color: #0F82B7;
}
.Titulartab1 p {
	font-size: 0.9em;
	color: #666666;
	text-align: left;
	padding-left: 7px;
}
.textIzqTab {
	color: #FFF;
}
.textIzqTab p {
	font-size: 0.78em;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 1.6em;
	color: #333;
	text-align: left;
	padding-left: 7px;
}
.misionVision .misionVision {
	font-size: 0.78em;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 1.6em;
	color: #333;
	text-align: left;
	padding-left: 7px;
}
#menu ul .inicio2 span a:hover {
	width: 81px;
	height: 40px;
	top: 15px;
		background-image: url(../_assets/images/nuevos_botones/home_btn_hover.png);
	background-repeat: no-repeat;
}

#menu ul li .inicio a:hover {
		width: 81px;
	height: 40px;
	top: 15px;
		background-image: url(../_assets/images/nuevos_botones/home_btn_hover.png);
	background-repeat: no-repeat;

}
.clientesLista h4 {
	font-size: 0.9em;
	color: #3B9AB8;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-bottom: 3px;
}
#container #menu ul li .inicio2 a:hover {
		width: 81px;
	height: 40px;
	top: 15px;
		background-image: url(../_assets/images/nuevos_botones/home_btn_hover.png);
	background-repeat: no-repeat;
}
.tabs2 {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

