.TablaBorder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.TablaMain{
	background:url(imagenes/fondo.jpg) #FFFFFF  no-repeat;
}
.TablaTransparente{
	background:url(imagenes/transparencia.png);
}
.divFondoVideo{
	width:312px;
	height:200px;
	background:url(imagenes/fdo_videos.png) no-repeat;
}
.campoBox{
	color:#000000;
	background:#EAEAEA;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.fontTitulo{
	color:#FF7200;
	font-size:16px;
	font-weight:bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #424242;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
