/* @override 
	http://www.alfredofenollar.com/home.css
	http://localhost/fenollar/home.css
*/

/* @group General Styles */

body {
	color: #747a7a;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0;
/*	background: #313840 url(images/body_grad.png) repeat-x; */
	background: #fff;
}

p {
	margin:0;
}

b, strong {
	color: #191919;
}
 
a:link, a:visited {
	color: #42414a;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #adaeaa;
	outline: none;
}

a:active {
	color: #bbd2b6;
	outline: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 5px 15px 5px 0;
}

.image-right {
	float: right;
	margin: 5px 0 5px 15px;
}
	
/* @end */

/* rotator css */

	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
    div#rotator ul li.show {
	z-index:500
}



/* @group Global Classes */

.bqstart {
	font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold", Arial, Helvetica, Verdana, sans-serif;
	float: left;
	height: 65px;
	margin-top: -40px;
	padding-top: 45px;
	margin-bottom: -50px;
	margin-right: 5px;
	font-size: 300%;
	color: #ccced0;
	font-style: normal;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 15px;
	font-size: 300%;
	color: #ccced0;
	font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold", Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
}

blockquote {
	margin: 20px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-style: italic;
	color: #020f1c;
}

blockquote.user-quote {
	margin: 0;
}

blockquote p {
	display: inline;
}

blockquote a:link,
blockquote a:visited {
	color: #061224;
	text-decoration: underline;
}

p.author {
	font-weight: bold;
	margin: 0 !important;
}

/* small text */
.small {
	font-size: 0.87em;
	color: #7e7e7e;
}

.small strong {
	color: #4f4f4f;
}

.hidden {
	display: none;
}

p.move-up {
	margin-top: -35px;
}
/* @group Code high-light */
acronym {
	font-family: Courier, "Courier New", mono;
}

acronym:hover {
	cursor: help;
}

code {
	margin: 0 0 20px;
	padding: 1px 3px;
	background: url(images/lined_code_bg.png) repeat;
	display: block;
	font: 11px/19px Courier, "Courier New", mono;
	position: relative;
}

/* HTML Tag, h1, etc */
span.keyword,
span.symbol {
	color: #a30086;
}

/* normal code */
span.normal {
	
}

/* class, span, title, etc */
span.type {
	color: #af4341;
}

/* attribute, eg "className" */
span.string {
	color: #2012c9;
}

span.linenum {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: absolute;
	left: -27px;
	width: 0;
	text-indent: 0;
	margin-right: 5px;
	color: #afafaf;
}

p code {
	display: inline;
	background: none;
	font-size: 0.9em;
}

p.after-code {
	margin: -20px 0 20px 0;
	text-align: right;
	padding: 5px;
	background-color: #f3f5f6;
	font: 11px/19px Courier, "Courier New", mono;
}

/* @end */

/* center a block element */
.centered {
	text-align: center;
}

ol {
	margin: 0 0 20px;
}

hr {
	height: 1px;
	margin: 0 0 20px 0;
	background-color: transparent;
	clear: both;
	border-style: none;
	border-bottom: 1px solid #ebebeb;
	border-left: 0 none #fff;
	border-top: 0 none #fff;
	border-right: 0 none #fff;
}

h2, h3, h4, h5 {
	line-height: 1.2em;
	color: #fefef6;
}


h1 {
	font-size: 1.2em;
	margin: 0 0 7px;
	color: #3d4444;
	font-weight: bold;
	clear: left;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}

h1 em {
	color: #284265;
	font-style: normal;	
}

h2 {
	font-size: 2em;
	margin: 0 0 5px;
	color: #020f1c;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	clear: left;
	background: url(images/bigarr.gif) no-repeat 0 2px;
	padding-left: 30px;
	height: 26px
}

h3 {
	margin: 0;
	color: #191919;
	font: bold 1.2em "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	background: url(images/minqred.gif) no-repeat 18px 6px;
	padding: 0 0 4px 32px;
	float:left;
	width: 100%;
	margin-top: 20px;
}

