﻿DIV.box_yellow
{
	clear: both;
	margin: 5;
}
DIV.box_yellow DIV.t
{
	width: 100%;
	height: 16;
	background: url(/img/yellow_t.gif) repeat-x bottom;
	position: relative;
}
DIV.box_yellow DIV.t DIV.tl
{
	width: 11;
	height: 16;
	background: url(/img/yellow_tl.gif) no-repeat bottom;
	float: left;
}
DIV.box_yellow DIV.t DIV.tr
{
	width: 11;
	height: 16;
	background: url(/img/yellow_tr.gif) no-repeat bottom;
	float: right;
}
DIV.box_yellow DIV.t DIV.titulo
{
	height: 16;
	background-color: #FFF;
	color: #ECC21A;
	position: absolute;
	left: 20;
	padding: 0 10 0 10;
	font-weight: bold;
}
DIV.box_yellow DIV.t DIV.titulo A
{
	color: #ECC21A;
}
DIV.box_yellow DIV.t DIV.titulo A:HOVER
{
	color: #A98802;
	text-decoration: none;
	text-shadow: #000 1px 1px 1px;
}

DIV.box_yellow DIV.b
{
	clear: both;
	width: 100%;
	height: 11;
	background-image: url(/img/yellow_b.gif);
	background-repeat: repeat-x;
}
DIV.box_yellow DIV.b DIV.bl
{
	width: 11;
	height: 11;
	background-image: url(/img/yellow_bl.gif);
	background-repeat: repeat-x;
	float: left;
}
DIV.box_yellow DIV.b DIV.br
{
	width: 11;
	height: 11;
	background-image: url(/img/yellow_br.gif);
	background-repeat: no-repeat;
	float: right;
}
DIV.box_yellow DIV.m
{
	clear: both;
	width: 100%;
	background: url(/img/yellow_l.gif) repeat-y left;
}

DIV.box_yellow DIV.m DIV.texto
{
	margin-left: 10;
	padding: 5 15 5 5;
	background: url(/img/yellow_r.gif) repeat-y right;
}
