/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #f5f5f5 repeat-x top;
	color: #57534d;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #6699cc;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #b2b2b2 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.3em;
	margin: 0 0 1em
}
h3{
	font-size: 1.1em;
	margin: 0 0 1em
}
h4{
	font-size: 1em;
	margin: 0 0 1em;
	text-transform: uppercase
}
h5{
	font-size: 1em;
	margin: 0 0 1em;
	text-transform: uppercase
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 972px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) no-repeat top;
	height: 151px;
	padding: 8px 2px 0
}
* html #header{
	background: url(../images/header-bgr.gif) no-repeat top
}
#header .content{
	float: right;
	padding: 0px 20px 0 0
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	margin: 0 0 15px;
	text-indent: -9999px;
	width: 408px
}
#header h1 a{
	display: block;
	height: 100px;
	text-decoration: none
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	clear: both;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	text-align: center
}
#nav1 li{
	display: inline;
	font-weight: bold;
	padding: 0 16px
}
#nav1 li a{
	color: #ffffff;
	text-decoration: none
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #d10059
}
/*- NavAdmin -*/
#navAdmin{
	clear: both;
	font-size: 13px;
	/*height: 25px;*/
	line-height: 25px;
	text-align: left
}
#navAdmin li{
	display: inline;
	font-weight: bold;
	padding: 0 7px
}
#navAdmin li a{
	color: #ffffff;
	text-decoration: none
}
#navAdmin li a:hover,
#navAdmin li.active a{
	color: #d10059
}
/*=== Headline Placeholders ===*/
/*- Headline1 -*/
.hd{
	background: #d10059;
	color: #ffffff;
	height: 23px;
	line-height: 23px;
	padding: 0 25px;
	text-transform: uppercase
}
.hd h1{
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	margin: 0
}
.hd h2{
	color: #ffffff;
	font-size: 13px;
	line-height: 23px;
	margin: 0
}
.hd img{
	margin: 3px 0 0
}
.hd_no_title{
	background: #FFFFFF;
	color: #4B87C2;
	/*height: 23px;*/
	line-height: 23px;
	padding: 0 25px;
	/*text-transform: uppercase*/
}
.hd_no_title h1{
	color: #4B87C2;
	font-size: 20px;
	line-height: 23px;
	margin: 0
}
.hd_no_title h2{
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	margin: 0
}
.hd_no_title img{
	margin: 3px 0 0
}
/*- Headline2 -*/
.hd2{
	background: url(../images/hd03.gif) no-repeat left top;
	border-bottom: 1px solid #e2e2e2;
	color: #7a7a7a;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 17px;
	line-height: 17px;
	margin: 0 0 1.5em;
	padding: 0 0 0 10px;
	text-transform: uppercase
}
.hd2 h3{
	color: #7a7a7a;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	float:left;
}
/*- Headline3 -*/
.hd3{
	color: #ffffff;
	height: 1%;
	margin-bottom:.5em;

}
.hd3 h2{
	color: #4b87c2;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0
}
.hd3 .fr{
	color: #4B87C2;
	font-size: 1.8em
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 12px 0 0
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 690px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 260px
}
#rightcol h3{
	color: #d10059;
	font-size: 1em
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 425px
}
.col1 p{
	display: table;
	height: 1%
}
.col2{
	float: right;
	width: 190px
}
.col3{
	border-right: 1px solid #e5e5e5;
	float: left;
	padding: 0 20px 0 0;
	width: 290px
}
.col3.fr{
	border: 0
}
.col4{
	float: left;
	width: 375px
}
.col5{
	float: right;
	width: 215px
}
.col6{
	float: left;
	padding: 0 10px 0 0;
	width: 205px
}
.col7{
	float: left;
	width: 180px
}
.col8{
	float: right;
	width: 440px;
	background: #F5F5F5;
	padding:10px;
}
* html .col6{
	width: 200px
}
.col6.fr{
	padding: 0 10px 0 0;
	width: 245px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 18px;
	width: auto
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 6px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top
}
.box .content{
	background: #ffffff;
	height: 1%;
	padding: 10px 25px 5px;
}
.box h2{
	margin: 0
}
/*- Box2 -*/
.box2{
	margin: 0 0 20px;
	width: auto
}
.box2 .top,.box2 .bot{
	background: url(../images/box2-top.gif) no-repeat top;
	clear: both;
	height: 6px;
	overflow: hidden
}
.box2 .bot{
	background: url(../images/box2-bot.gif) no-repeat top
}
.box2 .content{
	background: #ffffff;
	height: 1%;
	padding: 5px 20px
}
/*- Box3 -*/
.box3{
	background: #fafafa;
	border: 1px solid #eeeeee;
	font: bold .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 1%;
	padding: 13px
}
.box3 img{
	border-right: 4px solid #fafafa;
	margin: 0 0 -2px 0;
	position: relative
}
.box3 li{
	margin: 0 0 5px
}
.job .box3{
	width:50%;
}
/*- Box4 -*/
.box4{
	background: url(../images/box4-bgr.gif) no-repeat top;
	color: #ffffff;
	font-size: 11px;
	height: 315px;
	margin: 0 auto;
	padding: 10px 20px 0;
	width: 930px
}
.box4 a{
	color: #ffffff;
	text-decoration: none
}
.box4 a:hover{
	text-decoration: underline
}
.box4 h3{
	font-size: 14px
}
.box4 ul{
	margin: 0 0 15px
}
.box4 li{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 3px
}
/*- Box Info company -*/
.box_info_company{
	margin: 0 0 5px;
	width: 222px;
}
.box_info_company .top,.box_info_company .bot{
	background: url(../images/box-white-top.jpg) no-repeat top;
	clear: both;
	height: 13px;
	overflow: hidden;
}
.box_info_company .bot{
	background: url(../images/box-white-bottom.jpg) no-repeat top
}
.box_info_company .content{
	background: url(../images/box-white-bck.jpg) repeat-y;
	padding: 0px 10px 0px 10px;
}
/*=== Styling Wrappers ===*/
/*- Wrap1 -*/
.wrap1{
	float: left;
	width: 212px
}
.wrap1 h4{
	color: #6699cc;
    height: 30px;
    margin-bottom: 0.5em;
}
.wrap1 h5{
	color: #6699cc;
    height: 15px;
    margin-bottom: 0.5em;
}
.wrap1 a{
	text-decoration: none
}
/*- Wrap2 -*/
.wrap2 img{
	border: 1px solid #ebebeb;
	float: left;
	height: 60px;
	margin: 0 10px 1em 0;
	padding: 4px;
	width: 70px
}
/* wrap 3 */
.wrap3{
	float: left;
	width: 300px
}
.wrap3 h4{
	color: #6699cc
}
.wrap3 a{
	text-decoration: none
}
/*- Posts -*/
.post-date{
	color: #AAA;
	font: normal .9em Georgia;
        font-style: italic;
	margin: 0 0 1em
}
.post-tags{
	color: #AAA;
	font: normal .8em Georgia;
        font-style: italic;
}
    .post-tags a{
        padding-left: 5px;

    }
