﻿body
{    
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    margin: 0;
    padding: 0;
    background:url(bg-main.gif) repeat-x;
}
div.DegradadoFooter
{
    background:url(degradadoFooter.jpg) repeat-x;
    background-position:left;
    width:auto;
    height:50px;   
}
div.clsdegradado
{
    background-image:url('degradado.png');
    background-repeat:repeat-x;
}

.clsdegradadoGrid
{
    background-image:url('degradado.png');
    background-repeat:repeat-x;
}
.clsBloqueConfirmacion
{
    padding:10px;
}

.lblDivConfirmacionCssClass
{
    padding:10px;
    border-bottom-style:dashed;
    border-bottom-color:Gray;
    border-bottom-width:1px;
}


div.TitulosWizard
{
    font-size:xx-large;
    font-size:medium;
    font-weight:bold;
}
h1
{
   font-size:medium; 
}
h2
{
    background-color: #E8F3F9;
    font-size: large;
    padding:5px 12px;
}
h3 
{
    font-size: small;
    margin:0 0 2px 0;
}

p 
{
    margin:10px 0 10px 15px;
}
.accordionHeader
{
  background:url(degradadoGrid.jpg) repeat-x;
  border-color:white;
  border-width:1px;
  border-style:solid;
  padding:7px;
  color:White;
}
.accordionContent
{
 background-color:cornsilk;
 border:solid 1px White;
}

.DetailsViewFields
{
 font-weight:bold;
 font-size:9pt;
 color:darkorange;
 font-family:Verdana;
}
a:link 
{ 
    color:#8B0000;
}
a:Visited
{
   color:#8B0000;
}
a:Hover
{
   color:Silver;
}
.AdminGridLeft
{
    float:left;
    width:470px;
}
html
{ 
    font:14px Georgia, Serif;
}
.content 
{
    text-align:center;
    margin:auto;     
    padding:10px;
}
.column
{
    float:left;
    padding:10px;
    border-right:solid 1px black;
}
.rightColumn
{
    float:left; 
    padding:10px;
}
.SitemasterAdminAlignLeft
{
    text-align:left;
    margin:auto;     
    padding:10px;
}
.clear
{
    clear:both; 
} 
.header
{ 
    width:700px;
    padding:5px;
}
div.clsAboutContent
{
    padding:5px;
    float:right;
    width:50%;
}   
#wrapper 
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header 
{
	margin: 0 0 15px 0;
}

#side-a 
{
	float: left;
	width: 150px; 
}

#side-b 
{
	float: right;
	width: 180px;
}

#content 
{ 
	float: left;
	width: 62%;	
}
#footer 
{
	clear: both;	
}
.PopUpMenu
{
    Position:absolute;
    visibility:hidden;
    background-color:#DCDCDC;
    border:solid 1px gray;
    opacity:.9;
    filter:alpha(opacity=90);
    padding:10px;
    text-align:left;
}
.step
{
    padding:10px 20px 20px 20px;
}
.HeaderAjax
{
  font-weight:bold;
  font-size:medium;   
}
.PanelErrorPadding
{
   padding:20px 20px 20px 20px;
}
.PanelAnunciosPadding
{
   padding:8px 8px 8px 8px;
}
.PanelLoginPadding
{
   padding:12px 12px 12px 12px;  
}
.RightAlignTable
{
   text-align:right; 
   padding-bottom:7px;
}
.LeftAlignTable
{
   text-align:left;  
}
.CenterAlignTable
{
   text-align:center;   
}
.TablePadding
{
   padding-bottom:10px;
}
.RegistroPanelCSS
{
  padding:10px 10px 10px 10px;  
}
.HeaderRegistro
{  
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-variant:small-caps;
  background: #284775;
  height: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;    
}
.ModalBackground
{
   background-color:Gray;
   filter:alpha(opacity=70);
   opacity:0.7;
}
.ModalPopup
{
   background-color:#ffffdd;
   border-width:3px;
   border-style:solid;
   border-color:Gray;
   padding:35px;
   height:auto;
}
.ModalOffer
{
   background-color:white;
   border-width:3px;
   border-style:solid;
   border-color:black;
   padding:35px;
   height:auto;
   width:350px;
}
.OfferPadding
{
   float:right;
}


#mytable {
	width: auto;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:Orange;
}

#th1 {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.jpg) no-repeat;
}

#th1.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#td1 {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

#th1.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#th1.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


