/* CSS Document */

body {      
	margin:0;
	padding:0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#site-wrapper {              
	margin-left: auto;
	margin-right: auto;
	width:980px;
}
			  

#content {
	float: left;
	background-color: #fafafa;
	width: 980px;
	padding-bottom: 40px;
	height:100%;
}


/* ======== 1. HEADER ========= */

#header {
	background: url(../../images/hdr-bg-pttrn-light.gif) repeat-x top left #555;
	width:980px;
	height:75px;
	float:left;
	border-bottom: 7px solid #274692;
}
			
#header .hdr-logo {
	width: 160px;
	height: 60px; 
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

/* ======== TERMINA HEADER ========= */



						  
/* ======== 2. MENU PRINCIPAL (HERRAMIENTAS) ========= */

#menu {
	background-color: white;
	width:980px;
	height:210px;
	border-bottom: 7px solid #eaeaea;
	padding: 0;
	margin:0;
	font-family: verdana, helvetica, arial, sans-serif;
	float:left;
	text-align:left;
}

#menu ul {
	width:980px;
	height:210px;
	display:inline;
}

#menu ul li {
	margin-right: 0px;
	margin-left: 0px;
}
		 
#menu ul a img { border: none; }

li.menu-style{
	color: #b6b6b6;
	text-decoration: none;
	display:block;
	float:left;
	list-style: none;
	width:139px;
	height: auto;
	padding-top: 45px;
	text-align: center;
}
			
li.menu-style a {
	color: #b6b6b6;
	text-decoration: none;
}

li.menu-style a:hover {
	color:#274692;
	text-decoration:underline;
}

/* ======== TERMINA MENU PRINCIPAL (HERRAMIENTAS) ========= */




/* ======== 3. MENU IZQUIERDA ========= */

#left-nav {
	float: left;
	width: 220px;
	height:100%;
	margin:0px;
	padding: 0px;
	padding-right:10px;
	padding-left:10px;
	margin-top:15px;
}

#left-nav ul {
	color: #274692;
	list-style-type: square;
	border-top: 5px solid #274692;
	margin-top:0px;
	margin-left:0px;
	padding-left:15px;
}

#left-nav ul li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e3e3e3;
	font-size:.8em;
	width:auto;
}

li.leftnav-first a, li.leftnav-comm a, li.leftnav-last a {
	color: #959595;
	text-decoration: none;
}

li.leftnav-first a:hover, li.leftnav-comm a:hover, li.leftnav-last a:hover {
	color: #6f6f6f;
	text-decoration: underline;
}
							
/* ======== TERMINA MENU IZQUIERDA ========= */




/* ======== 4. CONTENIDO DERECHA ========= */

#cont-right {
	float: left;
	width: 70%;
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 40px;
	border-left: 1px solid #e3e3e3;
	margin-top: 15px;
}

#cont-right h2 {
	font-weight:normal;
	font-size: 2.5em;
	color:#274692;
	margin-top:0px;
}

#cont-right h3 {
	font-weight:normal;
	font-size: 16px;
	color:#274692;
	margin-top:0px;
	margin-bottom:0px;
}

#cont-right p {
	text-align:justify;
	color: #959595;
	font-size: 0.95em;
	padding-right: 40px;
	margin-bottom: 0px;
	line-height: 1.4em;	
}

#cont-right p.resaltado {
	color:#274692;
	font-weight:bold;
}

#cont-right div {
	text-align:justify;
	color: #959595;
	font-size: 0.95em;
	padding-right: 40px;
	margin-bottom: 0px;
	line-height: 1.4em;	
}

#cont-right li {
	text-align:justify;
	color: #959595;
	font-size: 0.95em;
	padding-right: 40px;
	margin-bottom: 10px;
	line-height: 1.4em;	
}

#cont-right dl {
	text-align:justify;
	color: #959595;
	font-size: 0.95em;
	padding-right: 40px;
	margin-bottom: 0px;
	line-height: 1.4em;	
}

#cont-right dt, #cont-right dd {
	margin-bottom: 10px;	
}

#cont-right dt.dt1 {
	color:#008000;
}

#cont-right dt.dt2 {
	color:#251667;
}

#cont-right dt.dt3 {
	color:#000000;
}

#cont-right dt.dt4 {
	color:#0994D9;
}

#cont-right dt.dt5 {
	color:#1588B5;
}

#cont-right dt.dt6 {
	color:#17749D;
}

#cont-right table.listado_clientes {
	border-collapse:collapse;
}

#cont-right table.listado_clientes dt{
	color:#009BFF;
}

#cont-right table.listado_clientes dd{
	margin-bottom:0px;
}

/* ======== TERMINA CONTENIDO DERECHA ========= */ 	 




/* ======== 5. FOOTER ========= */

#footer {
	float:left;
	width:100%;
	background-color:#b3b3b3;
	color: white;
	font-size: 0.8em;
	padding: 0px;
}

#footer a { color: #274692; }

#footer p {
	display: block;
	float: right;
	padding-right: 25px;
	padding-top: 115px;
	margin: 0px;
}

#footer address {
	padding: 25px;
	display:block;
	width: 35%;
	float: left;
}

/* ======== TERMINA FOOTER ========= */ 


/* ======== 5. FORMULARIO ========= */
table.formulario{
	margin-top:20px;
}

table.formulario tbody tr td{
	color: #959595;
	font-size: 12px;
}

table.formulario tbody tr td .input{
	color: #959595;
	font-size: 12px;
}

table.formulario tbody tr td .input2{
	font-size: 12px;
}

/* ======== TERMINA FORMULARIO ========= */ 



/* CSS Document by Latinweb www.latinweb.com.mx */