.wrap4 .post-sector{
	color: #AAA;
	font: normal .9em Georgia;
    font-style: italic;
    float:left;
    width:220px;
}
    .wrap4 .post-sector a{
        padding-left: 5px;
        float:none;
    }
.post-rating{
	color: #999999;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em
}
.post-rating img{
	margin: 0 0 -2px;
	position: relative
}
/*- Sponsors -*/
.sponsors{
	height: 40px;
	line-height: 40px;
	margin: 0 0 30px
}
.sponsors .fr{
	width: 740px;
	text-align: right;
}
/*- Tag Cloud -*/
.tag-cloud{
	font-size: .8em;
	line-height: 2.6em;
	margin: 0 0 1.5em;
	text-align: center;
	text-transform: uppercase
}
.tag-cloud small{
	font-size: 1.4em
}
.tag-cloud strong{
	font-size: 1.8em;
	font-weight: normal
}
.tag-cloud big{
	font-size: 2em
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 1em
}
.list1 li{
	background: url(../images/ico09.gif) no-repeat 0 4px;
	color: #999999;
	font-size: .9em;
	margin: 0 0 .3em;
	padding: 0 0 0 13px
}
/*- List2 -*/
.list2 ul{
	margin: 0 0 2em
}
.list2 li{
	background: url(../images/ico08.gif) no-repeat 0 0;
	color: #999999;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .3em;
	padding: 0 0 2px 20px
}
.list2 li a{
	color: #666666;
	text-decoration: none
}
.list2 li a:hover{
	text-decoration: underline
}
/*- List3 -*/
.list3 ul{
	margin: 0 0 2em
}
.list3 li{
	background: url(../images/ico07.gif) no-repeat 0 0;
	color: #999999;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .3em;
	padding: 0 0 2px 20px
}
.list3 li a{
	color: #666666;
	text-decoration: none
}
.list3 li a:hover{
	text-decoration: underline
}

