.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;
}

/**------**/
.tablaDatos {
	width: 100%;
	color: #007700;
	text-align: center;
	font-size:14px;
}
.tablaDatos tbody tr {
	border: 1px solid #00CC00;
}
.tablaDatos tbody td {
	background-color: #cceebb;
	border-bottom: 1px solid #00CC00;
	border-top: 1px solid #00CC00;
}
.tablaDatos tbody tr.filaBlanca td {
	background-color: #FFF;
	height: 15px;
}
.tablaDatos thead th {
	background-image: url(../images/design/fondo_boton_verde_25.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	height: 25px;
}
/** -----------**/
.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;
}
