@charset "utf-8";
/* CSS Document */

 #search
{
	width: 132px;
	height: 76px;	
	background-image:url(../img/boton_buscador.png);
	background-repeat: no-repeat;
    background-repeat: no-repeat;		
	background-color:transparent;
	border: none;
}

#searcheng
{
	width: 132px;
	height: 76px;	
	background-image:url(../english/img/send_button.png);
	background-repeat: no-repeat;
    background-repeat: no-repeat;		
	background-color:transparent;
	border: none;
}

.vacantes a
{
	text-decoration:none;
	color:#FFF;	
}
.vacantes a: hover
{
	text-decoration:none;
	color:#FFF;
	text-decoration:underline;
}

.vacanteseng a
{
	text-decoration:none;
	color:#000;
	font-weight: bold;
	
}
.vacanteseng a:hover
{
	
	color:#333;
	text-decoration:underline;
}

.button
{
	background:#ffc427; 
	color:#000;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	border:0; 
	height:30px;
	width:110px;
}

.button:hover
{
	
	text-decoration:underline;
	cursor:pointer;
}

table.stats
{text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: #fff;
width: 750px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
font-weight:bold;}

table.stats td
{background-color: #DCDDDE;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;font-weight:normal;}


table.stats td.hed
{
background-color: #ffc427;
color: #000;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
} 


table.stats td.hedclear
{
background-color: #FFF;
color: #000;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
} 