.list4 ul{
	margin: 0 0 1em
}
.list4 li{
	background: url(../images/ico09.gif) no-repeat 0 4px;
	color: #999999;
	font-size: 12px;
	margin: 0 0 .3em;
	padding: 0 13px 0 13px;
	display:inline;
	text-transform: uppercase;
}
.list5 ul{
	margin: 0 0 1em
}
.list5 li{
	background: url(../images/ico09.gif) no-repeat 0 7px;
	color: #999999;
	font-size: 1em;
	margin: 0 0 .3em;
	padding: 0 0 0 13px;
	line-height: 22px;
	widht:180px;
}
.list5 li a{
	text-decoration:none;
	color: #454545;
}
.list5 li a:hover{
	text-decoration:none;
	color: #454545;
	font-weight:bold;
	background: #F3F3F3;
}
.list5 .active{
	background: url(../images/bkg-guide-btn.png) no-repeat 0 0px;
}
/*- List13 -*/
.list13 ul{
	margin: 0 0 2em
}
.list13 li{
	background: url(../images/ico13.gif) no-repeat 0 0;
	color: #999999;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .3em;
	padding: 0 0 2px 20px
}
.list13 li a{
	color: #666666;
	text-decoration: none
}
.list13 li a:hover{
	text-decoration: underline
}
/*- List13 -*/
.list14 ul{
	margin: 0 0 2em
}
.list14 li{
	background: url(../images/ico14.gif) no-repeat 0 0;
	color: #999999;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .3em;
	padding: 0 0 2px 20px
}
.list14 li a{
	color: #666666;
	text-decoration: none
}
.list14 li a:hover{
	text-decoration: underline
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Form1 Setup -*/
.form1{
	font-size: 11px;
	margin: 0 0 1em
}
.form1 div{
	margin: 0 0 5px
}
.form1 label{
	float: left;
	margin: 2px 5px 0 0;
	width: 20px
}
.form1 input{
	width: 187px
}
* html .form1 input{
	width: 182px;
}
/* Form1 Buttons */
.form1 .submit{
	margin: 1px 0 0;
	float:right; 
}
.form1 input.btn{
	width: auto
}
/* Form1 Checkboxes, Radio inputs */
.form1 .chk input{
	background: none;
	border: 0;
	float: left;
	height: 15px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 15px
}
.form1 .chk label{
	float: none
}
/*=== Link Buttons ===*/
/*- 'Link' Buttons -*/
.btn-link{
	margin: .2em
}
.btn-link a{
	color: #999999;
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase
}
.btn-link a:hover{
	text-decoration: underline
}
.btn-link img{
	margin: 0 0 -2px;
	position: relative
}
/*- 'More' Button -*/
.btn-more{
	margin: 0 0 .5em
}
.report .btn-more a{
	float:right;
}
.btn-more a{
	background: url(../images/ico-more.gif) no-repeat left;
	font-size: .8em;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase
}
.btn-more a:hover{
	text-decoration: underline
}
.btn-more-info{
	margin: 0 0 .5em
}
.btn-more-info a{
	color:#6699CC;
	font-size: .9em;
	text-decoration: underline;
	/*text-transform: uppercase;*/
}
.btn-more-info a:hover{
	text-decoration: none;
}
/* Boton empresas */
/*- 'More' Button -*/
.btn-emp{
	margin: 0 0 .5em
}
.btn-emp a{
	background: url(../images/ico-emp.gif) no-repeat left;
	font-size: 1em;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}
.btn-emp a:hover{
	text-decoration: underline
}
/*=== Pics, Thumbs, Ads etc. ===*/
/*- Pics -*/
.pic img{
	border: 1px solid #ebebeb;
	display: block;
	margin: 0 0 .8em;
	padding: 6px
}
.pic .map{
	border: 1px solid #ebebeb;
	display: block;
	margin: 0 0 .8em;
	padding: 6px
}
.pic.fl .map{
    margin-right: 20px
}
.welcome .pic img{
	border: 1px solid #ebebeb;
	margin: 0 0 .8em;
	padding: 6px;
	display:inline;
}

#slideshow1 {
    height:174px;
    margin:0;
    overflow:hidden;
    padding:0;
    width:235px;
    margin-right: 20px
}