h4 {
	font-size: 1em;
	margin: 0 0 0px;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	color: #fffeff;
	padding-right: 22px;
	clear: both;
}
h5 {
	font-size: 1.05em;
	margin: 0 0 10px;
	font-weight: bold;
	color: #191919;
}

.imageStyle {
}

/* @end */

/* @group Layout */
#wrapper{
	width: 100%;
}

#container {
	width: 874px; 
/*	width: 1050px; */
	min-height: 400px;
	margin: 0 auto;
	padding-bottom: 1px;
	position: relative;
	z-index: 0;
	text-align: left;
	background: transparent url(images/content_bg.png) repeat-y left;
}

.clearer {
	clear: both;
}

.central {
	width: 960px;
	height:671px;
	margin: 0 auto;
	padding-bottom: 1px;
	text-align: left;
	background: url(images/central_bkg.gif) repeat-y;
}
.mastercentral {
	width: 920px; 
	margin: auto;
	padding-bottom: 1px;
	z-index: 0;
	text-align: justify;
}
.mastercentral .bigimg {
	margin-top: 2px;
	text-align: right;
	margin-bottom: 34px;
}
#headmbody {
	padding-right: 4px;
	padding-top: 10px;
	padding-left: 20px;
}
#headmbody p{
	float:left;
	width: 300px;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 18px;
	clear: left;
}
#headmbody img{
	float:right;
	margin-bottom: 0px;
	margin-right: 6px;
}
.downcat {
	background: url(images/downcol.gif) no-repeat 0 0;
	width: 200px;
	color: #7a7a7a;
	font-weight: bold;
	font-style: italic;
	float:left;
	margin-top: 24px;
	padding-top: 10px;
	height:40px;
	padding-left: 82px;
	clear: both;
}
.downcat:hover{
	color: red;
}
#colorsmbody {
	float:left;
	width:100%;
	margin-top: 16px;
}
#colorsmbody table{
	margin-right: 38px;
}
#colorsmbody td{
	font-size: 1em;
	color: #575757;
}
#formatos{
	float:left;
	background: url(images/bkbottom.jpg) no-repeat 0 bottom;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 30px;
}
#graybk{
	padding-top: 12px;
	padding-left: 27px;
	padding-bottom: 10px;
	float:left;
	height:auto;
	width: 660px;
}
.centergray {
	width: 620px;
	margin: 0 auto;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 10px;
	
}
#graybk .boxtop{
	background: #565e5e url(images/boxtop.gif) no-repeat 0 top;
	padding-top: 18px;
	padding-bottom: 5px;
}
#caract {
	height: 75px;
	width:670px;
	float:left;
	background: url(images/bkcaract.gif) no-repeat 0 0;
	margin-left: 27px;
	margin-top: 10px;
	font-variant: normal;
}
#formatoscol {
	float:left;
	background: url(images/bkbotcol.jpg) no-repeat 0 bottom;
	min-height: 300px;
	width: 43%;
	padding-right: 0px;
	padding-left: 10px;
	margin: 16px 16px 10px 30px;
}
#formatoscol p{
	padding-bottom: 24px;
	padding-top: 0px;
	padding-right: 32px;
	background: url(images/macrrow.gif) no-repeat 13px 1px;
	padding-left: 30px;
}
#news {
	float:left;
