/* 
================================
 HR contenedor
================================
*/   

.containermaster_mon {
	width: 100%;
	background-color: #dddddd;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_mon {
	background-color: #008080;
}
.containerrow2_mon {
	background-color: #FFFFFF;
}


.tituloletrablanca
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 1px;
	vertical-align: left;
	color: #FFFFFF;
	background-color: #008080;
	height: 20px;
}