@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
}

body {
	background-color: #ffffff;
	background-image:url(images/back.jpg);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.BordeCompleto {
	border-top-color: #fac540;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-color: #fac540;
	border-left-style: solid;
	border-left-width: 1px;

	border-right-color: #fac540;
	border-right-style: solid;
	border-right-width: 1px;
	
	border-bottom-color: #fac540;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	background-color: #ffffff;
}

.BordeGris {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;

	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	background-color: #ffffff;
}

.BulletAlgeya{
	list-style-image:url(images/b_algeyito.jpg);
	vertical-align:text-top;
}

.Botones {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.ListHorizontal{
	margin-top: 1px;
}

.ListHorizontal li{
	display: inline;
}