/*	background: url(images/bkbotcol.jpg) no-repeat 0 bottom; */
	min-height: 300px;
	width: 85%;
	padding-right: 0px;
	padding-left: 10px;
	margin: 16px 16px 10px 70px;
}
#news p{
	padding-bottom: 24px;
	padding-top: 0px;
	padding-right: 32px;
	background: url(images/macrrow.gif) no-repeat 13px 1px;
	padding-left: 30px;
}
#formatoscol p.special{
	background: url(images/marww.gif) no-repeat 2px 0;
} 
#sidebar {
	margin-top: 20px;
	width: 170px;
	float:left;
	text-align: left;
	padding:0;
}
#sidebar ul{
	margin-left: 12px;
	padding-left: 0px;
}
#sidebar ul li {
	padding-bottom: 8px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#sidebar ul li a {
	padding-left: 17px;
	background: url(images/list_gray.gif) no-repeat 0 1px;
	color: #3a3d3d;
}
#sidebar ul li a:hover {
	color: orange;
	background: #eee;
	text-decoration: none;
}
#sidebar .activesd a{
	color: red;
	padding-left: 17px;
	background: url(images/list_red.gif) no-repeat 0 1px;
}
#mainbody{
	width: 725px;
	background: url(images/bkmenu.gif) repeat-y 0;
	float:right;
	padding-left: 25px;
	margin-bottom: 24px;
}
/* @group Header */

#header {
	height: 80px;
	float: center;
	width: 960px;
	background-color: #343a3a;
}
#header .index {
	height: 144px;
	width: 960px;
	float: center;
	clear: both;
	width: 100%;
	background-color: #343a3a;
}
#header .logo{
	padding-top: 10px;
	float:left;
	margin-left: 40px;
}
#menuhead {
	float:left;
	margin-left: 40px;
	margin-top: 24px;	
}

a.buttonone {

	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 7px;
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
}
a.buttonone span {
	display: block;
	line-height: 22px;
	padding-right: 8px;
	padding-top: 4px;
	padding-left: 14px;
}
a.buttonone:hover span{
	color: orange;
}

a.buttonone span.colored {
	color: #b5f062;
}
a.buttonone span.colored:hover {
	color: orange;
}

a.button {
    /* Sliding right image */
	background: transparent url(images/cn_btt_rg.gif) no-repeat right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 7px;
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
}
a.button span {
/* Background left image */ 
	background: transparent url(images/cn_top_left.gif) no-repeat; 
	display: block;
	line-height: 22px;
	padding-right: 8px;
	padding-top: 4px;
	padding-left: 16px;
} 
a.button:hover span{
	color: orange;
}

#segnav {
    /* Sliding right image */
	background: transparent url(images/cn_bs_lefull.gif) no-repeat left; 
	display: block;
	float: left;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 2px;
	padding-top: 10px;
	padding-left: 3px;
	clear: both;
}
#segnav_top {
	background: transparent url(images/cn_bs_left.gif) no-repeat left; 
	display: block;
	float: left;
	height: 22px; 
	margin-right: 0px;
	padding-right: 2px;
	padding-top: 10px;
	padding-left: 3px;
	clear: both;
}
.segnavendimg_top {
	float:left;
	background: url(images/cn_bs_rg.gif) no-repeat 0 2px;
	width:7px;
	padding-top: 31px;
}
.segnavendimg {
	float:left;
	background: url(images/cn_bs_rg.gif) no-repeat 0 2px;
	width:7px;
	padding-top: 31px;
}
#mainlevel {
	width: 670px;
	float:left;
}

#navlist {
	padding-left: 6px;
	margin: 0;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist #active a{
	color:#ff711a;
}
#navlist #activecomp a{
	color:#47f4f4;
}
#navlist #activecomp a:hover{
	color:orange;
}
#navlist #comp a{
	color:#b5f062;
}
#navlist #comp a:hover{
	color:#orange;
}
#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

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

/* @end */

/* @group Content */

#content{
	margin-top: 6px;
	height: 506px;
	/* float: center; */
	padding-top: 0px;
	width: 100%;
	/*background: #FFF url(images/central_bkg.gif) repeat-y;*/
}

#rotator {
	float: left;
	width: 672px;
	margin-left: 0px;
}

