﻿
.fondoTablaTop
{
    height:4px;
    background-image:url(../imagenes/sitio/png/tfondo_top.png);
    background-repeat:no-repeat;
  
    }
.fondoTablaMedio
{
    background-image:url(../imagenes/sitio/png/tfondo_midle.png);
    background-repeat:repeat-y;  
    }
.fondoTablaAbajo
{
    height:4px;
    background-image:url(../imagenes/sitio/png/tfondo_bottom.png);
    background-repeat:no-repeat;
    }
.negritasAmarillas
{
    color: #FFCC00; font-weight: bold; font-size: 11px;
    }

.textoAmarillo
{
    color: #FFCC00; font-size: 11px;
    }
.tituloVacante
{
    font-weight:bold;
    font-size:10pt;
    }

.fondoGris
{
    background: #d8d8d8;
    border: 1px solid #FFFFFF;
}

/*Controles y tags*/   
body 
{
	background-color: #194276;
	background-image:url(../imagenes/sitio/jpg/FondoContenido_fin.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: center;
} 
td
{    
    vertical-align:top;
    }
a:link {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a {
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #d8d8d8;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #d8d8d8;
}
input.radioBoton {

	font-family: none ;
	font-size: inherit;
	background: none;
	border: 0px none #FFFFFF;
}


