/*ESTA HOJA ES PARA DIAGRAMAR ESTILOS DE INCLUDES UNICAMENTE*/

/*CONTENT STYLES*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.tabla {
	border: 1pt solid #CCCCCC;
}
.top1 {
	background-image: url(images/marcos/top.png);
	background-repeat: repeat-x;
}
.bot1 {
	background-image: url(images/marcos/bot.png);
	background-repeat: repeat-x;
}
.left1 {
	background-image: url(images/marcos/left.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}
.right1 {
	background-image: url(images/marcos/right.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}
.body1 {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.top2 {
	background-image: url(images/marcos/2/top.png);
	background-repeat: repeat-x;
}
.bot2 {
	background-image: url(images/marcos/2/bot.png);
	background-repeat: repeat-x;
}
.left2 {
	background-image: url(images/marcos/2/left.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}
.right2 {
	background-image: url(images/marcos/2/right.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}
.body2 {
	background-color: #D9F0FF;
	width: 100%;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.body3 {
	background-color: #D9F0FF;
	width: 100%;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.text2bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
