.greenTitle
{
	font-weight:bold;
	font-size:22px;
	color: #007700;
}


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

/* Oferta del mes */
.imagen_oferta_destacada
{
	height:150px;
	width:200px; 
	border:1px solid #00cc00;
	margin:0px;
	margin-left:12px;
}


.imagen_portada
{
	height:100px;
	width:125px; 
	/*border:1px solid #00cc00;*/
	margin:0px;
}

#tablaSugeridos
{
	width:100%; 
	padding:0px; 
	margin:0px;
}

#tablaSugeridos table
{
	display:table;
	color:#007700;
	width:100%;
	background-color:White;
	border:1px solid #00cc00;
 }

 
 
.foto_anuncio_destacado
{
	width:125px;
}

#tabla_oferta_mes
{
	display:table; 
	color:#007700; 
	font-size:20px; 
	width:100%;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

.foto_anuncio_oferta_mes
{
	width:200px;
}

#tabs_destacados
{
	width:100%;
	height:29px;
	background-color:White;
	border-bottom:1px solid #00cc00;
	font-size:16px;
}

#tabs_destacados ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#tabs_destacados ul li
{
	float:left;
	width:32%;
}

#tabs_destacados ul li a, #tabs_destacados ul li a:visited, #tabs_destacados ul li a:link, #tabs_destacados ul li a:hover
{
	color:White;
	text-decoration:none;
}

/* Normal Tab style */
.left_top_rounded_corner_tab
{
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 12px;
	height:29px;
	background-image:url('../images/design/left_top_rounded_corner_tab.jpg');
}

.center_top_rounded_corner_tab
{
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	height:24px;
	padding-top:5px;
	background-image:url('../images/design/center_top_rounded_corner_tab.jpg');
}

.right_top_rounded_corner_tab
{
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 12px;
	height:29px;
	background-image:url('../images/design/right_top_rounded_corner_tab.jpg');
}

/* Selected Tab style */
.selected_tab .left_top_rounded_corner_tab
{
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 12px;
	height:29px;
	background-image:url('../images/design/left_top_rounded_corner_header.jpg');
}

.selected_tab .center_top_rounded_corner_tab
{
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	height:24px;
	padding-top:5px;
	background-image:url('../images/design/center_top_rounded_corner_header.jpg');
}

.selected_tab .right_top_rounded_corner_tab
{
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 12px;
	height:29px;
	background-image:url('../images/design/right_top_rounded_corner_header.jpg');
}
/* *************** */
.botonMasInfoGrande
{
	height: 25px;
	text-align: center;
	width:120px;
	margin:auto;
}

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

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

.botonMasInfoGrande a input
{
	border:none;
	background-color:Transparent;
	font-family:Arial;
	color:#fff;
	cursor:pointer;
}
/* *************** */
.botonMasInfo
{
	height: 25px;
	text-align: center;
	width:80%;
	margin:auto;
}

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

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

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