/* CSS Document */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #453343;
	SCROLLBAR-HIGHLIGHT-COLOR: #453343;
	SCROLLBAR-SHADOW-COLOR: #453343;
	SCROLLBAR-3DLIGHT-COLOR: #453343;
	SCROLLBAR-DARKSHADOW-COLOR: #453343;
	SCROLLBAR-ARROW-COLOR: #B597B1;
	SCROLLBAR-TRACK-COLOR: #9C939B;
	SCROLLBAR-BASE-COLOR: #9C939B;
}

.txt{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#453343;
	line-height: 15px;

}
.tit{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#91AEB5;
	font-weight: bold;
}


.enlaces {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #BB6B7A;
	text-decoration: none;
	font-weight: bold;
}
a.enlaces:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #453343;
	text-decoration: underline;
	font-weight: bold;

}
.ocultar{

	display:none;
}
.input { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	weight: 9px; 
	color: #003366;
	background-color: #B597B1; 
	border: #B597B1; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.inputbtn { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #B597B1;
	border-width: 0px; 
	background-color: #453343; 
	border: #B597B1; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	weight: 9px; 
	color: #453343; 
	background-color: #B597B1; 
	border: #B597B1; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	weight: 9px;  
	color: #453343; 
	background-color: #B597B1; 
	border: #B597B1; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px
}