.slideshowSmall {
    margin:0;
    overflow:hidden;
    padding:0;
    width:119px;
    height:114px;
    margin-right: 20px
}
.pic.fl img{
	margin-right: 20px;
  /*margin-left: -8px;*/
}
.pic.fr img{
	margin-left: 20px
}
/*- Thumbs -*/
.th img{
	border: 1px solid #ebebeb;
	display: block;
	margin: 0 0 .2em;
	padding: 4px
}
.th.fl img{
	margin-right: 10px
}
.th.fr img{
	margin-left: 10px
}
/*- Ads -*/
.ad{
	margin: 0 0 10px;
}
/*=== Footer ===*/
#page-bot{
	/*background: #ffffff;*/
	padding: 15px 0
}
#footer{
	color: #666666;
	font-size: .9em;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	width: 970px
}
#footer a{
	color: #666666;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
#footer li{
	border-right: 1px solid #666666;
	display: inline;
	line-height: 1em;
	padding: 0 .6em
}
#footer li.last{
	border: 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}



/*Baix Styles */
.formLeft{
	background:transparent url(../images/input-left.png) no-repeat scroll 0 0;
}
.formRight{
	background:transparent url(../images/input-right.png) no-repeat scroll 0 0;
}
.formLeft, .formRight {
	float:left;
	height:21px;
	vertical-align:middle;
	width:7px;
}
.formCenter{
	background:transparent url(../images/input.png) repeat-x scroll 0 0;
	float:left;
	height:15px;
	line-height:15px;
	margin:0;
	padding:3px 0;
}
.inputFormSearch{
	-x-system-font:none;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	vertical-align:middle;
	width:400px;
}
.inputFormSearchCP{
	-x-system-font:none;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	vertical-align:middle;
	width:70px;
}
#searcharea .item{ 
	float: left;
	padding: 0px 5px 5px 0px;
}
#searcharea label{
	float: left;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
.fright{
	float:right;
}
.wrap4{
	float: left;
	width: 100%;
}
.wrap4 h4{
	color: #6699cc;
	float:left;        
}

.wrap4 h4{
    width: 300px;
}

