@CHARSET "ISO-8859-1";

input.button {
	BACKGROUND-COLOR: #CCCCCC;
	BORDER-BOTTOM-COLOR: #666666;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #EEEEEE;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-TOP-COLOR: #BBBBBB;
	BORDER-TOP-WIDTH: 1px;
	FONT: normal 9px Small Fonts, VT100, Arial, Helvetica, sans-serif;
	TEXT-TRANSFORM: uppercase;
	COLOR: #666666;
	CURSOR: hand;
}
input.text {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM-COLOR: #666666;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #EEEEEE;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-TOP-COLOR: #BBBBBB;
	BORDER-TOP-WIDTH: 1px;
	FONT: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	COLOR: #666666;
	CURSOR: text;

}
.Textos{
	font-family: Tahoma;
	font-size: 12px;	
	color: black;
}
.Titulos{
	font-family: Tahoma,Arial;
	font-size: 12px;	
	color: white;
	text-indent: 10px;
	font-weight: bold; 
}
TR:HOVER.efectoLink{
	background-color: #A7BEBF;
	cursor: pointer;
}
a:link{
	color: #8E9CAF;
}
a:visited{
	color: #8E9CAF;
}
a:hover{
	color: #3BB3C3	;
}
IMG{
	border: 0px;
}
.table1{
	-moz-border-radius: 15px;
	/*background-color : #EFFEFF;*/
	background-color : #DFECFF;
	border : 1px solid white;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 5px;
	padding-right : 5px;
}
.table2{
	-moz-border-radius: 15px;
	background-color : #dee5ef;
	border : 1px solid white;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 5px;
	padding-right : 5px;
}
.tablePie{
	-moz-border-radius: 8px;
	background-color : #3BB3C3;
	border : 1px solid white;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 5px;
	padding-right : 5px;
}
