/*  ----------------------------------------

	1. Basic

 ---------------------------------------- */

/* Basic  ---------------------------------------- */

body {
	background: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;


}

ul li {
	list-style: square ;
	list-style-position: inside;
	padding: 10px;
	margin: 10px;
	color:	#064EF0;
	font-size: 14px;
}

#header {
	width: 794px;

	background: url(../images/header.png) no-repeat left top;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display:none;
}
#splash {
	position: absolute;
	left: 25%;
	top: 1%;
	text-align: center;
	z-index: 100;
}
h1 {
	font-size: 24px;
	color: black;
	font-weight: bold;
	line-height: 26px;
	height: 57px;
	padding: 16px 0 0 24px;
}
.nav_bar {
	position: static;
	background: white;
	padding: 5px 15px 5px 5px;
	margin: 5px 5px 5px 5px;
}
a.nav_title {
	background: white;
	text-transform: capitalize;
	font-size: 14px;
	color: #064EF0;
	font-weight: bold;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
}
a:hover {
	font-size: 14px;
	text-transform: capitalize;
  	text-decoration: none;
	text-decoration: underline;
	color: #FF9832;
	font-weight: 900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
a, a.visited {
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	color: #265A65;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 span {
	font-size: 18px;
	font-weight: normal;
}
.caps {
	font-size:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6F71;
}
span.subheading {
	font-size: 26px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9832;
}
span.heading {
	font-size: 36px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}
span.subtitle {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #265A65;
}

div.home {
	display:none;
}
div.NUESTRO_PERSONAL {
	display:none;

}
div.TELEFONIA_MOVIL {
	display:none;
}

div.UNIFORMIDAD {
	display:none;
}
div.NUESTRA_EMPRESA {
	display:none;
}


h2 {
	width: 720px;
	margin: 0 0 0 24px;
	color: #FF9832;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	width: 720px;
	margin: 0 0 0 24px;
	color: #265A65;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	width: 720px;
	margin: 0 0 0 24px;
	color: #265a65;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
img#p_image {
	padding: 3px 6px 6px 3px;
}
#content {
	background: white;
	
}
#content p {
	width: 720px;
	margin: 0 0 15px 24px;
	color: #265a65;
	font-size: 14px;
	line-height: 20px;
}

#content p a {
	color: #265a65;
}

#content p a:hover { text-decoration: none; }
.tbl_text {
	width: 720px;
	margin: 0px 5px 0px 5px;
	color: #265a65;
	font-size: 14px;
	line-height: 20px;
}
.tbl_heading {
	width: 720px;
	margin: 0px 5px 0px 5px;
	color: Black;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

.col {
	float: left;
	width: 350px;
	margin: 0 0 0 24px;
}

#content .col p {
	width: 550px;
	margin: 0 0 15px 0;

}

#content .col h2 { margin: 0; width: 350px; }

.col.alt {
	margin: 0 0 0 20px;
}

#content .col.alt p {
	margin: 0px 0 15px;
	line-height: 18px;
	
}

#content .col.alt p span { color: #6e6f71; }

#content .col ul {
	width: 350px;
	color: #265A65;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 8px;
}

#content .col ul li {
	padding: 0 0 0 20px;
}
#footer_text {
	text-align: center;
	font-size: 14px;
	color: #FF9832;
	background: #ffffff;
	width:760px;
	padding-top: 50px;
	display:none;	
}
#footer_text a { color: #064EF0; text-decoration: none; font-size:10px}
#footer_text a:hover { color: #064EF0; text-decoration: underline; font-size:10px }

.end {
	height: 30px;
	width: 794px;
	background: url(../images/end.png) no-repeat left top;
}

#nav {
	width: 30px;
	position: absolute;
	right: 0px;
	top: 81px;
	height: 300px;
}

#nav li { margin: 0 0 3px; }

#nav li a { display: block; }
#nav li a span { display: none; }

