/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_sistema.png);
}
.clsTblGral{
	border:1px solid #9E2CDC;
}
.clsTblMenu{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration: none;
}
.tdMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration: none;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
}
.clsFontTitulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
}	
.clsFontGral{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration: none;
}		
.clsFontWhite{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	text-decoration: none;
}
.clsCuerpoEditable{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration: none;
	padding:20px;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	text-decoration: none;
}

p strong{
	font-size:13px;
}
.ImagenStyle{
	background-color:#FFFFFF;
	border:1px solid #E5E5E5;
	padding:3px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36);
	-moz-box-shadow:    1px 1px 2px rgba(0, 0, 0, 0.36);
	box-shadow:         1px 1px 2px rgba(0, 0, 0, 0.36);
}

.TitleStyle{
	font-size:18px;
}