.wrap4 a{
	float:left;
	text-decoration: none;
}
.wrap4 .btn-more a{
	float:right;
	text-decoration: none;
}
.wrap4 .btn-more {
	margin:0;
}
.greyLine{
	border-bottom:1px solid #E2E2E2;
	margin:13px 0;
}
.content .hd2 p{
	float:right;
	text-transform:none;
}
.rating{
	float:right;
}
.bn1{
	background: transparent url(../images/bn1.png) repeat-x scroll 0 0;
	float:left;
	width:220px;
	height:145px;
}
.bn2{
	background: transparent url(../images/bn2.png) repeat-x scroll 0 0;
	float:left;
	width:220px;
	height:145px;
}
.bn3{
	background: transparent url(../images/bn3.png) repeat-x scroll 0 0;
	float:left;
	width:220px;
	height:145px;
}
.bn4{
	background: transparent url(../images/banner-faq.png) repeat-x scroll 0 0;
	float:left;
	width:337px;
	height:120px;
}
.bn5{
	background: transparent url(../images/banner-budget.png) repeat-x scroll 0 0;
	float:left;
	width:335px;
	height:120px;
}
.bn6{
	background: transparent url(../images/banner-jobs.jpg) repeat-x scroll 0 0;
	float:left;
	width:334px;
	height:144px;
	border:1px solid #CBCBC9;
}
.bn7{
	background: none;
	float:left;
	width:334px;
	height:144px;
	border:1px solid #CBCBC9;
}

.bnSeparator{
	width:15px;
	float:left;
}
.titulo_banner{
	background:#D10059 none repeat scroll 0 0;
	color:#FFFFFF;
	height:23px;
	line-height:23px;
	padding:0 25px;
	text-transform:uppercase;
	margin-top:25px;
	text-align:center;
	font-weight: bold;
}
.enlace_banner{
	float:right;
	padding:55px 10px 0px 0px;
}
.bn4 .enlace_banner, .bn5 .enlace_banner{
	float:right;
	padding:80px 10px 0px 0px;
}
.job_banners{
	margin:0 0 18px;
	width: auto;
	float:left;
}
.bottom_banners{
	margin:0 0 18px;
	width: auto;
	float:left;

}


/*Tabla jobs*/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #F5F5F5 url(../images/left.png) left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #F5F5F5 url(../images/right.png) right -1px no-repeat;
}
#rounded-corner th
{
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
	color: #CCCCC;
	background: #F5F5F5;
}
#rounded-corner td
{
	padding: 8px;
	background: #ffffff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	/*background: #F9F9F9 url(../images/botleft.png) left bottom no-repeat;*/
	text-align:right;
}
#rounded-corner tfoot td.rounded-foot-right
{
	/*background: #F9F9F9 url(../images/botright.png) right bottom no-repeat;*/
}
#rounded-corner tbody tr:hover td
{
	background: #EBEFFE;
}
#rounded-corner tbody tr td
{
	border-bottom: 1px solid #F2F2F2;
}
#rounded-corner a{
	text-decoration:none;
}
#rounded-corner a:hover{
	text-decoration:underline;
}
/*fin tabla jobs*/

