@charset "utf-8";
/*	CREADO POR INTERTECH
	FECHA: 11 DE MAYO 2009
	modificaciones en el diseño y layout
 */
body{
	background:#FFFFFF;
	color:#666666;
}
body,td,th {
	font-family: Verdana;
	font-size:11px;
	color:#000000;
}
#contenedor{
	margin:0px auto;
	width:800px;
}
#login{
	background:url(fondo.jpg) no-repeat;
	height:243px;
	width:800px;
	padding:30px;
	color:#FFFFFF;
}
#login td {
	color:#FFFFFF;
}
a {
	font-weight: bold;
	color:#333333;	
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #999999;
	text-decoration:underline;
}
a:hover {
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999999;
}
input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.notificacion{
	background:#B4F0A2;
	height:20px;
	padding:10px;
}
.titulo-tabla{
	color:#003366;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
.link{
	border:1px #CCCCCC solid;
}