/*
---------------------------------------
Snoop Consulting | UPDATE 05 CSS Style
---------------------------------------

Copyright:	Snoop Consulting, Inc | Copyright 2005 |
Creator:	Max Bidart | info@qkstudio.com.ar
Updated:	AUG 23 2005

*/


html,body,div, table, p {font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; line-height: 18px;}


body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navlist {

font-size: 11px;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 80px;


/*margin: 16px 0 2.5em 0;
width: 100%;*/
}
#navlist li {
float: left;
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
white-space: nowrap;
}
#navlist ul {
margin: 0;
padding: 0;
}
#navlist a {
padding: 3px 10px 3px 10px;
/*border: 1px solid;
border-color: #ddd #000 #000 #ddd;*/
background-color: #999999;
background-image: url(images/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}
#navlist a:link, #navlist a:visited {
color: #EEEEEE;
}
#navlist a:hover, 
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, {
background-color: #000000;
background-image: url(images/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #CCCCCC;
}

/*#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #000000;
background-image: url(images/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #CCCCCC;
}*/

#navlist a  {
position: relative;
height: 1em;
zoom: 100%;
}


/* ---[ generic LINKS ]------------------------------- */

		a:link {color: #000000; text-decoration: none;}
		a:visited {color: #999999; text-decoration: none;}
		a:hover { color: #D9241B; }
		a:active {
	color: #666666;
	text-decoration: none;
}



		.email a:link {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#2A4D8D;
			text-decoration: none;
			background-image:url(images/mail.gif);
			background-repeat:		no-repeat;
		}

		.email a:visited {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#999999;
			text-decoration: none;
			background-image:url(images/mail.gif);
			background-repeat:		no-repeat;
		}

		.email a:hover {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#DD8A2E;
			text-decoration: none;
			background-image:url(images/mail.gif);
			background-repeat:		no-repeat;
		}

		.email a:active {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#666666;
			text-decoration: none;
			background-image:url(images/mail.gif);
			background-repeat:		no-repeat;
		}


/* ---[ CONTENT typo styles ]------------------------------- */
/* Big Titles */

		.big_title  {
	font-size: 				15px;
	line-height: 			20px;
	font-weight: 			bolder;
	color: 					#000000;
		}
		
		.sub_title_seccion  {
	font-size: 				12px;
	line-height: 			14px;
	color: 					#D9241B;
	font-weight: 			bolder;
	padding-bottom:	 		5px;
	font-style: normal;
	text-transform: uppercase;
				}
	

		.summary  {
	font-size: 				13px;
	line-height: 			14px;
	color: 					#2A4D8D;
	font-weight: 			bolder;
	padding-bottom:	 		5px;
	font-style: normal;
		}

		.summary2 {
			font-size: 				11px;
			line-height: 			20px;
			padding-left: 20px;
			color: 					#515968;
			font-weight: 			bolder;
			background-image:url(images/comment.gif);
			background-repeat:		no-repeat;
			/*background-position: 	0 50%;*/
		}
			
		.summary3 {
			font-size: 				11px;
			line-height: 			20px;
			padding-left: 25px;
			color: 					#515968;
			font-weight: 			bolder;
			background-image:url(images/bullet2.gif);
			background-repeat:		no-repeat;
			background-position: 	5px 50%;
		}
			
		.summary4 {
			font-size: 				11px;
			line-height: 			15px;
			padding-left: 25px;
			color: 					#515968;
			font-weight: 			bold;
			background-image:url(images/comment.gif);
			background-repeat:		no-repeat;
			background-position: 	5px 50%;
		}
			

		.formulario {
			font: 					normal 10px Verdana, Arial, Helvetica, sans-serif;
			color: 					#1A8CB3;
			line-height: 			11px;
					}
		
		


/* ---[ FOOTER typo styles ]------------------------------- */

		.footer
			{font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #f5f5f5;};
			
		.footer_bold
			{font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #f5f5f5;};

/* ---[ GENERAL styles ]------------------------------- */

/* Horizontal Line */
		.big_divider {
			line-height: 			10px;
			background-image:	 	url(images/big_divider.gif);
			background-position:	center;
			background-repeat:		no-repeat;
					}
/* Up_Arrow */

		.up {
			margin: 				10px 15px 6px 0px;
			padding-left: 			15px;
			font-weight: 			normal	;
			line-height: 			5px; /* height of icon */
			background-image: 		url(images/up_arrow.gif);
			background-repeat:		no-repeat;
			background-position: 	0 50%;
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				8.3pt;
			color: 					#546276;
			line-height:			14px;
		  }
		  
/* List */		  
		
		li {
			font-family:			Verdana, Arial, Helvetica, sans-serif;
			font-size: 				10.5px;
			color: 					#666666;
			list-style-position: 	inside;
			list-style-image:  		url(images/generic_bullet2.gif);
			line-height: 			20px;
			}

		ul {
			margin: 				10px;
			padding: 				0px;
			list-style: 			none;
			 }
			 
		ul li {
		  	/*margin: 				10px 15 6px 0;*/
			padding-left: 			20px;
			font-weight: 			bold	;
			line-height: 			5px; /* height of icon */
			background-repeat: 		no-repeat;
			background-position:	0px 50%;
			font-family: 			Verdana, Arial, Helvetica, sans-serif;
			font-size: 				10.5px;
			color: 					#666666;
			line-height: 			22px;
		  }
		  
		ul li a {
		 	padding-left: 			10px; /* width of icon + whitespace */
		  }
	
/* ID List */	
		
		#list01 { 
			background-image: 		url(images/generic_bullet.gif); 
			}
			

  
/* ---[ FORMS ]------------------------------- */

input, textarea, select	{
	background-color:		#f5f5f5;
	border-width:			1px;
	border-style: 			solid;
	font-family: Helvetica, Arial, sans-serif;
	font-style:				normal;
	font-weight:			normal;
	font-size:				8pt;
	line-height:			11pt;
	color: 					#546276;
	padding:				2px 2px 2px 2px;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #e1e1e1;
	border-right-color: #e1e1e1;
	
		}
		
		input:focus, textarea:focus, select:focus { 
			background-color: 		#e0effe; 
			border-width: 			1px; 
		}
		
		fieldset { 
			border:					1px solid #e1e1e1; 
		}

.clients {font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; line-height: 18px;}


.pdf  {
			font-size: 				11px;
			color: 					#DB261D;
			text-decoration: none;
			line-height: 			20px;
		}

.pdf a:link {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#DB261D;
			text-decoration: none;
			background-image:url(images/pdf.gif);
			background-repeat:		no-repeat;
			line-height: 			20px;
		}

		.pdf a:visited {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#999999;
			text-decoration: none;
			background-image:url(images/pdf.gif);
			background-repeat:		no-repeat;
			line-height: 			20px;
		}

		.pdf a:hover {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#000000;
			text-decoration: underline;
			background-image:url(images/pdf.gif);
			background-repeat:		no-repeat;
			line-height: 			20px;
		}

		.pdf a:active {
			font-size: 				11px;
			padding-left: 20px;
			color: 					#666666;
			text-decoration: none;
			background-image:url(images/pdf.gif);
			background-repeat:		no-repeat;
			line-height: 			20px;
		}