#menuright {
	margin-top: 12px;
	float: right;
	width: 173px;
	height: 285px;
	margin-right: 50px;
}
.imgright img {
	margin-bottom: 20px;
	margin-right: 50px;
	margin-top: 0px;
}



#menusub {
	margin-left: 50px;
	color: #ff5d7a;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

.subcentral{
	height: 148px;
	width: 194px;
	float:left;
	color: #ff807d;
	background: url(images/subcentral_prov.jpg) no-repeat;
	margin-top: 28px;
	margin-left: 18px;
	margin-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subcentral img {
	margin-top: 6px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 12px;
}

.subcentralarrowimg {
	margin-top: 12px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 12px;
}

.msubcentral {
	height:22px;
	width: 194px;
	float:left;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #8bdf9a;
	margin-left: 18px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em
}
.msubcentral img{
	padding-left: 8px;
	padding-right: 8px;
}
.bsubcentral{
	height:55px;
	background: url(images/bkfsub.gif) repeat-x;
	float:left;
	margin-left: 12px;
	width: 875px;
	margin-top: 8px;
	margin-bottom: 6px;
}
.bsubcentral img{
	float: left;
}
.alingrg {
	float:right;
}
.bsubcentral p{
	text-align: center;
	width: 415px;
	float:left;
	height:55px;
	padding-right: 220px;
	padding-left: 220px;
	padding-top: 16px;
}
.bsubcentral p img {
	float: none;
	padding-bottom: 4px;
}
.bsubcentral a {
	fo
	font-weight: bold;
	font-style: italic;
}
/* @end */
	
/* @end */

/* @group Footer */

#footer {
	min-height:80px;
	float: left;
	margin-top: 0px;
	width: 100%;
	color: #fff;
	background: #565e5e url(images/bkfooter.gif) 0 -12px;
}
#footer .loget {
	width: 200px;
	height:20px;
	padding-top: ; 
	margin: 16px auto 0;
	background: #565e5e url(images/loget.gif) no-repeat center 0;
}
#navfooter {
	padding-left: 0px;
	padding-top: 14px;
	margin: 0px;
}
#navfooter li
{
	display: inline;
	list-style-type: none;
	padding: 10px 4px 10px 8px;
	font-size: .9em;
}
.first{
	background: none;
	margin-left: 24px;
}
.normal{
	background: url(images/bklist.gif) no-repeat 0 3px;
}

#navfooter #active a {
	color:greenyellow;
}

#navfooter a { padding: 0px; }

#navfooter a:link, #navfooter a:visited
{
	color: #fff;
	text-decoration: none;
}

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

/* @end */

/* Toolbar Styles */

/* Top menu */

/* @end */

/* @group Misc */

/* small footer text, below any columns, used for extra info. Currently on LS case studies page */
p.extra-info {
	clear: both;
	margin: 0;
	padding: 0;
	color: #b3b3b3;
}

/* @group Google Map */

#google-map-wrap {
	width: 800px;
	height: 371px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
	position: relative;
	background: url(images/google_map_bg.png) no-repeat; color: ;
}

#google-map {
	width: 794px;
	height: 364px;
	position: relative;
	z-index: 100;
}

/* @end */

/* @group RSS */

/* sidebar RSS links */
p.rss-feeds a {
	display: block;
	padding: 1px 0 1px 20px;
	margin-bottom: 5px;
	background: url(images/rss_icon.png) no-repeat left;
}

/* @end */

/* @group Columns */

/* with a 2 column layout the overall width is 780px, each column being 380px after padding. */
.column {
	margin-top: 35px;
	width: 380px;
	position: relative;
	z-index: 50;
}
table {
	border-style: none;
}
.fullleft {
	margin-top: 10px;
	width: 100%;
	position: relative;
	z-index: 50;
	padding-right: 0px;
	float: left;
}
.left {
	padding-right: 30px;
	float: left;
}

.right {
	float: right;
}

/* @end */


/* @end */

/* @group Forms */