.thSector{
	float:left;
	text-align:center;
        padding-right:1px;
        width:70px;
	font-size:10px;
}
.thSector img{
    width: 60px;
    height:51px
}
.thSector a{
	color:#cccccc;
	text-decoration:none;
}
.thSector a:hover{
	color:#6699CC;
	text-decoration:underline;
}
.thGuide{
	float:left;
	text-align:left;
	height:180px;
	width:130px;
	font-size:12px;
	padding: 0 10px 10px 6px;
}
.thGuide a{
	color:#6699CC;
	text-decoration:underline;
	font-weight:bold;
}
.thGuide a:hover{
	color:#6699CC;
	text-decoration:none;
}
.active a{
	color:#6699CC;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}
.rating_reports{
	color:#999999;
        line-height:20px;
	margin-bottom:5px;
	font-size:9px;
}
.info_reports{
	background-color:#F5F5F5;
	color:#676767;
	margin-bottom:.5em;
	/*width:100%;*/
	line-height:23px;
	padding:0px 5px;
}
.report .hd3 h2 {
	font-size:1em;
	color: #676767;
        margin-bottom: 0.5em;
}
.job .hd3 h2 {
	font-size:1.6em;
	color:#D10059;
	width:100%;
	margin-bottom:10px;
}
.logo_empresa{
	float:right;
}
.description_company{
	float:left;
	width:310px;
}
.info{
	float:right;
}
.info a{
	float:none;
	text-decoration:underline;
}
.info_company{
	border:1px dotted #cccccc;
	padding:10px;
	margin-bottom:5px;
	width:200px;
}
.box_info_company p{
	line-height:1em;
	font-size:11px;
	padding: 0 0 6px;
}
.detail_info_company{
	padding:10px;
	margin-bottom:5px;
}
.detail_info_company p{
	line-height:0px;
}
.rating-company {
	float:right;
}
#searcharea .submit{
	padding-top:15px;
}
.report h2 a{
	text-decoration:none;
	font-size:18px;
}
.report h2 a:hover{
	text-decoration:underline;
}
.report .btn-more{
	/*padding-top:25px;*/
}
.wrap4 h4 a:hover{
	text-decoration:underline;
}
/*- Box Info newsletter -*/
.info_newsletter{
	margin:0 auto;
	text-align:center;
	width: 390px;
}
.box_info_newsletter{
	margin: 0 0 5px;	
}
.box_info_newsletter .top,.box_info_newsletter .bot{
	background: url(../images/box-grey-top.jpg) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden;
}
.box_info_newsletter .bot{
	background: url(../images/box-grey-bottom.jpg) no-repeat top
}
.box_info_newsletter .content{
	background: url(../images/box-grey-bck.jpg) repeat-y;
	padding: 0px 20px 0px 20px;
}

.box_info_newsletter a {
	font-size:0.8em;
}
.box_info_newsletter p {
	line-height:0.7em;
	padding:0 0 1.5em;
	font-size:11px;
}
.box_info_newsletter .title{
	background:transparent url(../images/box-mail.png) no-repeat scroll 100% top;
	text-decoration:underline;
	font-weight:bold;
}
.box_info_newsletter label{
	font-size:10px;
}
#map span {  color: #FFF}

/*Estilos para formularios */

.formAlta form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 100%; 
}




.formAlta form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

.formAlta form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

.formAlta form input,.formAlta  form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:250px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.formAlta form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.formAlta textarea { overflow: auto; }

.formAlta form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.formAlta form .required{font-weight:bold;} /* uses class instead of div, more efficient */

.formAlta form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*Fin estilo formularios */

.tcenter{
	text-align:center;
}
.formAlta form fieldset {
	background:#EEF3F8 none repeat scroll 0 0;
	border:1px solid #C4D3EA;
	clear:both;
	margin:0 0 10px 0.3em;
	padding:1em 1.4em 1.4em;
	-moz-border-radius-bottomleft:7px;  
    -moz-border-radius-bottomright:7px;  
    -moz-border-radius-topleft:5px;  
    -moz-border-radius-topright:7px;  
    border-radius: 3px;  
}
.formAlta form legend {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C4D3EA;
	color:#336699;
	font-size:1.2em;
	font-weight:bold;
	margin:0 -0.4em;
	padding:5px 10px;
	-moz-border-radius-bottomleft:7px;  
    -moz-border-radius-bottomright:7px;  
    -moz-border-radius-topleft:5px;  
    -moz-border-radius-topright:7px;  
    border-radius: 3px;  
	/*text-transform:capitalize;*/
}

