.base {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #DAE9F8;
}
.baseNegrita {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.base12 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.base_dir {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #DAE9F8;
	
	margin-bottom:20px;
}

.base_not_l {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #DAE9F8;
	
	padding-right:20px;
	
	border-right:dotted #DAE9F8 1px;
	
	margin-bottom:20px;
	
	float:left;
	
	width:264px;	
	height:75px;
}

.base_not_r {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #DAE9F8;
	
	margin-bottom:20px;
	
	float:right;
	
	width:264px;	
	height:75px;
}

.rounded_left
{
    -moz-border-radius-bottomleft:7px;
    -webkit-border-bottom-left-radius:7px;
    }
.rounded_right
{
    -moz-border-radius-bottomright:7px;
    -webkit-border-bottom-right-radius:7px;
    }
    
    
.base12_black {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	padding:10px;
	line-height: 18px;
	color:#000;
	background-color:#FFFFFF;
}