/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* CUADRO DE HONOR */

	dl.cuadrohonor { border-bottom: 1px solid #ffff00; }

	.cuadrohonor dt {
		width: 15em;
		padding: .5em;
		float: left;
		margin: 0;
		border-top: 1px solid #ffff00;
		font-weight: bold;
	}

	.cuadrohonor dd {
		margin-left: 16em;
		padding: .5em;
	}

/* FIN CUADRO DE HONOR */

abbr, acronym {border-bottom: .1em dotted; cursor: help;}