.columna_imagen
{
	width:80px; 
	text-align:centre;
	padding:1px 5px 1px 5px;
}


.columna_nombre
{
		width:150px; 
		text-align:centre;
		padding:1px 5px 1px 5px;
}
.columna_masinfo
{
		width:100px; 
		text-align:centre;
		padding:1px 5px 1px 5px;
}


/**------**/
.tablaDatosColaboradores {
	width: 100%;
	color: #007700;
	text-align: center;
	font-size:14px;
}
.tablaDatosColaboradores tbody tr {
	border: 1px solid #00CC00;
}
.tablaDatosColaboradores tbody tr td.datos a,
.tablaDatosColaboradores tbody tr td.datos a:visited,
.tablaDatosColaboradores tbody tr td.datos a:link,
.tablaDatosColaboradores tbody tr td.datos a:active {
    text-decoration: none;
    color: #007700;
}
.tablaDatosColaboradores tbody td {
	background-color: #cceebb;
	border-bottom: 1px solid #00CC00;
	border-top: 1px solid #00CC00;
	border-right: 1px solid #00CC00;
	padding: 5px;
}
.tablaDatosColaboradores tbody tr.filaBlanca td {
	background-color: #FFF;
	height: 15px;
}
.tablaDatosColaboradores thead th {
	background-image: url(../images/design/fondo_boton_verde_25.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	height: 25px;
}
.tablaDatosColaboradores tbody tr td.nombre_empresa{
    text-align: center;
    border-right: 1px solid black:
}
span.titulo{
    font-size: 16px;
}
span.tituloSmall{
    font-size: 12px;
}
.tablaDatosColaboradores tbody tr td.datos{
    font-size: 12px;
    text-align: left;
}
/** -----------**/
.advertismentGreen
{
	background-image:url('../images/design/principal_anuncio_verde.jpg');
	width:170px;
	height:76px;
	vertical-align:middle;
	margin-bottom:10px;
	font-size:18px;
	color:White;
}

.advertismentGreen a, .advertismentGreen a:link, .advertismentGreen a:active, .advertismentGreen a:visited {
	display: block;
	width: 100%;
	height: 71px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	padding-top: 5px;
	background-image:url('../images/design/principal_anuncio_verde.jpg');
}

.advertismentGreen a:hover
{
	/*color:#00cc00;*/
	background-image:url('../images/design/principal_anuncio_naranja.jpg');
}
/** -----------**/

.boton_masinfo
{
	
	margin:auto;
}

.boton_masinfo a, .boton_masinfo a:link, .boton_masinfo a:active, .boton_masinfo a:visited {
	display: block;
	width: 120px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
	background-image:url('../images/design/fondo_boton_verde_25.jpg');
	border:1px solid #00cc00;
}

.boton_masinfo a:hover
{
	/*color:#00cc00;*/
	background-image:url('../images/design/fondo_boton_naranja_25.jpg');
	border:1px solid #ff9900;
}

.boton_masinfo a input
{
	border:none;
	background-color:Transparent;
	font-family:Arial;
	color:#fff;
	cursor:pointer;
}

.popup
{
	width:400px;
}

.popup #datos_mas_info,
{
	border: 1px solid ;
	margin: 5px;
	padding: 5px; 
	width: 350px; 
	background-color: #ffffdd;
}
