/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: small;
	line-height: 110%;	
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#F9F9F9;
}


#tbmain{
	width:790px;
	height:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;	
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #C5C5C5;
	border-left-color: #C5C5C5;	
	border-bottom-color: #C5C5C5;		
	background-color:#FFFFFF;	
	text-align:center;
}

#content{
	padding:10px;

}

.button {
	border:1px solid #C5C5C5;
	background-color:#FFFFFF;
	text-align:center;
}

.boton {
	padding-top:10px;
	text-align:center;
}

.titlabel {
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;	
}

.txtlabel {

	padding-bottom:10px;
}

.txtlabel2 {
	color:#666666;
	font-style: italic;
	padding-bottom:10px;
}

.clasetabla td {
	text-align:left;
}