.column1-unit {width:640px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; padding-left:50px;}
.contactform {width:418px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:#F7F6F3;}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:12em; margin-right:55px; margin-top:30px; padding:3px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:100%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
.padd {padding-left:30px;}


.fieldsetTitulo{
	background-color:#fff9e7;
	
	border-width:1px;
	border-style:dotted;
	border-color:gray;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		
	margin:10px 0px 0px 0px;
	width:350px;
	height:70px;
	padding: 0px 10px 10px 10px;
}

.fieldsetTitulo legend{	
	background-color:#FFFFFF;
	
	border-width:1px;
	border-style:DOTTED;
	border-color:#7c5b47;
	
	color:GRAY;
	font-weight:bold;
	font-variant:small-caps;
	font-size:80%;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -6px;
	
}


.PanelLoginPadding2
  {
	padding:12px 12px 12px 12px;
	background-color:#3B5998;  
    color:White;	
  }
  
 .RegistroPanelCSS
{
    
}
.HeaderRegistro
{  
  font-weight: bold;
  text-align: center;
  font-size:x-large;
  color: #FFFFFF;
  font-variant:small-caps;
  background: #284775;
  height: 1.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;   
}

.PointerloginHyperLinkByOtherSearch
 {
	cursor:pointer;
    padding:1px;
    font-size:10px;
 }

  .SearchUsersDivContainer
 {
 background-color: #3B5998;
 padding-top:8px;
 padding-bottom:11px;
 text-align:center;
 font-family:Arial;
 color:White;
 font-weight:bold;
 border-top:dotted 1px white;
 }
.LogoutStyle
{
    cursor:pointer; 
    text-decoration:none;
}
.closeLoginPanel
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;

    position: absolute;
    top:8px;
    right: 10px;
}

.closeLoginPanel a
{
    background-color: #6699CC; 
    cursor: pointer;
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    padding: 5px;
}
.PaddingPanel
{
    padding:10px;	
}
.PointerloginHyperLink
{
    cursor:pointer;
    border:dotted 1px white;
    padding:1px;
}
#DivUpdate
        {

            border:solid 1px black;
            width:auto;            
            padding:20px;
            background-color:cornsilk;
        }   
.updateProgress
        {
            background-color:white; 
            position:absolute; 
            border:solid 3px black;
            padding:13px;
               
        }
.updateProgressMessage
        {
            margin:3px; 
            font-family:Trebuchet MS; 
            font-size:x-large;
            font-weight:bold; 
            vertical-align: middle;
        }
.ItemsAgeUsersByCity
 {
	font-size:3em;
 font-weight:bolder;
    color:Green;
 }


.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	   font-size:large;
	}
	
	.pagination a {
		border: 1px solid #ccc;
		margin-right:3px;
		padding:2px 6px;

		background-position:bottom;
		text-decoration: none;
		font-weight:bold;

		color: rgb(66,97,222);
	}
	.pagination a:hover, div.pagination a:active {
		background-image:none;
		background-color:#4261DF;
		color: #fff;
	}
	.pagination span.current {
		margin-right:3px;
		padding:2px 6px;
		
		font-weight: bold;
		color: #000;
	}
	.pagination span.disabled {
		display:none;
	}

/* Image in Text Box */
.tb11 
{
	padding-top:3px;
    padding-bottom:3px;
	  
	padding-left:3px;
	border:1px solid #CCCCCC;	
	width:300px;
	height:15px;
}

.watermarkedBuscarTrabajo
{
  padding-top:3px;
  padding-bottom:3px;
	
  padding-left:3px;
  color:Gray;
  border:1px solid #CCCCCC;
  width:300px;
  height:15px;
}

.PointerloginHyperLink
{
    cursor:pointer;
    border:dotted 1px white;
    padding:1px;
}

.SalirNoUnderline
{
  font-weight:bold;
  color:Red;
  text-decoration:none;	
}

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 1.1em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 14px;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
    font:verdana;
    font-size:12px;
}

ul.orangearrow li {
  list-style-image: url(HasBeenRead.gif);
  padding:5px;
}





         .buttonInicio {
            padding: 4px 10px 3px 25px;
            border: solid 1px #8AB134;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../../Images/bkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #40740D;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .buttonInicio img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .buttonInicio:hover {
            color: #8AB134;
        }
        
        
        
        
        
        
        .buttonInicioDos {
            padding: 4px 10px 3px 25px;
            border: solid 1px #8AB134;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../../Images/bkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #40740D;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .buttonInicioDos img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .buttonInicioDos:hover {
            color: #8AB134;
        }
        
        .PanelIndexPadding
		{
		   padding:0px 0px 0px 25px;  
		}
		
		
#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}


#footpanel a.home{	
	background: url(fbtoolbar/home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(fbtoolbar/user.png) no-repeat center center;  }
a.picture{	background: url(fbtoolbar/picture.png) no-repeat center center; }
a.videos{	background: url(fbtoolbar/clapperboard.png) no-repeat center center; }
a.enviados{	background: url(fbtoolbar/mailSent.png) no-repeat center center; }
a.word{	background: url(fbtoolbar/word_text.png) no-repeat center center; }
a.salir{	background: url(fbtoolbar/door.png) no-repeat center center; }
a.editprofile{	background: url(fbtoolbar/wrench.png) no-repeat center center; }

#footpanel a.chat{	
	background: url(fbtoolbar/mail.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts{	background: url(fbtoolbar/lock.png) no-repeat center center;	 }

#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(fbtoolbar/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}





#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #526ea6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h3 span { 
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#chatpanel .subpanel li { background: url(dash.gif) repeat-x left center; } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}


#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url(delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}
		
		
		
		