
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #000000;}

a:hover {color: #999999;}

body {
	background: #996666;
	color: #000000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(../img/li.gif);}

h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {
padding: 3px 0;
color: #990033;

}

h1,h2,h3 {color: #000000;}

/* misc */
.clearer {clear: both;}
.main_left .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(../img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 955px;
	border: 12px solid #660033;
}

/* header */
.header {
	float: left;
	width: 795px;
	background: url(../img/logo.jpg) no-repeat;
	text-align: left;	
	height: 135px;
	padding-top: 15px;
}

.header h1 {
	font: normal 2.1em Verdana,sans-serif;
	color: #FFFFFF;
	padding-left: 117px;

}

.header p {
	text-transform: uppercase;
	font: normal 0.8em Verdana,sans-serif;
	color: #DDD4CC;
	line-height: 20px;
	padding-left: 117px;
}



/* navigation */

.navigation {
	width: 795px;
	height: 40px;
	background: #222222 url(../img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #000000;
}
.navigation a {
	background: #222222 url(../img/nav.gif) repeat-x;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	float: left;
	font: bold 1em Verdana,sans-serif;
	padding: 0 7px;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {
	color: #FFFFFF;
	background: url(../img/nav_hover.gif) repeat-x;
}


/* structure */
.top {
	background: #222;
	color: #FFFFFF;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: right;
	width: 160px;
	color: #996666;
}
.main {
	float: left;
	width: 595px;
}
.main_left {
	
	float: left;
	width: 200px;
}
.derecha {
	background: #660033;
	color: #FFFFFF;
	font: 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}

/*Webdesign */
.webdesign
{
	display:none;
	text-align:center;
}
.web_design
{
	font-style: normal;
}
.outsourcing
{
	font-style: normal;
}

/* sub-navigation */
.subnav h1 {
	background: #660033;
	color: #FFFFFF;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #A3A39F;	
	color: #111;
	display: block;
	padding: 5px 0 5px 9px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #8F8F8B;
	color: #000;
}

/* footer */
.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}