/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 0px 0 20px 0;
	padding: 0;
	background: #D7D7BD url(images/img01.png) repeat;
	text-align: justify;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}
img{
/*margin-left: auto;
margin-right: auto;*/
margin : auto;
margin-top: 15px;
padding: 0;
border: 1px solid #CCCCCC;
display: block;
}
img.mini{
/*margin-left: auto;
margin-right: auto;*/
float: left;
margin-right : auto; 
margin-top: 15px;
margin-left: 16px;
padding: 0;
border: 1px solid #CCCCCC;
display: block;

}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
}

strong {
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	/*color: #308AC0;*/
	color: #42387F;
	border-bottom: 1px #575b8a dotted;
	/* border-bottom: 1px #97C8E5 dotted;*/
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 150px;
	margin: 0px auto;
	background: #FFAC16 url(images/header.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 10px 10px 20px;
	font-size: 3em;
}

#header h2 {
	padding: 73px 10px 0px 0px;
	font-size: 1.4em;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 15px;
	margin: 0px auto;
	//background: #000000;
	background: url(images/bgbar.jpg) repeat-x left;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border: none;
	background: url(images/img05.jpg) no-repeat left 55%;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 840px;
	margin: 0px auto;
	padding: 20px 0;
	background: #FFFFFF url(images/img02.jpg) repeat-y left top;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
}

#content h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#content a {
	text-decoration: none;
}

#right {
	float: right;
	width: 520px;
	padding: 20px 20px;
}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right li {
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(images/img06.jpg) no-repeat 0 7px;
	line-height: 17px;
}

#right .post {

}

#right .tree {
 width: 100%;
}

.right-tree {
padding: 0px;
  padding-top: 25px;
  
background: transparent url(images/bg_tree.jpg) no-repeat left top; 

/*background: transparent;*/
width: 53%;
float: right; 
}
#right .right-tree ul li {
	margin-bottom: 8px;
		padding: 0px 0px 0px 40px;
	background: url(images/folderr.jpg) no-repeat 0px 2px;
	line-height: 17px;
}

#right  .right-tree ul {
	margin: 0 0 0 22px;
	padding: 0;
	list-style: none;
}
.left-tree {
padding-top: 25px;
width: 46%;
float: left;
background: transparent;
}

#right  .left-tree ul li {
	margin-bottom: 8px;
	padding: 0px 38px 0px 0px;
	background: url(images/folder.jpg) no-repeat right 2px;
	line-height: 17px;
}


#right  .left-tree ul {
	margin: 0 0em;
	padding: 0;
	list-style: none;
}

#left {
	float: left;
	width: 222px;
	/* padding: 20px 20px;*/
	padding: 0px;
	/*background: #EDEDED;*/
}

/*
#left ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#left li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left 50%;
}

*/
/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 38px;
	margin: 0px auto;
	padding-top: 18px;
	border-top: 1px solid #444444;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
color: #333;
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
color: #E5E5CC;
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
border-bottom: none;
	/*border-bottom: 1px #E5E5CC dashed;*/
	text-decoration: none;
	color: #333;
}

	
/*      V1        */
	

*{
	list-style:none;
	margin:0px;
	padding:0px;
}
/*
#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}	              
                    
					*/
.menu11{
background:url("images/bgmenu.jpg") no-repeat 0px 0px;
height:40px;
display:block
}
.menu12{
background:url("images/bgmenu.jpg") no-repeat 0px -40px;
height:40px;
display:block
}
.menu13{
background:url("images/bgmenu.jpg") no-repeat 0px -80px;
height:40px;
display:block
}
.menu14{
background:url("images/bgmenu.jpg") no-repeat 0px -120px;
height:40px;
display:block
}
.menu15{
background:url("images/bgmenu.jpg") no-repeat 0px -160px;
height:40px;
display:block
}
.menu16{
background:url("images/bgmenu.jpg") no-repeat 0px -200px;
height:40px;
display:block
}
.category-menu ul{
/*width:943px;

position:absolute;
top:0px;
right:0px;*/
margin: 0;
padding: 0;
line-height:40px;
width:222px;
}
.category-menu{
padding:0px;
position:relative;
/*right:-35px;
top:-10px;*/
}


.category-menu ul li{
margin:2px 0 0;
display:block;
position:relative;
float:left;
width:222px;
color:#efefef;
text-transform:uppercase;
font-size:14px;
text-indent:-9999px;
}

#service_web{
width:170px !important;
}

#service_ui{
width:202px !important;
}

.category-menu ul li a{
height:40px;
display:block;
cursor:pointer;
border: 0;
}

/*.category-menu ul li.active, .category-menu ul li:hover{
								background:#ffffff;
								}*/
.menu11:hover, .menu11.active{
background:url("images/bginicio.jpg") no-repeat 0px 0px;
height:40px;
display:block
}
.menu12:hover, .menu12.active{
background:url("images/bgnosotros.jpg") no-repeat 0px 0px;
height:40px;
display:block
}
.menu13:hover, .menu13.active{
background:url("images/bgrecuperacion.jpg") no-repeat 0px 0px;
height:40px;
display:block
}
.menu14:hover, .menu14.active{
background:url("images/bgclientes.jpg") no-repeat 0px 0px;
height:40px;
display:block
}
.menu15:hover, .menu15.active{
background:url("images/bgblog.jpg") no-repeat 0px 0px;
height:40px;
display:block
}
.menu16:hover, .menu16.active{
background:url("images/bgfaq.jpg") no-repeat 0px 0px;
height:40px;
display:block
}
#contact-area {
	width: 520px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 250px;
	/*font-family: Helvetica, sans-serif;
	font-size: 1.4em;*/
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	/*font-size: 1.4em;*/
	}