body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
a{}
a:hover{}
span{}
div{}
strong{
	color: #ff6600;
}
#cabecera{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 101px;
}
#contenido{
	height: auto;
	width: 800px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
}
#pie{
	height: 55px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 2px;
	font-size: 9px;
}
#logo{
	height: 75px;
	width: 800px;
}
#barra{
	height: 25px;
	margin-top: 1px;
}
ul#navegacion{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#navegacion li{
	float: left;
	width: auto;
	margin-right: 1px;
	background-color: #F60;
}
ul#navegacion li a{
	text-align: center;
	display: block;
	width: auto;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #ff6600;
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
ul#navegacion li a:hover{
	background-color: #014a97;
}
#portfolio{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.justificar{
	text-align: justify;
}
.tx_blanco{
	color: #FFF;
}
.txt_boldGris{
	font-weight: bold;
	color: #666;
}
.txt_capitales{
	font-size: 9px;
	text-transform: capitalize;
	color: #333;
}
.fondogrisclaro{
	background-color: #eeeeee;
}
ul#navegacion li.facebook{
	width: 28px;
	float: left;
	background-color: #036;
	margin: 0px;
	padding: 0px;
}
ul#navegacion li.facebook a{
	background-color: #036;
	margin: 0px;
	padding: 0px;
	display: block;
}
ul#navegacion li.facebook a:hover{
	background-color: #003;
}
table.premiacion{
	margin-top: 7px;
	margin-bottom: 7px;
}
table.premiacion thead tr td{
	background-color: #F60;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	text-align: center;

}
table.premiacion tbody tr td{
	text-transform: none;
	font-size: 10px;
	height: 14px;
	line-height: 13px;
	text-align: center;
}
table.premiacion tbody.encabezado tr td{
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	background-color: #999;
	height: 17px;
	line-height: 16px;
	text-align: center;
}
td.A1{
	width: 15%;
}
td.A2{}
ul#navegacion li a.red{
	background-color: #000;
}

