
h2, h3
{
	color: white;
	background-color: #db8b00;
	font-size: 1.2em;
}

h3
{
	background-repeat:		no-repeat;
	background-position:	right top;
	background-image: 		url("/img/title/generic_triangle.jpg");
	padding-left: 0.1em;
}

div#favoritos h3
{
	background-color:		transparent;
	background-image:		url(/img/title/mis_favoritos.jpg);
	background-position:	left bottom;
	background-repeat:		no-repeat;
	padding-left:			32px;
	clear: left;
}


h2.titular_ancho
{
	border-bottom:			1px solid #D0A151;
	color:					#BA7600;
	background-color:		white;
	margin-left:			1%;
	width:					98%;
}


h2.right_hand_title
{
	background-image:	url("/img/title/right_hand_title/back.jpg");
	background-repeat:	repeat-x;
	background-position:left top;
	clear:				both;
	width:				99%;
	height:				22px;
	margin:				0px;
	margin-right:		1%;
	padding:			0px;
	margin-left:		4px;
	overflow:			hidden;
}
h2.right_hand_title span.left
{
	background-image:	url("/img/title/right_hand_title/left.jpg");
	background-repeat:	no-repeat;
	background-position:left top;
	display:			block;
	width:				135px;
	height:				20px;
}
h2.right_hand_title span.right
{
	background-image:	url(/img/title/right_hand_title/right.jpg);
	background-position:right top;
	background-repeat:	no-repeat;
	display:			block;
	float:				right;
	font-size:			12px;
	font-weight:		bold;
	height:				20px;
	margin:				0px;
	width:				auto;
	padding-right:		0.5em;
}


h2.left_hand_title
{
	background-image:	url("/img/title/left_hand_title/back.jpg");
	background-repeat:	repeat-x;
	background-position:left top;
	clear:				both;
	width:				98%;
	height:				20px;
	margin:				0px;
	margin-left:		1%;
	margin-right:		1%;
	padding:			0px;
	margin-left:		4px;
	overflow:			hidden;
}
h2.left_hand_title span.left
{
	background-image:	url("/img/title/left_hand_title/left.jpg");
	background-repeat:	no-repeat;
	background-position:left top;
	display:			block;
	width:				auto;
	height:				22px;
	padding-right:		4px;
	font-size:			11px;
	float:				left;
	margin:				0px;
	padding-left:		0.5em;
}
h2.left_hand_title span.right
{
	background-image:	url("/img/title/left_hand_title/right.jpg");
	background-repeat:	no-repeat;
	background-position:right top;
	display:			block;
	width:				50%;
	max-width: 			200px;
	height:				22px;
	padding-right:		4px;
	float:				right;
	margin:				0px;
}