.formAlta input {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

.formAlta input, .formAlta textarea {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#666666;
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:1.1em;
	margin-left:20px;
	padding:4px;
	position:relative;
	width:60%;
	z-index:100 !important;
}

.formAlta form label { 
	color:#555555;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:12px;
	text-align:right;
	/*text-transform:lowercase;*/
	width:30%;
}
.formAlta .label_localizacion { 
	color:#555555;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:12px;
	text-align:left;
	/*text-transform:lowercase;*/
	width:100%;
}
.formAlta .submitBtn {
    background:transparent url(../images/btn-bck-form.gif) repeat-x scroll left top;
    /*border:1px outset #CCCCCC;*/
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    padding:3px 11px;
    -moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
/* ** Mensajes **/
#flashMessage{
    background:#FFE45C url(../images/bg_flash.png) repeat-x scroll 50% top;
    border:1px solid #FED22F;
    color:#363636;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    margin:5px 0;
    padding: 1em;
    font-size:14px;
	font-weight:bold;
    
}
.formAlta select{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#666666;
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:1.1em;
	margin-left:10px;
	padding:4px;
	position:relative;
	width:260px;
	z-index:100 !important;
	margin-top:4px;
	
}
.select_option{
	text-align:center;
}
.error-message{
	color: #FF0000;
	font-size:11px;
}
.message-validation{
	background:#FFE45C url(../images/bg_flash.png) repeat-x scroll 50% top;
    border:1px solid #FED22F;
    color:#363636;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    margin:5px 0;
    padding: 1em;
}
.text_signup li{
	color:#000000;
	font-size:12px;
}

.breadcrumb
{
    height:20px;
    line-height:20px;
    color:#9b9b9b;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
.breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:5px;
    font-size:13px;
}
.breadcrumb a
{
    padding-right: 5px;
    text-decoration: none;
    color:#6699CC;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}
a.rosa{
	color:#D10059;
	font-size:12px;
}
.CompanyList .rating-company, .CompanyRelations .rating-company{
	float:left;
	padding-left:10px;
}
.CompanyList .wrap4 h4, .CompanyRelations .wrap4 h4{
	margin:0px;
}
.center{
	text-align:center;
}
.welcome{
	text-align:center;
}
.welcome h1{
	color:#6699CC;
	margin:10px 0px;
}
#dvCommentNoLogin {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:#F5F5F5 none repeat scroll 0 0;
	border:2px solid #DCDCDC;
	font-size:12px;
	margin:10px 0px;
	padding:5px;
	text-align:center;
	width:400px;
}
.registerButton{
	float:right;
}

optgroup {
  /* background-color: rgb(220, 220, 195); */
}
div.admin table.admin tr.filter td{
    background:#E3EFF1 url(../images/filter_row_bg.gif) repeat-x scroll 0 0;
    cursor:default;
}
div.admin table.admin .filter td{
        /*background:none;*/
}
div.admin table.admin .filter input, div.admin table.admin .filter input.input-text, div.admin table.admin .filter textarea, div.admin table.admin .filter select{
   
    padding:0 !important;
    width:100% !important;
    -x-system-font:none;
    background:#FFFFFF none repeat scroll 0 0;
    border-color:#AAAAAA #C8C8C8 #C8C8C8 #AAAAAA;
    border-style:solid;
    border-width:1px;
    font-family:arial,helvetica,sans-serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}
div.admin table.admin .filter .button{
    background: #6699CC;
    font-weight:strong;
    color: white;
    font-size:14px;
}
.report .text-content p{
	/*font-size:14px;*/
}

.report {
  font-size: 14px;
}

.level1 {
    font-weight: bold;
    color: blue;
}
.chart-odd{
	background:transparent url(../images/Chart16x16.png) no-repeat;
	padding:0px 0px 5px 20px;
}
.chart-even{
	background:transparent url(../images/pie-chart-16x16.png) no-repeat;
	padding:0px 0px 5px 20px;
}
.admin .estilo_stats_filter .input {
	float:left;
}
.nice .estilo_stats_filter .input{
	clear:none;
}
